Activity
From 02/18/2011 to 03/19/2011
03/19/2011
- 07:49 PM Revision a45fbda9 (ffmpeg): Move ff_kbd_window_init() to a separate file
- This function is not tightly coupled to mdct, and it's in the way
of making a fixed-point mdct implementation.
Signe... - 07:49 PM Revision 26f548bb (ffmpeg): fft: remove inline wrappers for function pointers
- This removes the rather pointless wrappers (one not even inline)
for calling the fft_calc and related function pointe... - 07:06 PM Revision 849f80fe (ffmpeg): configure: use pkg-config helpers
- This makes existing pkg-config uses as well as the libsdl checks
use the new pkg-config helper functions, which shoul... - 07:06 PM Revision 5d117bd4 (ffmpeg): configure: improve pkg-config support
- This adds helper functions for checking packages with pkg-config
and managing the associated flags.
Note that pkg-co... - 07:06 PM Revision 05aa8c44 (ffmpeg): configure: allow checking multiple functions in check_func_headers()
- This makes it possible to pass a space-separated list of functions
to check_func_headers and check_lib2. If any func... - 07:05 PM Revision 8ea36711 (ffmpeg): Merge remote-tracking branch 'newdev/master'
- Merged-by: Michael Niedermayer <michaelni@gmx.at>
Not Pulled:
commit 42cfb3835b5dad327b7dc22740e8b6e482ecfcd2
... - 04:55 PM Revision 43dc31f7 (ffmpeg): Add unused pixel format (PIX_FMT_UNUSED) to make PIX_FMT_BGR48BE an o...
- This is required for the isBE() macro internal to libswscale.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 04:30 PM Revision c743a5e2 (ffmpeg): ffplay: add braces around union definition
- Fix warning:
ffplay.c: At top level:
ffplay.c:3027: warning: missing braces around initializer
ffplay.c:3027: warning... - 04:30 PM Revision eb4d1cb9 (ffmpeg): ffplay: add existence check on ic->pb in decode_thread()
- Fix crash if ic->pb is NULL and ic->pb->error is evaluated. This
happens for example with: ffplay photo.jpeg. - 03:39 PM Revision ec10a9ab (ffmpeg): configure: use dlltools instead of lib.exe
- This way building ffmpeg on mingw won't require windows specific tools
- 03:39 PM Revision 8f1b06c8 (ffmpeg): configure: check for SDL_Linked_Version instead of SDL_Init
- This avoids the main/SDL_main declaration clash caused by SDL on
Windows and other platforms. - 03:24 PM Revision 42cfb383 (ffmpeg): Remove Sonic experimental audio codec
- Since initially committed in 2004, this codec has only been touched
for maintenanance. Functionally, it contains no ... - 01:35 PM Revision 5a15602a (ffmpeg): fate: remove stale fate-update.sh script
- This script was used to import Mike's old fate database and
is no longer needed.
Signed-off-by: Mans Rullgard <mans@... - 01:33 PM Revision 2912e87a (ffmpeg): Replace FFmpeg with Libav in licence headers
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:29 AM Revision 6820008a (ffmpeg): Fix compiler warnings due to missing casts.
- 11:07 AM Revision c9f6eab1 (ffmpeg): Detect byte-swapped AC-3 (aka DNET) and support decoding it directly.
- This allows the AC-3 decoder to be used directly with RealMedia
decoders that unlike the libavformat one do not byte-...
03/18/2011
- 10:25 PM Revision 19d82cb1 (ffmpeg): fade: fix draw_slice() check on fade->factor value
- draw_slice() checks that the fade factor is < 65536 and only
calculates the fade if so. But the fade factor is clippe... - 10:25 PM Revision 1527e689 (ffmpeg): fade: make draw_slice() chroma check against planes 1 and 2
- draw_slice() checks that planes 0 and 1 of AVFilterBufferRef's data
are not NULL before manipulating planes 1 and 2. ... - 08:57 PM Revision faa6f1c3 (ffmpeg): get rid of the last svn mentions
- 07:56 PM Revision 9b36d077 (streamers): changing default neighbour activity timeout to 20 sec
- 07:56 PM Revision 5f483e66 (streamers): topology: changing default neighbourhood target size to 30
- 07:49 PM Revision d6d4b2c2 (streamers): turning off pseudo-symmetric neigborhood (neigh_on_* mechanisms)
- 07:45 PM Revision d8709267 (streamers): measures monl: fixing statistic types for Tx/RxChunks measurements
- 07:25 PM Revision 48a8f955 (streamers): topology: fixed a printf
- 05:49 PM Revision a96c0059 (ffmpeg): patcheck: warn about assert usage
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 04:59 PM Revision 133055c5 (ffmpeg): reverts parts of commit de11ee906ed232157392924735c18ab7d8522ccb. The...
- 04:58 PM Revision 4eb41d16 (ffmpeg): Merge remote-tracking branch 'newdev/master'
- Merged-by: Michael Niedermayer <michaelni@gmx.at>
- 04:21 PM Revision 12bcfe05 (ffmpeg): lavf: fix function name in compute_pkt_fields2 av_dlog message
- 12:13 PM Revision fda299f0 (ffmpeg): configure: use -r option for pr when listing enabled config options.
- This fixes ugliness when configure outputs its (empty) results on HPUX
(maybe some other UNIXes too):
Enabled indevs... - 04:01 AM Revision 350785a6 (ffmpeg): aacenc: 10l, missed a reference when refactoring the psymodel.
03/17/2011
- 08:46 PM Revision 0f999cfd (ffmpeg): ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPC...
- and use in scale_coefficients() for the floating-point AC-3 encoder.
- 07:51 PM Revision 487fef2d (ffmpeg): asf: update seek test reference
- This updates the seek test reference to match de11ee9. Before this
change, most of the seeks requested positions bef... - 06:09 PM Revision 3660b5bc (ffmpeg): remove definition of swab
- right now swab is defined in libavfilter/libmpcodecs/mpbswap.h
this breaks mingw32 cross compiles. since it its not u... - 04:26 PM Revision afbfb2a8 (ffmpeg): Revert "jvdec: don't use deprecated url_feof()"
- This reverts commit 1dac4d554734b16757b36a0adc71642c5ef2c4e6.
- 04:26 PM Revision a6be21d3 (ffmpeg): Revert "replace FFmpeg with Libav in doc/"
- This reverts commit f8a45fa1b1764b34d4263eacd93411e8ba0484a4.
Conflicts:
doc/optimization.txt - 04:26 PM Revision e528cdac (ffmpeg): Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"
- This reverts commit 29ba091136a5e04574f7bfc1b17536c923958f6f.
- 04:26 PM Revision 0cb88628 (ffmpeg): Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"
- This reverts commit a03be6e1ba4cbf9984b0bbdb674704bbb2da6713.
- 04:26 PM Revision c0b1bc8d (ffmpeg): Revert "partially rename FFmpeg to Libav"
- This reverts commit 070c5d0f3530c16c92b81f3f0de2943410367c00.
- 04:25 PM Revision 2cface71 (ffmpeg): nutenc: fix a memleak
- This fixes a minor memory leak introduced in 073f8b1.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 04:25 PM Revision de11ee90 (ffmpeg): asfdec: subtract the preroll value and thus output 0 based timestamps
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 04:22 PM Revision 0fecf264 (ffmpeg): Merge remote-tracking branch 'newdev/master'
- Conflicts:
Changelog
doc/APIchanges
doc/optimization.txt
libavformat/avio.h
Merged-by: Michael Niedermayer <mich... - 02:11 PM Revision e309fdc7 (ffmpeg): Add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:02 PM Revision 969eb21b (ffmpeg): CrystalHD: Use doxygen compatible comments where relevant.
- Signed-off-by: Philip Langdale <philipl@overt.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 11:28 AM Revision f1f60f52 (ffmpeg): lavf: Make make_absolute_url a lavf internal function
- This is shared by both applehttp demuxer and protocol.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> - 11:28 AM Revision dc6fdad5 (ffmpeg): Add missed APIchanges and changelog entries
- Add an APIchanges entry for the av_pkt_dump2 and av_pkt_dump_log2
functions, and a changelog entry for the apple http... - 11:20 AM Revision bc040cb3 (ffmpeg): applehttp: Fix a typo in a comment
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 06:30 AM Revision 68d875ad (ffmpeg): lavf: make av_interleave_packet() return meaningful error codes
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit c5dcb3d493a6bb73efeb8bfae24f5cc31908... - 06:29 AM Revision 70abc323 (ffmpeg): lavf: enable av_dlog message in av_interleaved_write_frame()
- Help debugging timestamp issues.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit d5... - 06:29 AM Revision 79f43a8c (ffmpeg): lavf: enable av_dlog() in compute_pkt_fields2()
- Turns a comment into an av_dlog() instruction, also add a commented
issues.
Signed-off-by: Michael Niedermayer <mich... - 03:35 AM Revision 4afedfd8 (ffmpeg): aacenc: cosmetics, indentation, and comment clarification
- Correct bad indentation in aaccoder
Clarify and correct comments in 3GPP psymodel, other cosmetics. - 03:34 AM Revision b7c96769 (ffmpeg): aacenc: Refactor the parts of the AAC psymodel.
- 3GPP:
Remove ffac from and move min_snr out of AacPsyBand.
Rearrange AacPsyCoeffs to make it easier to implement ener... - 03:12 AM Revision f578854e (ffmpeg): aaccoder: Change FFMAX for allzero flag to OR bit operation
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:59 AM Revision 35f10235 (ffmpeg): avio: deprecate url_close_buf
- It's not used anywhere and its return value looks broken.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 02:59 AM Revision b7f2fdde (ffmpeg): avio: rename put_flush_packet -> avio_flush
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:59 AM Revision af020732 (ffmpeg): avio: change avio_tell/skip from macros to inline functions
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:59 AM Revision eda4cf92 (ffmpeg): avio: always compile avio_printf, rather than on CONFIG_MUXERS
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:59 AM Revision d9d86e00 (ffmpeg): avio: avio_ prefix for url_fprintf
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:59 AM Revision 83fddaeb (ffmpeg): avio: deprecate url_open_buf
- It's only used in one place and does the same thing as
avio_alloc_context.
Signed-off-by: Ronald S. Bultje <rsbultje... - 02:59 AM Revision 4839c192 (ffmpeg): lavf: move ff_get_v from avio.h to avio_internal.h
- And rename it to ffio_read_varlen.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 02:59 AM Revision 59f65d95 (ffmpeg): avio: make url_setbufsize internal.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:34 AM Revision 073f8b10 (ffmpeg): nutenc: mux chapters.
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 02:34 AM Revision 4af9c1a5 (ffmpeg): doc: update applehttp documentation
- Integrate more comments from Stefano.
- 02:24 AM Revision 45a8a02a (ffmpeg): lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 12:35 AM Revision c5dcb3d4 (ffmpeg): lavf: make av_interleave_packet() return meaningful error codes
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:35 AM Revision 77f21ce4 (ffmpeg): lavf: enable av_dlog() in compute_pkt_fields2()
- Turns a comment into an av_dlog() instruction, also add a commented
issues.
Signed-off-by: Michael Niedermayer <mich... - 12:35 AM Revision d541c8b4 (ffmpeg): lavf: enable av_dlog message in av_interleaved_write_frame()
- Help debugging timestamp issues.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 12:35 AM Revision a7844c58 (ffmpeg): Fix compilation error when CONFIG_AVFILTER is not defined.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
03/16/2011
- 11:46 PM Revision 8bda7a99 (streamers): topology: improving debug message and fixing some fprintf compile ...
- 11:45 PM Revision a4933dfb (streamers): topology: fix: adding parenthesis around MIN macro
- 11:45 PM Revision 2167040b (streamers): topology: fix: inverting alpha (again)
- it was inverted during the rewrite of the desired algorithm
- 11:19 PM Revision 381d37fd (ffmpeg): dsputil: add bswap16_buf()
- There are several places where a buffer is byte-swapped in 16-bit units.
This allows them to share code which can be ... - 11:19 PM Revision cbf5d22d (ffmpeg): Remove occurrences of my old email address
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:18 PM Revision dff68563 (ffmpeg): darwin: use -read_only_relocs flag only on 32-bit x86
- Avoids the linker warning:
ld: warning: -read_only_relocs cannot be used with x86_64
Signed-off-by: Mans Rullgard <m... - 10:37 PM Revision 6f1260f8 (ffmpeg): matroskadec: set a default duration also for packets comming from a s...
- 09:26 PM Revision 69aab680 (ffmpeg): Use av_strdup instead of strdup, fixes mingw build
- 09:01 PM Revision f8a45fa1 (ffmpeg): replace FFmpeg with Libav in doc/
- unless it stands for ffmpeg the program or is historic
- 08:54 PM Revision a03be6e1 (ffmpeg): use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
- 08:54 PM Revision 29ba0911 (ffmpeg): replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
- also update the multiple inclusion guards in config.h|mak
- 08:54 PM Revision 070c5d0f (ffmpeg): partially rename FFmpeg to Libav
- update mailing list references and irc channels in configure
- 08:11 PM Revision b3af9535 (napa-baselibs): Quick and dirty fix in LOSS for segfault avoidance
- 08:11 PM Revision ad769b27 (napa-baselibs): Cleaned up a small copy and paste error in RTT
- 07:07 PM Revision 57149a92 (ffmpeg): Remove occurrences of my old email address.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 05:09 PM Revision 47eba4b4 (streamers): temp hack: changing dechunkizer to video only mode
- 02:20 PM Revision fed5676f (ffmpeg): mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() instead
- The two functions are identical, no point in duplicating code here.
- 02:00 PM Revision dff739fc (streamers): topology: fix problem with adding random nodes
- size value was not initialized
- 01:54 PM Revision 4280cac4 (streamers): topology: more debug messages
- 01:30 PM Revision 8fea0486 (grapes): Do not scan the config string after the terminating 0
- 01:09 PM Revision 82438fe3 (grapes): Fix peer allocation in peerset
- A realloc due to add_peer() could invalidate a previously returned
pointer to peer - 01:08 PM Revision 88f5a9e3 (grapes): Fix the computation of the message size
- 11:53 AM Revision 8312e3fc (ffmpeg): Do not attempt to decode APE file with no frames
- This fixes invalid reads/writes with this sample:
http://packetstorm.linuxsecurity.com/1103-exploits/vlc105-dos.txt - 11:24 AM Revision 1dac4d55 (ffmpeg): jvdec: don't use deprecated url_feof()
- 11:02 AM Revision fce60f0c (grapes): adding capacity to struct peer
- 10:49 AM Revision 9818ca86 (streamers): adding desired_bw parameter to define BW threshold in topology sel...
- 10:48 AM Revision b1d41fdb (streamers): topology: gossiping capacity
- requires change of struct peer in GRAPES as well
- 10:46 AM Revision e4247dda (streamers): topology: fix: changing metadata to packed
- 08:21 AM Revision 839ae781 (streamers): streamer: adding get_capacity and --capacity_override parameter
- 08:19 AM Revision c7beb713 (streamers): streamer: adding atod_mkd helper function to handle k,K,m,M,g,G
- 12:49 AM Revision 79414257 (ffmpeg): mathops: fix MULL() when the compiler does not inline the function.
- If the function is not inlined, an immmediate cannot be used for the
shift parameter, so the %cl register must be use...
03/15/2011
- 11:40 PM Revision fe4dc798 (streamers): topology: use nodeid_equal instead of just "=="
- 11:11 PM Revision 825df88c (streamers): topology: better debug messages
- 10:38 PM Revision fe5d7b85 (streamers): topology: fix some size parameters in the update algorithm
- 10:18 PM Revision e216399f (streamers): topology: fix nidset_add to work as set add should
- 09:58 PM Revision 6b2924d4 (streamers): topology: change code to add only the necessary ones
- 09:57 PM Revision 1caf4e58 (streamers): topology: some more debug output
- 09:56 PM Revision eac0d4ce (streamers): topology: remove inactive peers at every call
- 09:54 PM Revision 01982f64 (streamers): topology: remove commented code
- 09:52 PM Revision c7ebbd34 (streamers): adding nidset_find
- 09:51 PM Revision 89ccef52 (streamers): topology: fixing const in nideset_ functions
- 07:37 PM Revision 1c31b26b (ffmpeg): Do not attempt to decode APE file with no frames.
- This fixes invalid reads/writes with this sample:
http://packetstorm.linuxsecurity.com/1103-exploits/vlc105-dos.txt - 05:57 PM Revision 56e2ac6b (ffmpeg): id3v2: merge TYER/TDAT/TIME to date tag
- 05:56 PM Revision 0ff70090 (streamers): topology: fix the calculation of the new size when TARGET_SIZE is ...
- 05:43 PM Revision aaff3b31 (ffmpeg): mathops: change "g" constraint to "rm" in x86-32 version of MUL64().
- The 1-arg imul instruction cannot take an immediate argument, only a register
or memory argument. - 05:43 PM Revision b181b8fb (ffmpeg): mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.
- This fixes unexpected name collisions that were occurring with variables
declared within the macros.
It also fixes th... - 04:37 PM Revision 896704e9 (streamers): topology: fix get_rtt_of
- was not working, always giving NAN!
- 04:16 PM Revision d8a205cd (streamers): topology: the new "desired" based selection logic
- 04:15 PM Revision a9e55854 (streamers): topology: splitting is_desired in two
- 04:15 PM Revision 31ba5789 (streamers): topology: defining the MIN macro
- 04:15 PM Revision c2d8fe2d (streamers): topology: a bunch of nodeidset manipulation functions
- 03:48 PM Revision 6947b0c4 (ffmpeg): Merge remote-tracking branch 'newdev/master'
- Merged-by: Michael Niedermayer <michaelni@gmx.at>
- 02:12 PM Revision 27293b84 (ffmpeg): Revert "ac3enc: shift coefficients to 24-bit following MDCT rather th...
- This reverts commit 7e0a284b9f1967d46603711e85e0be01e084eadf.
revert at authors request due to better impementation
... - 02:11 PM Revision f7a5e779 (ffmpeg): Revert "ac3enc: add SIMD-optimized shifting functions for use with th...
- This reverts commit cc4d3dd3e2171f63cd4297292349b58788fff260.
revert at authors request due to better impementation b... - 12:09 PM Revision bafa4dd3 (ffmpeg): Add AVERROR_EXIT.
- This is different from AVERROR(EINTR) because calls that fail with EINTR
should usually be restarted.
Signed-off-by:... - 12:09 PM Revision c76374c6 (ffmpeg): Use AVERROR_EXIT with url_interrupt_cb.
- Functions interrupted by url_interrupt_cb should not be restarted.
Therefore using AVERROR(EINTR) was wrong, as it di... - 12:04 PM Revision 3e68b3ba (ffmpeg): avio: deprecate url_ferror
- AVIOContext.error should be used directly instead.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 12:04 PM Revision 75b9ed04 (ffmpeg): lavf/utils: dont't explicitly check AVIOContext.error
- The error should be caught in write_packet()/write_trailer()
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 11:36 AM Revision 9eea44af (streamers): topology: revert alpha (now 0 means max RTT awareness)
- 11:20 AM Revision 025225d7 (ffmpeg): h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PP...
- Signed-off-by: Philip Langdale <philipl@overt.org>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 09:49 AM Revision 9d55b3b7 (streamers): gossip chunks_per_sec (offers_per_sec)
- 09:49 AM Revision 815ebf31 (streamers): expose chunks_per_sec (offers_per_sec)
- 09:48 AM Revision 0877a9f6 (streamers): fix some compile warnings
- 09:48 AM Revision 27a9021e (streamers): fix: expose am_i_source and get_cb_size
- 09:39 AM Revision 8c0397f7 (streamers): measures-monl: publish win_avg of neighbourhood size as well
- 09:26 AM Revision a26a0456 (streamers): topology: fix use of get_rtt in case there is no MONL
- 09:12 AM Revision a2fa286f (streamers): start/stop frame number patch, by Marco
- 09:12 AM Revision ea31f78e (streamers): Make valgrind happier
03/14/2011
- 10:56 PM Revision 226ba327 (grapes): Initial handling of sendmsg failed errors
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/WinestreamerHRC@2568 c54fac2e-1815-407e-9b...
- 10:56 PM Revision bbe783f4 (grapes): ML connection will be created only when sending the first packet to t...
- previously a new connection was opened when creating the nodeID, which
basically means as soon as we get to know abou... - 10:55 PM Revision cb71ca5e (grapes): ML connection will be created only when sending the first packet to t...
- previously a new connection was opened when creating the nodeID, which
basically means as soon as we get to know abou... - 09:39 PM Revision 51dc10d0 (streamers): measures-monl: turning off capacity related measurements
- 09:36 PM Revision 5827c525 (streamers): start bulktransfer measurement after corrected delay
- 09:36 PM Revision 58323704 (streamers): adding AvailableBW measurement
- 09:36 PM Revision e07f702e (streamers): turn on capacity measurement
- 09:36 PM Revision 5dfede40 (streamers): adding new BulkTransfer measurement
- 09:36 PM Revision 59e70a74 (streamers): measures-monl: fix measurement parameter setup
- parameters were not considered before
- 09:13 PM Revision 9f8f62d4 (ffmpeg): Delete MAINTAINERS file
- This file is a bad idea and also badly outdated.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 08:58 PM Revision e0f05cb2 (streamers): some topology debug
- 08:58 PM Revision 970bd24a (streamers): change defaul desired rtt to 200ms
- 08:55 PM Revision 4ca3a6bd (streamers): allow to set RTT and alpha
- 12:45 PM Revision f1efbca5 (ffmpeg): ac3enc: add SIMD-optimized shifting functions for use with the fixed-...
- 12:45 PM Revision 323e6fea (ffmpeg): ac3enc: do not right-shift fixed-point coefficients in the final MDCT...
- This increases the accuracy of coefficients, leading to improved quality.
Rescaling of the coefficients to full 25-bi... - 12:07 PM Revision 6e7cf13b (ffmpeg): mm decoder: move buffer allocation from decode_init() to decode_frame()
- This permits playback in ffplay when libavfilter is enabled.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 12:06 PM Revision 7f05c164 (ffmpeg): jv demuxer: prevent video packet size overflow
- In the event of overflow, the JV_PADDING state will avio_skip over
any overflow bytes (using JVFrame.total_size).
Si... - 12:05 PM Revision 772cb062 (ffmpeg): jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the number
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 12:05 PM Revision 20c1281f (ffmpeg): jv demuxer: calculate palette_size for each frame in read_header
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 12:05 PM Revision 402f9ad5 (ffmpeg): Bitmap Brothers JV errata
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 12:05 PM Revision bfaefd87 (ffmpeg): Bitmap Brothers JV demuxer
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 12:05 PM Revision 0697440c (ffmpeg): Bitmap Brothers JV video decoder
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 12:02 PM Revision acbc9155 (streamers): try to keep a target ratio of desired peers
- 10:16 AM Revision fad4748b (grapes): function topo_payload_fill scope limited to module
- 12:00 AM Revision f72501d6 (napa-baselibs): gitignore update
- 12:00 AM Revision 76866a40 (napa-baselibs): MONL: print abouttopublish even if rep is not configured
- 12:00 AM Revision b58c58c3 (napa-baselibs): REP: disable priniting of abouttopublish line
03/13/2011
- 11:59 PM Revision a1872c8f (napa-baselibs): MONL: print abouttopublish line
- 11:21 PM Revision d1dfc9ed (napa-baselibs): ML: change compare function to do stable ordering
- 10:45 PM Revision 21de9204 (ffmpeg): Update the url to the site website and change ffmpeg-devel to libav-d...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 05:49 PM Revision d8288eb0 (streamers): fix: measure_start and measure_every are ignored with MONL
- 05:48 PM Revision 6fa45de5 (streamers): streaming: fix use of get_rtt with MONL
- 05:43 PM Revision f521a17c (grapes): Merge branch 'next' into 2011-COMMAG2
- 05:43 PM Revision abcdeed2 (grapes): Merge branch 'net-helper-ml' into next
- 05:40 PM Revision 23cf6ee5 (grapes): net-helper-ml: change checks from WIN32 to _WIN32
- based on git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@2535 c54fac2e-1815-407e-9b96-...
- 05:40 PM Revision 55aecb63 (grapes): net-helper-ml: reducing naming confusion
- GRAPES was used for too many things, now it is only used to refer to the GRAPES libary
based on git-svn-id: https://... - 05:40 PM Revision d34221fa (grapes): net-helper-ml: corrected the default max tx rate to 10Mb/s
- based on git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@2361 c54fac2e-1815-407e-9b96-...
- 05:40 PM Revision bc246ff1 (grapes): Net-helper-ml: updated default values to reflect change in units for ...
- based on git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@2360 c54fac2e-1815-407e-9b96-...
- 05:40 PM Revision e71c2944 (grapes): net_helper-ml.c: Changed ratelimiter init parameters to prevent the k...
- based on git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@2342 c54fac2e-1815-407e-9b96-...
- 05:40 PM Revision f8232cf0 (grapes): disable repo by default
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@2246 c54fac2e-1815-407e-9b96-088d06743913
- 05:40 PM Revision c67cb9c1 (grapes): Make repo-less oparation possible when '-' is specified as address
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@2223 c54fac2e-1815-407e-9b96-088d06743913
- 05:40 PM Revision 61c45d19 (grapes): Properly added the RateLImiter configuration.
- By default, no rate limiter is used.
Params can be changed from command line:
-n bucketsize=B,rate=R,queuesize=Q,RTX... - 05:40 PM Revision ec4c5a8d (grapes): GRAPES: added ML verbosity initialisation
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@2189 c54fac2e-1815-407e-9b96-088d06743913
- 05:40 PM Revision 02f0b9c3 (grapes): net-helper-ml: Added verbosity option
- Added verbosity option to ML/MONL, allowing to set the LOG level.
Default value is DCLOG_ERROR (1). The lower the num... - 05:40 PM Revision ebe734eb (grapes): net-helper-ml: some changes for windows support
- 03:34 PM Revision 0e6a3ee4 (ffmpeg): doc: document applehttp protocol
- The documentation might be extended once/if a live/store override option
will have to be provided for non-compliant s... - 11:21 AM Revision a723a046 (streamers): measures.c: print address of publisher in abouttopublish
- 11:20 AM Revision 1931ff6c (streamers): exit gracefully if autodetect ip_addr fails
- 11:19 AM Revision 1d21cb23 (streamers): expose my_addr in streamer.h
- 05:24 AM Revision 6e1f0d5e (ffmpeg): mm decoder: move buffer allocation from decode_init() to decode_frame().
- this permits playback in ffplay when libavfilter is enabled.
- 05:08 AM Revision 435535e4 (ffmpeg): jv demuxer: prevent video packet size overflow
- In the event of overflow, the JV_PADDING state will avio_skip over
any overflow bytes (using JVFrame.total_size). - 12:41 AM Revision 47860766 (ffmpeg): fbdev: fix check on nanosleep return vale
- In fbdev_read_packet(): nanosleep returns -1 in case of errors,
the EINTR check has to be done on errno.
Spotted by ... - 12:36 AM Revision 57d63d43 (ffmpeg): jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the number
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:36 AM Revision 2f1084ca (ffmpeg): jv demuxer: calculate palette_size for each frame in read_header
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
03/12/2011
- 11:36 PM Revision 81a13131 (ffmpeg): VP8: fix other function declaration
- Was missed in 3efbe137.
- 08:00 PM Revision 9a508c97 (streamers): force pseudo-symmetric neighbourhood
- 06:14 PM Revision fbe98aee (ffmpeg): Revert "configure: allow checking multiple functions in check_func_he...
- This reverts commit edaf1ae2763ce1a23dec70e730ba2bb8ee476dfd.
breaks windows builds - 06:14 PM Revision 8876c8ae (ffmpeg): Revert "configure: improve pkg-config support"
- This reverts commit 3f8040db3e13c3dbdf07c74d92ca34817a69f733.
breaks windows builds - 06:14 PM Revision a0a1b7b9 (ffmpeg): Revert "configure: use pkg-config helpers"
- This reverts commit 4fa18c5666de24316710df670e44d4850e0796a7.
breaks windows builds - 04:55 PM Revision 27efa296 (ffmpeg): Merge branch 'master' of git://git.ffmpeg.org/ffmpeg
- Merged-by: Michael Niedermayer <michaelni@gmx.at>
- 02:08 PM Revision 0215006a (ffmpeg): VC1: Export profile/level
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 02:08 PM Revision 5dbe78bf (ffmpeg): ffmpeg: remove unused variable in ffmpeg_exit()
- Fix the warning:
ffmpeg.c: In function ‘ffmpeg_exit’:
ffmpeg.c:509: warning: unused variable ‘j’
Signed-off-by: Mans... - 11:43 AM Revision 1eeca886 (ffmpeg): VP8: optimize VP8Context struct ordering
- Shaves at least 3KB off code size on x86, should improve cache utilization.
This would probably be useful to do for o... - 11:41 AM Revision 3efbe137 (ffmpeg): VP8: fix function declaration
- 11:41 AM Revision b1d2f812 (ffmpeg): VP8: token probs doesn't need padding
- prob[0] is the only prob array ever accessed, so prob[1] can serve as padding
for prob[0]. - 11:41 AM Revision 628b48db (ffmpeg): VP8: use a goto to break out of two loops
- A break statement was supposed to break out of two loops, but only broke out of one.
Didn't affect output, just could... - 11:35 AM Revision a5444fee (ffmpeg): Add CONFIG_AC3DSP symbol to simplify makefiles
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 09:42 AM Revision 9610d648 (streamers): turning on bmap timout with 10sec
03/11/2011
- 11:44 PM Revision ac7df824 (streamers): Merge branches 'measures2' and 'metadata-struct' into 2011-COMMAG2
- 11:43 PM Revision 5be2e90d (streamers): adding recv_delay to matadata
- Conflicts:
topology.c - 11:42 PM Revision 87159071 (streamers): Merge branch 'measures2' into metadata-struct
- 08:13 PM Revision 4fa18c56 (ffmpeg): configure: use pkg-config helpers
- This makes existing pkg-config uses as well as the libsdl checks
use the new pkg-config helper functions, which shoul... - 08:13 PM Revision 3f8040db (ffmpeg): configure: improve pkg-config support
- This adds helper functions for checking packages with pkg-config
and managing the associated flags.
Note that pkg-co... - 08:13 PM Revision edaf1ae2 (ffmpeg): configure: allow checking multiple functions in check_func_headers()
- This makes it possible to pass a space-separated list of functions
to check_func_headers and check_lib2. If any func... - 06:29 PM Revision 6e3fdb15 (streamers): fix delay measurement problem with occasional negative values
- 06:27 PM Revision 75800d23 (streamers): implementing get_receive_delay in measures.c
- 02:00 PM Revision 3efbbbb5 (ffmpeg): Merge remote-tracking branch 'remotes/newdev/master'
- Merged-by: Michael Niedermayer <michaelni@gmx.at>
- 01:56 PM Revision 2800e8d6 (ffmpeg): Revert "ac3enc: use MUL64() to multiply fixed-point coefficients"
- Author says, this is unneeded.
This reverts commit 67fc32ac6197a7fe265795d0bf60bf704464394e. - 12:05 PM Revision 5126a8ec (ffmpeg): Fix av_find_best_stream when providing a wanted stream
- In the main loop, stream_number is incremented after checking the stream type,
so the search usually will not find th... - 12:03 PM Revision fa14610d (ffmpeg): Fix av_find_best_stream when decoder_ret is given and using a related...
- Yet another fix for the code originally designed for use without related_stream.
Signed-off-by: Michael Niedermayer ... - 11:25 AM Revision 2f46a0af (ffmpeg): Bitmap Brothers JV video decoder
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:25 AM Revision 48e0d222 (ffmpeg): Bitmap Brothers JV demuxer
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:25 AM Revision 9f720d5f (ffmpeg): Bitmap Brothers JV errata
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:25 AM Revision 75a8e0f0 (ffmpeg): Add avio_skip()
- 11:18 AM Revision d2514625 (streamers): changing cb_size to fixed 16bit
- Conflicts:
topology.c - 10:18 AM Revision 58fd3149 (grapes): Merge commit '6f06c319ef9a959491dd973c8ff415ab030456bd'
- 08:45 AM Revision 6f06c319 (grapes): Fix statistics
- 08:45 AM Revision 567ad174 (grapes): flush dummy output afte reach write
- 08:43 AM Revision 5937988b (grapes): Allow to output stats and chunk numbers to files
- 08:43 AM Revision 5b6d16c3 (grapes): Print the ratio of lost chunks (untested)
- 08:42 AM Revision f57424db (grapes): Dummy dechunkiser, first draft!
- 01:32 AM Revision 35d7d6f7 (ffmpeg): Add one more avc intra fourcc and extend the description
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
03/10/2011
- 11:05 PM Revision aecd0a44 (ffmpeg): Export profiles from the mpeg2 video decoder
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 07:17 PM Revision b33fa8a1 (ffmpeg): CrystalHD decoder support v7
- The Broadcom CrystalHD decoder chips provide hardware video
decoding for a number of video formats. It does so using ... - 06:57 PM Revision 0b82612d (ffmpeg): ffplay: Continue if the file was appended to.
- This is a bit experimental
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 03:26 PM Revision 3bd624b4 (ffmpeg): Fix url_feof() for file appendings.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
03/09/2011
- 06:24 PM Revision 9c55fe8f (ffmpeg): Merge remote-tracking branch 'remotes/newdev/master'
- Merged-by: Michael Niedermayer <michaelni@gmx.at>
- 05:35 PM Revision ffb03045 (ffmpeg): id3v2: fix typo in error message
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit fb61a7c5343a23d845ab73dd28caf6ec98cd6101) - 10:57 AM Revision fb61a7c5 (ffmpeg): id3v2: fix typo in error message
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 09:48 AM Revision 9b0e6740 (grapes): Merge remote branch 'origin/topman'
- 09:24 AM Revision 45c330bf (grapes): Merge remote branch 'origin/makefiles'
- 09:18 AM Revision d30f6379 (grapes): Merge branch 'fixes'
- 09:11 AM Revision 68bf05b8 (grapes): Merge branch 'documentation'
- 07:59 AM Revision 838b8f69 (grapes): Update to newer doxygen
- 07:51 AM Revision aed273c3 (grapes): Some more doxy
- 07:49 AM Revision 0ef5aac7 (grapes): Fix typos
- 07:47 AM Revision 3297f183 (grapes): Fix typo
- 07:45 AM Revision 62f68831 (grapes): Mention some more examples
- 07:38 AM Revision 59771a03 (grapes): Fix net_helper.h doxy
- 07:32 AM Revision 8d11c217 (grapes): Some more doxy documentation in chunkidset.h
03/08/2011
- 10:45 PM Revision 31ff9bd7 (ffmpeg): aacenc: Fix a segfault in search_for_quantizers
- This reverts the removal of scoefs from AACEncContext.
It resulted in scoefs being a NULL pointer when
search_for_qua... - 09:42 PM Revision 8ba11988 (grapes): Document some defines
- 07:45 PM Revision 0de8ebf4 (ffmpeg): Do not use AVFMT_FLAG_NONBLOCK for the output file.
- Allows to use output device alsa.
- 07:09 PM Revision 654c1ec5 (grapes): Fix c&p error
- 07:08 PM Revision 593486cb (grapes): Add a link to chunk_signaling_test
- 07:05 PM Revision e3cf5329 (grapes): Add a link to chunk_sending_test.c
- 07:02 PM Revision 62ecdd02 (grapes): Add a link to chunk_encoding_test.c
- 06:59 PM Revision b48274e0 (grapes): Add a link to chunkiser_test.c
- 06:58 PM Revision e38ca866 (grapes): Add a link to chunkidset_test.c
- 06:54 PM Revision 260312ee (grapes): Add a link to cb_test.c
- 06:49 PM Revision cc4d3dd3 (ffmpeg): ac3enc: add SIMD-optimized shifting functions for use with the fixed-...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 06:44 PM Revision 7e0a284b (ffmpeg): ac3enc: shift coefficients to 24-bit following MDCT rather than using...
- This makes channel coupling more accurate, increasing quality for stereo
content. It also simplifies exponent extrac... - 06:42 PM Revision 67fc32ac (ffmpeg): ac3enc: use MUL64() to multiply fixed-point coefficients
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 06:11 PM Revision 94ba52b6 (streamers): Merge branch 'randomize-start' into next
- Conflicts:
streamer.c - 06:05 PM Revision 4536b69e (streamers): adding the --randomize_start option, useful for benchmarks
- 05:43 PM Revision d7a4d49c (streamers): randomize peer start
- 04:34 PM Revision 76d4c167 (ffmpeg): Add a dummy option -i to ffplay so that it is easy to switch between ...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 04:33 PM Revision 1a204f07 (ffmpeg): framebuffer device demuxer
- 04:07 PM Revision bc214024 (streamers): Merge branch 'playout-timelimit' into next
- 04:06 PM Revision a115d090 (streamers): skip time limit check if it is unlimited
- 04:05 PM Revision 9fd49433 (streamers): set default chunk time limit to unlimited
- 02:37 PM Revision 2b424777 (grapes): Fix the chunkiser documentation
- 02:33 PM Revision 47f8e45b (grapes): Add the chunkiser documentation
- 02:33 PM Revision 82b21385 (grapes): Merge commit '6b94c6031fc0d6924793d25e193c28802f351e91' into document...
- 02:27 PM Revision 64130672 (grapes): Document the "config" parameter a little bit
- This still has to be improved
- 02:24 PM Revision 6c2e7b70 (grapes): Update Doxyfile.grapes for the PeerSampler renaming
- 11:39 AM Revision f56c4850 (ffmpeg): aacenc: Fix a segfault in search_for_quantizers
- This reverts the removal of scoefs from AACEncContext.
It resulted in scoefs being a NULL pointer when
search_for_qua... - 11:33 AM Revision b0382d63 (streamers): Merge branch 'DLc' into next
- Conflicts:
input-grapes.c
streaming.c - 11:30 AM Revision 08f76adc (streamers): fix some compile warnings
- 11:29 AM Revision 05a1dc0a (streamers): remove some duplicate code from chunkScoreDL
- 11:11 AM Revision 54da4e2b (streamers): adding get_chunk_deadline call
- 11:11 AM Revision f858aff2 (streamers): fix a compile warning in chunkScoreDl
- 11:10 AM Revision 58811a24 (streamers): fill deadline_increment based on priority, if filled by chunkiser
- 11:09 AM Revision 784a92e2 (streamers): add module 3 chunk priority
- 11:09 AM Revision e13e2d0e (streamers): implement DL chunk scheduler (not used yet)
- 11:06 AM Revision 4bd062d1 (streamers): Merge branch 'fixes5' into next
- 11:05 AM Revision f59d7111 (streamers): Merge branches 'metadata-struct', 'io-grapes' and 'playout-timelim...
- 11:02 AM Revision dfbb3923 (streamers): do not add nodeIDs to topo if known indirectly
- we do not know metadata for these nodes, which could create problems.
Besides, peers should start gossiping their own... - 10:59 AM Revision 9ea73763 (streamers): some whitespaces
- 10:59 AM Revision 7e65d1f7 (streamers): improved debug messages
- 10:49 AM Revision 3656c531 (streamers): needs returns true if timestamp unknown
- TODO: estimate timestamp instead of this
- 10:45 AM Revision bb1ef440 (streamers): removing old am_i_source
- 09:34 AM Revision bf8e2cfd (grapes): Add some FIXMEs
- 09:33 AM Revision cec819d7 (grapes): Fix some valgrind complaints
- 09:33 AM Revision a55d9f46 (grapes): Free some allocated data
- 09:06 AM Revision cbe3b83c (grapes): Use a per-context, larger, buffer for the gossiping messages
- 09:06 AM Revision 19879e8e (grapes): Make valgrind happier
- 08:58 AM Revision c16b7c6c (grapes): Remove strange error messages
- 08:56 AM Revision 480df8da (grapes): Propagate error messages
- 08:56 AM Revision 8a028299 (grapes): Print an error message if psample_parse_data() fails
- 08:04 AM Revision 3dc90458 (grapes): Add a simple testcase for the "too many nodes in a gossiping message"...
- 01:09 AM Revision b543e1dc (ffmpeg): mpegts: add all stream languages into metadata
- This is used at least on some older DVB broadcasts for dual-mono audio
tracks.
Signed-off-by: Ronald S. Bultje <rsbu... - 01:09 AM Revision aa612fbb (ffmpeg): In retry_transfer_wrapper, do not check url_interrupt_cb, causes prob...
- when writing and pressing q during encoding. Instead, check url_interrupt_cb
at the end.
Note that when a protocol i... - 01:09 AM Revision a2fc93f7 (ffmpeg): Flag DVB subtitles for the hard hearing appropriately using their com...
- This is based on the component_type definition in the DVB SI spec [1].
[1]: http://www.dvb.org/technology/standards/... - 01:09 AM Revision 70b59063 (ffmpeg): mpegtsenc: handle multiple language tags per stream
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 435cebd01560691e9322bdb0aa5af5b2bc76c... - 01:09 AM Revision 750fbbc2 (ffmpeg): reindent.
- (cherry picked from commit 4e84f994d3c17f6786fbd4f6463a168fbaaaf477)
- 01:09 AM Revision f8bc86d4 (ffmpeg): avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h
- also change its prefix to ffio
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit f1ef2... - 01:09 AM Revision 718975aa (ffmpeg): avio: deprecate url_fget_max_packet_size
- AVIOContext.max_packet_size should be used directly instead.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(c... - 01:09 AM Revision 5e06b020 (ffmpeg): aacenc: remove the data arrays
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 2790d7a9ffbd51f33e5367a31ace5c44c3040... - 01:09 AM Revision c0fd48a7 (ffmpeg): lavf: document the use of multiple entries in language metadata tag
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit c92562467e8900fc727d03499afb571a9363c... - 01:09 AM Revision 08d804ab (ffmpeg): aac_latm_dec: use aac context and aac m4ac
- When decoding latm config, use the corresponding aac context and its
m4ac instead of using NULL and a local variable.... - 01:09 AM Revision e95f3363 (ffmpeg): ac3enc: add some assertions
- (cherry picked from commit 2d9a101a1f5e102d9538de827d9e4a2e8cf17c89)
- 01:09 AM Revision e8a0c465 (ffmpeg): ac3enc: use av_assert2() instead of assert() to make debugging easier.
- (cherry picked from commit 7100d63ca5edfc2e11c68201fb70d61a08a020cb)
- 01:09 AM Revision 539244ee (ffmpeg): cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_al...
- It only has Altivec functions and is not compiled if Altivec is disabled.
(cherry picked from commit d21be5f15bec1593... - 01:09 AM Revision 21527d52 (ffmpeg): Add audio codec 0x1600 (ADTS AAC)
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit d34ca1cfe3182c1cb185c31e6b1bb64f40de0... - 01:09 AM Revision db44ea96 (ffmpeg): avio: avio_ prefix for url_fsize
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 76aa876e69cf78a40821e66dec0a1006e4eb2... - 01:09 AM Revision 1447dc59 (ffmpeg): avio: deprecate url_fgetc and remove all it uses
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit e51975392d85e72801193123945a35fb52212... - 01:09 AM Revision de3ef792 (ffmpeg): avio: deprecate url_fgets
- It's not used anywhere and doesn't look ver useful to be public.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com... - 01:09 AM Revision e4a26958 (ffmpeg): h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found.
- Should an AVC-1 in MP4 stream not contain SPS or PPS NAL units,
this BSF is then unable to allocate an output buffer ... - 01:09 AM Revision fb8d710f (ffmpeg): Add Apple HTTP Live Streaming protocol handler
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(cherry picked from commit f4f4e12c0d4e86c4900481b7dca94d22e733c14a) - 01:09 AM Revision de0bddea (ffmpeg): URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEME
- If this flag is set, the protocol can handle URLs where the
scheme is a nested scheme such as applehttp+file: - the p... - 01:09 AM Revision 0ea285dd (ffmpeg): URLProtocol: Add a flags field
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(cherry picked from commit f3bea9915fdc87c3f5b635fcfe0250a28e2b1a88) - 01:08 AM Revision 49e617f9 (ffmpeg): yadif: add parens around macro parameters
- This fixes compilation with preprocessors which do not add whitespace
around replaced tokens, resulting in invalid ex...
03/07/2011
- 10:32 PM Revision ac533ac4 (ffmpeg): Do not loop endlessly if id3v2 tag size is negative / too large.
- Fixes the sample from issue 2649.
- 10:32 PM Revision 2a8175ff (ffmpeg): Change filesize to int64_t.
- 10:32 PM Revision f8fab749 (ffmpeg): Seek back to old position after reading id3v1 tag.
- FFmpeg did not seek back to the original position, but to "0", making
reading a VBR tag impossible.
(issue 2645) - 10:20 PM Revision 66e5b1df (ffmpeg): avio: deprecate url_feof
- AVIOContext.eof_reached should be used directly instead.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 08:16 PM Revision f875f8f9 (streamers-build): changing path to start from BASEDIR
- 08:00 PM Revision 6a7e074e (ffmpeg): mpegts: add all stream languages into metadata
- This is used at least on some older DVB broadcasts for dual-mono audio
tracks.
Signed-off-by: Ronald S. Bultje <rsbu... - 07:56 PM Revision 688c22e0 (ffmpeg): In retry_transfer_wrapper, do not check url_interrupt_cb, causes prob...
- when writing and pressing q during encoding. Instead, check url_interrupt_cb
at the end.
Note that when a protocol i... - 07:44 PM Revision 789936db (ffmpeg): Flag DVB subtitles for the hard hearing appropriately using their com...
- This is based on the component_type definition in the DVB SI spec [1].
[1]: http://www.dvb.org/technology/standards/... - 07:43 PM Revision 435cebd0 (ffmpeg): mpegtsenc: handle multiple language tags per stream
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 07:34 PM Revision 89e568fe (ffmpeg): lavf: update documentation of AVOutputFormat.flags
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 06:18 PM Revision 4e84f994 (ffmpeg): reindent.
- 05:25 PM Revision f1ef2cd9 (ffmpeg): avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h
- also change its prefix to ffio
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 05:25 PM Revision e8bb2e24 (ffmpeg): avio: deprecate url_fget_max_packet_size
- AVIOContext.max_packet_size should be used directly instead.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 05:25 PM Revision 2790d7a9 (ffmpeg): aacenc: remove the data arrays
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 05:25 PM Revision c9256246 (ffmpeg): lavf: document the use of multiple entries in language metadata tag
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 05:25 PM Revision 36864ac3 (ffmpeg): aac_latm_dec: use aac context and aac m4ac
- When decoding latm config, use the corresponding aac context and its
m4ac instead of using NULL and a local variable.... - 04:37 PM Revision 56e587ec (ml): ML: fixing some dependencies
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@1474 c54fac2e-1815-407e-9b96-088d06...
- 04:37 PM Revision 37b675ab (ml): disabling tests temporarily
- it was referencing some internal headers, that it should not do
git-svn-id: https://repository.napa-wine.eu/svn/napa... - 04:37 PM Revision 51e91558 (ml): ML: moving ml.h inside ML
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@1470 c54fac2e-1815-407e-9b96-088d06...
- 04:37 PM Revision ea4779e1 (ml): ML: making ML independent
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@1469 c54fac2e-1815-407e-9b96-088d06...
- 04:37 PM Revision 9bf9c247 (ml): ML: moving KEEPALIVE messagetype inside ml.c
- it is onternal to ML, no reason to expose it
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk... - 04:37 PM Revision 8d8f492a (ml): ML: log time as well
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@1267 c54fac2e-1815-407e-9b96-088d06...
- 04:37 PM Revision 028bda1f (ml): ML: minor syntax fixes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@1266 c54fac2e-1815-407e-9b96-088d06...
- 04:37 PM Revision 80ad8028 (ml): fixed problem with resetting MTU, it wasn't reset to the current default one
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@1261 c54fac2e-1815-407e-9b96-088d06...
- 04:37 PM Revision a4d4fc7c (ml): ML: reduced number of MTU levels
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@1260 c54fac2e-1815-407e-9b96-088d06...
- 04:37 PM Revision 4132f78a (ml): ML: 1) added network to host and host to network convertion for the ML he...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@1131 c54fac2e-1815-407e-9b96-088d06...
- 04:37 PM Revision 8fed9f23 (ml): ML: added some asserts
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@998 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 1ee167ea (ml): ML: verify that claimed address corresponds to real receive address
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@997 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision db8c431a (ml): ML: verify UDP packet size
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@996 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision ffb63fbb (ml): ML: pass recv_addr to recv_conn_msg
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@995 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision d12ca510 (ml): ML: change str's name to something more meaningful
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@994 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 2a51c16d (ml): ML: add TODO item to use correct sizeof
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@993 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 9eaed17c (ml): increase PMTU timeout to 0.5 sec
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@992 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 339a662d (ml): ML: add some received message sanity check
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@991 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 48968511 (ml): ML: added a check that operands are not NULL
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@989 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 4a7e268d (ml): change UDP send error message to info level
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@923 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 4e611a8f (ml): Converted for Windows support
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@887 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision b6b8c19a (ml): ML: fix calculation for verifying whole msg arrival
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@867 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 9ac85ab6 (ml): ML: corrected frag/defrag code again
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@865 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision c220a4cb (ml): ML: initalize all bytes of sockaddr values
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@861 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision a7fc92ab (ml): ML: fix an error in socket error handling
- return value of recvmsg was not checked
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAP... - 04:37 PM Revision c6898c39 (ml): ML: added some mem initialisation
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@858 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 1f8ebe96 (ml): ML: corrected frag/defrag code
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@851 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 60dca067 (ml): ML: corected bug in chunk frag code
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@844 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision e17edb88 (ml): ML: MONL callbacks are always called even if not header is present (neede...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@841 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 6e975aa4 (ml): ML: fix memleak at receive timeout
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@829 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 9a20e619 (ml): ML: fixed pmtu timeout increase
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@828 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision e8ba29d4 (ml): ML: added some more info output
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@827 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 3b68fd99 (ml): ML: fixed retry counter in pmtu retry
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@826 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision e16669a8 (ml): ML: propagate udpsocket error code up
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@824 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 281a37d0 (ml): ML: improved error handling in udpsocket
- don't exit on error
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@823 c54fac2e-1... - 04:37 PM Revision eb2b09ea (ml): ML: survive unresolvable stun server address
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@820 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision ea1436ee (ml): ML: use INADDR_NONE for undefined IP address
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@819 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision cdcc1fe1 (ml): ML: some more debug/info output
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@818 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 9f09d1ae (ml): ML: added some detail to debug messages
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@806 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 85d76bea (ml): ML: adding some detail to info output
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@805 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 8a9424d2 (ml): ML: just renaming a parameter of recv_conn_msg to be more clear
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@804 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision ac550b87 (ml): ML: fixing PMTU reduction wothout error check in send_msg
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@803 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision dceb891e (ml): ML: set timeout_event to NULL after freeing
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@802 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 064b7828 (ml): ML: fix PMTU decrement code to handle unknown values
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@801 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 3a2f1e38 (ml): ML: fixing packet size in connect message
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@800 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision e56673ab (ml): ML: fixing memory leak due to uninitialized timeout_event
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@799 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 9f95713e (ml): ML: adding some debug/info output
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@798 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision d5b9b14d (ml): ML: changed how connection messages time out (pmtu timeouts)
- connection messages are sent in UDP and also double as PMTU discovery.
Except for INVITE, losses were not handled. No... - 04:37 PM Revision 68d98e77 (ml): ML: define default receive timeout with a macro
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@796 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 7ed37922 (ml): ML: define NAT traversal timeout with a macro
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@795 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 110d2883 (ml): ML: adding timeout event to connection structure
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@794 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision e5a04498 (ml): ML: minor changes in reception code
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@793 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 169136df (ml): ML: some doxygen description
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@792 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 3edb5149 (ml): ML: only comments
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@791 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 980f3707 (ml): ML: fixing sendPacket error handling in send_msg
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@790 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 773a6e74 (ml): ML: removed transmissionHandler.c
- it was commented out anyway
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@789 c5... - 04:37 PM Revision d875a065 (ml): reduced default MTU
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@788 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision cdb94197 (ml): ML: reduced some initial timeouts to more reasonable levels
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@787 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision ada47fe7 (ml): ML: fixed an error that was introduced by mistake in r768
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@780 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 6f26b958 (ml): ML : some cleanings
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@768 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 26f3bd83 (ml): ML: reduce some huge timeouts
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@766 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision f081b938 (ml): Merge branch 'ML-fixes'
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@747 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision b5894e65 (ml): fixing keepalive error
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@746 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 85ed4273 (ml): ML: don't print debug and info level messages with ml_log
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@716 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision ce9997f8 (ml): ML: improved debug output
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@715 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 0e902e25 (ml): ML: fix message receive timeout mechanism
- There was an error when a message was received, the buffer was reallocated
and later the timeout for the first messag... - 04:37 PM Revision 28c32e01 (ml): ML: fix compilation warning
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@713 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 1f6a6666 (ml): ML : minor fixes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@712 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 98ba8deb (ml): ML: enable changing STUN while trying to re-connect to the STUN server
- the receive local socketID callback returns 2 if the
connection to the STUN server failed. At this point,
the STUN se... - 04:37 PM Revision ff683f7d (ml): ML: fixed uninitialized bytes in connection message
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@682 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 0b960be3 (ml): ML: change header to packed
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@681 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 993886fe (ml): ML: fixed malloc size in send_msg
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@680 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 2f28ee21 (ml): ML : recovering logging fixes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@670 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision fbb6e767 (ml): ML: some fixes to logging calls
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@669 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 8cf56167 (ml): ML : decoupling dclog from ml in Makefile
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@668 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 11fce711 (ml): ML : fixing logging and debugging prints
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@667 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision deb34f59 (ml): implementing simple KEEPALIVE in ML
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@662 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 6f256447 (ml): added default send_params to mlOpenConnection
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@660 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 9f15e9f6 (ml): ML restyling part II
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@623 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision da5dade7 (ml): ml restyling
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@622 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 99ba0890 (ml): ml fix
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@595 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 6214e30a (ml): improving connection_Exist in ml
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@589 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 5842fcf1 (ml): adding test "Broadcaster"
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@579 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision d42c2650 (ml): portability fixes in MONL
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@432 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision de18e918 (ml): ML: added some check for NULL callback pointers. there are more of these ...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@394 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 52f7925a (ml): replaced PULSE references with GRAPES
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@393 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision cbea3670 (ml): ML: removed old folder
- remains in SVN history anyway
From: CsabaKiraly <CsabaKiraly@a72f678d-4428-462c-85b4-08f063ced704>
git-svn-id: http... - 04:37 PM Revision 8808cf25 (ml): ML: simplified ml.c code
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@340 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision a7a1fe71 (ml): tests: addded double NAT scenario
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@336 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision f44085b3 (ml): minor build tweaks
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@334 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision bde41184 (ml): ML: made stun server optional
- if stun server is not defined, the peer assumes that its
external IP address and port is the same as the internal one... - 04:37 PM Revision fa71e35e (ml): ML: added local IP address auto-detection to init
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@321 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 632a8477 (ml): ML: fixed description (meaning of NULL) of createSocket
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@320 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 86f87418 (ml): typo fixes and disable chunk_trading_test
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@312 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 8a56d126 (ml): fixed lock-up in nat-test startup
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@311 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 0d0dbfa6 (ml): ML: nat-test: improved test scripts and scenarios
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@310 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision b83e5428 (ml): ML: moved testfile to place
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@308 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 4c2e6802 (ml): ip address autodetect
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES/ml@300 c54fac2e-1815-407e-9b96-088d067...
- 04:37 PM Revision 0e1f2ed3 (ml): ML: changed last parameter of receive_data_cb to typed pointer from void*
- there was no reason to use void*, since the structure was specified in the API
From: CsabaKiraly <CsabaKiraly@a72f67... - 04:25 PM Revision 8993b596 (ffmpeg): Make sure the first q press doesnt f*ck up the protocols and thus wri...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 04:23 PM Revision 90552407 (ffmpeg): Fix seting of decode_interrupt_cb()
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 04:18 PM Revision 2d9a101a (ffmpeg): ac3enc: add some assertions
- 04:18 PM Revision 7100d63c (ffmpeg): ac3enc: use av_assert2() instead of assert() to make debugging easier.
- 04:15 PM Revision d21be5f1 (ffmpeg): cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_al...
- It only has Altivec functions and is not compiled if Altivec is disabled.
- 04:15 PM Revision 159683dd (ffmpeg): Fix compilation on powerpc with --disable-altivec.
- 04:11 PM Revision d34ca1cf (ffmpeg): Add audio codec 0x1600 (ADTS AAC)
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 04:03 PM Revision 76aa876e (ffmpeg): avio: avio_ prefix for url_fsize
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 03:51 PM Revision e5197539 (ffmpeg): avio: deprecate url_fgetc and remove all it uses
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 03:19 PM Revision 655e45e7 (ffmpeg): avio: deprecate url_fgets
- It's not used anywhere and doesn't look ver useful to be public.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 03:19 PM Revision 2af07d36 (ffmpeg): avio: add avio_skip macro
- This is a substitute for the url_fskip function that was deprecated by
commit 0300db8ad778a194b4a8ec98f6da3de5b41c46e... - 03:19 PM Revision 02dd3666 (ffmpeg): h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found.
- Should an AVC-1 in MP4 stream not contain SPS or PPS NAL units,
this BSF is then unable to allocate an output buffer ... - 01:16 PM Revision 60170ce8 (grapes): Simpler .PHONY rules...
- 12:43 PM Revision 126d6a44 (grapes): Port the ".PHONY fix" to src/Makefile
- 12:41 PM Revision 2b38b72b (grapes): fix phony in top level makefile
- 10:50 AM Revision 771887a9 (streamers-build): download test video
03/06/2011
- 10:29 PM Revision f4f4e12c (ffmpeg): Add Apple HTTP Live Streaming protocol handler
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 10:29 PM Revision 8f73c060 (ffmpeg): URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEME
- If this flag is set, the protocol can handle URLs where the
scheme is a nested scheme such as applehttp+file: - the p... - 10:29 PM Revision f3bea991 (ffmpeg): URLProtocol: Add a flags field
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 01:16 AM Revision 4118d66c (ffmpeg): Revert "lavf: deprecate get_strz() in favor of avio_get_str"
- This API is simply ridiculous.
We of course keep API/ABI compatibility only useage of the worse API
is reverted.
Thi...
03/05/2011
- 02:51 PM Revision 391a1327 (ffmpeg): yadif: add parens around macro parameters
- This fixes compilation with preprocessors which do not add whitespace
around replaced tokens, resulting in invalid ex... - 11:48 AM Revision b09e5068 (ffmpeg): Make matroska demuxer also set timestamps for RealAudio packets.
- Improves seeking in ffplay with
http://samples.mplayerhq.hu/Matroska/RA_missing_timestamps.mkv - 01:29 AM Revision 5e795024 (ffmpeg): ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it inst...
- Currently it is always 4, but this change will allow it to be adjusted when
bandwidth-related features are added such... - 01:29 AM Revision 12dffc45 (ffmpeg): ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h
- (cherry picked from commit b35743ffb46558be3a90c44f24a7de5fa2c15d85)
- 01:29 AM Revision 384c9c2f (ffmpeg): avio: add avio_tell macro as a replacement for url_ftell
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit a2704c9712ad35cc22e7e0d8a79b581c07fa3... - 01:29 AM Revision 773947ba (ffmpeg): lavf: deprecate get_strz() in favor of avio_get_str
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit e16ead0716c2f988d1e26369a4c67b354ff86... - 01:29 AM Revision 3e1a8e1e (ffmpeg): avio: add avio_get_str()
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 41d8555f72e3bc60cf93af2a1a4786b452fd2... - 01:29 AM Revision a960576f (ffmpeg): avio: fix fourcc if any character is >=0x80.
- Fixes issue 2638.
(cherry picked from commit fd085bc08203979c6d0e8a6ab031c7e19b57f7a1)
03/04/2011
- 10:40 PM Revision 53e35fd3 (ffmpeg): ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it inst...
- Currently it is always 4, but this change will allow it to be adjusted when
bandwidth-related features are added such... - 09:48 PM Revision b35743ff (ffmpeg): ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h
- 07:30 PM Revision 7f1b1f3d (ffmpeg): Fix compilation on powerpc with --disable-altivec.
- 05:18 PM Revision 6f1fe643 (chunker-player): git-svn-id: https://repository.napa-wine.eu/svn/napawine-soft...
- 04:39 PM Revision 01f952d0 (chunker-player): added LGPL licensing info to the UL components
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2575 c54fa...
- 04:26 PM Revision a2704c97 (ffmpeg): avio: add avio_tell macro as a replacement for url_ftell
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 04:26 PM Revision e16ead07 (ffmpeg): lavf: deprecate get_strz() in favor of avio_get_str
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 04:24 PM Revision 41d8555f (ffmpeg): avio: add avio_get_str()
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 03:25 PM Revision f71604ce (streamers-build): changing GRAPES repo to the main one
- 02:41 PM Revision 8e3945fc (streamers-build): changing Streamers and GRAPES to new repositories
- 01:33 PM Revision fd085bc0 (ffmpeg): avio: fix fourcc if any character is >=0x80.
- Fixes issue 2638.
- 12:22 PM Revision 8cf13722 (streamers-build): scripts to download dependencies and build various streamers...
- 03:34 AM Revision 08c86634 (ffmpeg): In retry_transfer_wrapper, do not check url_interrupt_cb,
- causes problems when writing and pressing q during encoding.
- 03:24 AM Revision ad82bf9c (ffmpeg): Move guess_correct_pts() under got_picture_ptr.
03/03/2011
- 05:22 PM Revision 3088635a (ffmpeg): h263dec: produce a warning when excessive bitstream is discarded
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:15 PM Revision f28e599f (ffmpeg): vp3-mt: fix deadlock when first frame is not a keyframe.
- (cherry picked from commit 8cf9a09d407c42299b3203bd1eb42af6109a0d7a)
- 01:15 PM Revision 5cdef40a (ffmpeg): threads: allow thread count of zero
- This moves setting the thread count to a minimum of 1 to
frame_thread_init(), allowing a value of zero to propagate
t... - 01:15 PM Revision 4778b4dd (ffmpeg): vc1: fix decoding when end sequence is present
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit fb985071263e6b3daff1c3d987df482b0146c2a0) - 01:15 PM Revision d34ffd3c (ffmpeg): ffmpeg: Use av_pkt_dump_log2
- This makes dumped packet timestamps proper for streams with
timebases other than AV_TIME_BASE.
Signed-off-by: Luca B... - 01:15 PM Revision 08ad81cb (ffmpeg): libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameter
- This removes a fixme issue, by allowing the av_pkt_dump functions
to use the correct time base.
Signed-off-by: Luca ... - 01:15 PM Revision 62d0a745 (ffmpeg): aviobuf: Write new data at s->buf_end in fill_buffer
- In most cases, s->buf_ptr will be equal to s->buf_end when
fill_buffer is called, but this may not always be the case... - 01:15 PM Revision cd37308b (ffmpeg): movenc: use correct tag for dvcpro hd
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 06ed4873e6e6aed8ec7cc24285d610ef4060880e) - 01:15 PM Revision 813cc7ab (ffmpeg): avio: deprecate url_fskip
- avio_seek should be used instead
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 030... - 01:15 PM Revision 5bb50c71 (ffmpeg): movenc: fix tkhd height for imx
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit fffdee89cc0712ed3324bae1f86e271a36c02822) - 01:15 PM Revision 176e1762 (ffmpeg): dnxhd: allow encoding with Avid Nitris compatibility.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 99bbc781e9c134066887fc521db7a9d3607e3de1) - 01:15 PM Revision 74b3f67c (ffmpeg): lavf: replace all uses of url_fskip with avio_seek
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit e356fc57a2e9887370caec58d8aafeafd1f33... - 01:15 PM Revision f59d8ff8 (ffmpeg): avio: avio_ prefix for url_fseek
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 6b4aa5dac8f41aa452d0ce9a1bede9e59a303... - 01:15 PM Revision 05fa64a7 (ffmpeg): pthreads: Fix bug introduced with thread_safe_callbacks
- For intra codecs, ff_thread_finish_setup() is called before decoding starts
automatically. However, get_buffer can on... - 01:15 PM Revision e9e9139c (ffmpeg): huffyuv: Add multithreading support
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 76d8846c4e918749b045ea2ee7399a069af5e... - 02:37 AM Revision 1b4580d1 (ffmpeg): Fix duplicate & droped frame in Californication.S02E01.HDTV.XviD-NoTV...
03/02/2011
- 11:25 PM Revision d667be2c (ffmpeg): Attribute used is correctly supported by the Intel C compiler since v...
- 05:15 PM Revision 8cf9a09d (ffmpeg): vp3-mt: fix deadlock when first frame is not a keyframe.
- 02:06 PM Revision ff1efc52 (ffmpeg): threads: allow thread count of zero
- This moves setting the thread count to a minimum of 1 to
frame_thread_init(), allowing a value of zero to propagate
t... - 01:32 PM Revision fb985071 (ffmpeg): vc1: fix decoding when end sequence is present
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 12:38 PM Revision a5b13b14 (ffmpeg): Use macro __INTEL_COMPILER instead of __ICC.
- __ICC is not supported on all platforms, this is an Intel documentation
bug that is supposed to be fixed in a future ... - 10:29 AM Revision 863c4716 (ffmpeg): libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameter
- This removes a fixme issue, by allowing the av_pkt_dump functions
to use the correct time base.
Signed-off-by: Luca ... - 10:29 AM Revision 5e33e7bd (ffmpeg): ffmpeg: Use av_pkt_dump_log2
- This makes dumped packet timestamps proper for streams with
timebases other than AV_TIME_BASE.
Signed-off-by: Luca B... - 10:16 AM Revision e360ada2 (ffmpeg): aviobuf: Write new data at s->buf_end in fill_buffer
- In most cases, s->buf_ptr will be equal to s->buf_end when
fill_buffer is called, but this may not always be the case... - 09:27 AM Revision 3730fda0 (streamers): making the playout delay limit configurable (--playout_limit)
- 09:27 AM Revision 4e247338 (streamers): Set chunk ID before calling chunkise() (fixes chunk_log.txt)
- Conflicts:
input-grapes.c - 09:04 AM Revision 5d20a6a7 (streamers): Enable stats output
- 09:04 AM Revision d263a301 (streamers): limiting chunk delay to fixed 4 sec
- 09:03 AM Revision 2d4a594b (streamers): adding get_chunk_timestamp function
- Conflicts:
streaming.c - 08:57 AM Revision 70921454 (streamers): moving am_i_source up to streamer.c
- otherwise it gets initialized too late
- 08:56 AM Revision dceef344 (streamers): added am_i_source()
- Conflicts:
streaming.c - 08:56 AM Revision b88c9f4a (streamers): adding cb_size to metadata
- 08:56 AM Revision cc0cd459 (streamers): changing metadata to a structure
- 08:55 AM Revision 65626579 (streamers): just some debug
- 08:55 AM Revision 82e914fb (streamers): start chunk ID from 0
- 08:53 AM Revision af0e363a (streamers): output=grapes: add dummy config with "dummy:"
- 08:53 AM Revision 2c77ce17 (streamers): input-grapes: adding "ipb:" config
- 12:23 AM Revision 06ed4873 (ffmpeg): movenc: use correct tag for dvcpro hd
- Signed-off-by: Mans Rullgard <mans@mansr.com>
03/01/2011
- 11:55 PM Revision 99bbc781 (ffmpeg): dnxhd: allow encoding with Avid Nitris compatibility.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:45 PM Revision fffdee89 (ffmpeg): movenc: fix tkhd height for imx
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 05:27 PM Revision 0300db8a (ffmpeg): avio: deprecate url_fskip
- avio_seek should be used instead
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 05:22 PM Revision e356fc57 (ffmpeg): lavf: replace all uses of url_fskip with avio_seek
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 05:12 PM Revision 6b4aa5da (ffmpeg): avio: avio_ prefix for url_fseek
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 04:39 PM Revision 76d8846c (ffmpeg): huffyuv: Add multithreading support
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 04:39 PM Revision ad9791e1 (ffmpeg): pthreads: Fix bug introduced with thread_safe_callbacks
- For intra codecs, ff_thread_finish_setup() is called before decoding starts
automatically. However, get_buffer can on... - 02:36 PM Revision 52120966 (ml): removed bogus debug messages
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2567 c54fac2e-1815-407e-9b96...
- 02:36 PM Revision 32c04c21 (napa-baselibs): removed bogus debug messages
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2567 c54fac2e-1815-407e-9b96-08...
- 02:36 PM Revision e3923e27 (ml): improved sendmsg failed debug information
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2566 c54fac2e-1815-407e-9b96...
- 02:36 PM Revision a158bd24 (napa-baselibs): improved sendmsg failed debug information
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2566 c54fac2e-1815-407e-9b96-08...
- 12:55 PM Revision 42ccd2fc (ffmpeg): Use --sysroot flag for clang
- Although not documented, clang does support the --sysroot flag, and it
does the right thing. Use this flag intead of... - 10:34 AM Revision 2cc0687c (grapes): Merge remote branch 'abeni/chunkiser' into NOSSDAV-IPB
02/28/2011
- 08:39 PM Revision 3774aeeb (grapes): Frame indexes should be 0-based
- 01:05 PM Revision 2c62639a (grapes): Print the chunk type in chunk_log.txt
- 09:02 AM Revision 342922ca (chunker-player): build script fix
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2562 c54fa...
- 02:55 AM Revision 00ba041c (ffmpeg): Use --sysroot flag for clang
- Although not documented, clang does support the --sysroot flag, and it
does the right thing. Use this flag intead of... - 12:29 AM Revision 65ad2c61 (ffmpeg): In mov muxer, fix adpcm mono muxing, patch by Alex Converse
- 12:20 AM Revision 4ea02a9a (ffmpeg): In mpegts demuxer, do not output known sized packet if an unbounded p...
- is already queued. Fix issue #2624.
02/27/2011
- 11:34 PM Revision e9634db1 (ffmpeg): ARM: VP8: fix build on systems with global symbol prefix
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 0b32da90f893b3e04ead18a546252e241a6a0988) - 11:34 PM Revision bbd289aa (ffmpeg): configure: document FATE_SAMPLES env var in --help text
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 52b3cc6047e2b93e8a798734c65904243c1a7be3) - 11:34 PM Revision cf9c227e (ffmpeg): ARM: fix vp8 neon with pic enabled
- The assembler emits literal pools too far from the load instructions,
so we must do it explicitly at a suitable locat... - 11:34 PM Revision 1a9fc2b9 (ffmpeg): fate: get samples location from env var if not explicitly set
- Use the FATE_SAMPLES environment variable if samples location
is not set with the --samples configure option or on th... - 04:55 PM Revision 083d93f4 (grapes): Merge branch 'chunk-attribs' into test-local
- 03:14 PM Revision 94e9ae98 (grapes): Merge branch 'chunkiser' into test-local
- 03:12 PM Revision 734f6960 (grapes): Fix statistics
- 01:53 PM Revision 0b32da90 (ffmpeg): ARM: VP8: fix build on systems with global symbol prefix
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 01:53 PM Revision 8b454c35 (ffmpeg): ARM: fix vp8 neon with pic enabled
- The assembler emits literal pools too far from the load instructions,
so we must do it explicitly at a suitable locat...
02/26/2011
- 12:52 PM Revision 52b3cc60 (ffmpeg): configure: document FATE_SAMPLES env var in --help text
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:51 AM Revision aa3805a4 (ffmpeg): fate: get samples location from env var if not explicitly set
- Use the FATE_SAMPLES environment variable if samples location
is not set with the --samples configure option or on th... - 02:16 AM Revision eea04021 (ffmpeg): reindent after tapt patch
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(cherry picked from commit 77d207cbe64710b7b34865f347e608b9c0e15968) - 02:16 AM Revision aaa71a3e (ffmpeg): store pasp atom for all types of quicktime movie
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(cherry picked from commit d184c86cd309bbd61c5d1a1dfcf60d133da4c1e3) - 02:16 AM Revision 4e815a8b (ffmpeg): movenc: remove uses of deprecated API.
- Replace put_tag() with ffio_wfourcc() and ByteIOContext with AVIOContext.
(cherry picked from commit 13ff92d19706d17f... - 02:16 AM Revision 3b2c4ce1 (ffmpeg): use tapt atom for sample aspect ratio
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(cherry picked from commit ea1afa124cb58c7eebd4fd3706434fafb58b00c0) - 02:16 AM Revision c3afa4db (ffmpeg): bink: prevent overflows within binkidct by using int-sized intermedia...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit e211e255aa399d68239ffa42c9cc7a52eb3d5... - 02:16 AM Revision 4913af0c (ffmpeg): Bink version 'b' audio decoder
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit ccfcddb3f287545a20831f266c2a2f734d6a9... - 02:16 AM Revision 6a22f82c (ffmpeg): bink: decode audio track identifiers into AVStream.id
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 588a3ffd9687cbef60cc26d5b3a247b8ecdbf... - 02:16 AM Revision 8d09fc19 (ffmpeg): binkaudio: simplify frame_len_bits and frame_len calculation
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 8a8c283edd0da5863eb729a31a94b70820400... - 02:16 AM Revision 408ee5a9 (ffmpeg): binkaudio: remove unnecessary loop
- decode_init sets bands[0] == 2, so this loop always sets the band table
index (k) to zero.
Signed-off-by: Ronald S. ... - 02:16 AM Revision f183cfeb (ffmpeg): OS/2: lxlite should use stdout
- This causes lxlite to use stdout instead of vioXXX
functions. This improves fate and build logs readability.
Affects ... - 02:16 AM Revision 777b365c (ffmpeg): bink: set audio stream codec_tag such that binkaudio decoder can iden...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit f0ca29eb5f476a281c8066214e3745244656d... - 02:16 AM Revision 22c679d3 (ffmpeg): bink: use LOCAL_ALIGNED for aligned stack data
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 8997bb8807336dd6d6c96364952bb71c161ac3b2) - 02:16 AM Revision a63ba973 (ffmpeg): dxva2: define required feature selection macros
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 04973f8082c5a822112d2e42d535b7f3f59dccc0) - 02:16 AM Revision 23d82139 (ffmpeg): binkaudio: perform band table scaling in decode_init
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 582ac86d19c61ad73c2e1a2d5ed54a5fe1e20... - 02:16 AM Revision 3308ddfb (ffmpeg): avio: deprecate put_tag
- it's not used internally anymore and shouldn't be public.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cher... - 02:16 AM Revision a1b79792 (ffmpeg): lavf: replace remaining uses of put_tag with avio_write
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit bbc413f943b53d96aa85fe272ec413c857940... - 02:16 AM Revision 32442930 (ffmpeg): lavf: use a new ffio_wfourcc macro instead of put_tag() where possible
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 0abdb2931719d96dee725e555e9b46b2b2f8a... - 02:16 AM Revision f3618b01 (ffmpeg): vmdaudio: remove unnecessary fields from VmdAudioContext and use the ...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 2ec7862db8b782020cc220dae827c3438d108... - 02:16 AM Revision 853daff6 (ffmpeg): dca: use EXT_AUDIO_ID field to determine core extensions
- This avoids the core substream extensions scan when the EXT_AUDIO_ID
field indicates no extensions or only unsupporte... - 02:16 AM Revision 1e898e7d (ffmpeg): vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.
- There is no need to expand to 16-bits. Just use memcpy() to copy the raw data.
Signed-off-by: Ronald S. Bultje <rsbu... - 02:16 AM Revision eac4e4d9 (ffmpeg): avienc: replace &tag[0] with tag.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 99f42c27abfe916fa19ac0c18489c8bbf8525... - 02:16 AM Revision 5e7c422d (ffmpeg): vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-c...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 1e86d685e0935077766c645e49b8533d41ca1... - 02:16 AM Revision 504dff8e (ffmpeg): vmdaudio: simplify vmdaudio_decode_frame() by handling block_type fir...
- This also adds output buffer size checks for AUDIO and SILENCE block types.
Signed-off-by: Ronald S. Bultje <rsbultj... - 02:16 AM Revision 83e94d50 (ffmpeg): cosmetics: reindent after previous commit
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit ba9516cca845f8d3fb7ac08ef53a996c3ee0d... - 02:16 AM Revision fb0e3c2b (ffmpeg): vmdaudio: move all silence chunk handling to vmdaudio_loadsound().
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 762b386e4aafc7bbdbec367bc652cf1199e81... - 02:16 AM Revision 6f3c837f (ffmpeg): cosmetics: remove debugging cruft
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 8e9027d266ef39ab9f88b4bbad5cf9e425d06... - 02:16 AM Revision 684512e1 (ffmpeg): cosmetics: reindent after previous commit
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 868f2f4d90e07edd9a65bd9b917bb5940643e... - 02:16 AM Revision aa236250 (ffmpeg): vmdaudio: simplify buffer pointer and header size handling.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 2d213695fce86e740800ddcf43d8d0864d2ec... - 02:16 AM Revision b4b5e922 (ffmpeg): vmdaudio: set *data_size to zero when skipping small packets and add ...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 7a4fb3fd9357dfdd27431a0a8d7250dab54a9... - 02:16 AM Revision ebed7b68 (ffmpeg): vmdaudio: validate block type
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 22f893e1c9f9387f0a021f775757130fa48e0... - 02:16 AM Revision 149d3687 (ffmpeg): vmdaudio: use macros and a local variable for block type.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit dd1af5136fe7767f2f18ac943efe994946864... - 02:16 AM Revision 2be17a71 (ffmpeg): vmdaudio: correct the silent chunk count in the first block.
- This fixes A/V sync with several samples, notably:
http://samples.mplayerhq.hu/game-formats/sierra-vmd/swat_*.vmd
Si... - 02:16 AM Revision 2ac19b75 (ffmpeg): vmdaudio: remove duplicated code by merging mono and stereo decoding.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 1328d433137c055df06f99772b243ceec2bbf... - 02:16 AM Revision c11c7922 (ffmpeg): vmdaudio: output audio samples for standalone silent blocks.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 9b73f786005f31429d7c88092edfeef6696a5... - 02:15 AM Revision 994e445a (ffmpeg): vmdaudio: fix raw_block_size calculation.
- The size should depend on the output sample size, not the internal bit depth.
Signed-off-by: Ronald S. Bultje <rsbul...
02/25/2011
- 10:41 PM Revision 13ff92d1 (ffmpeg): movenc: remove uses of deprecated API.
- Replace put_tag() with ffio_wfourcc() and ByteIOContext with AVIOContext.
- 09:31 PM Revision 77d207cb (ffmpeg): reindent after tapt patch
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 09:31 PM Revision d184c86c (ffmpeg): store pasp atom for all types of quicktime movie
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 09:31 PM Revision ea1afa12 (ffmpeg): use tapt atom for sample aspect ratio
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 08:24 PM Revision 588a3ffd (ffmpeg): bink: decode audio track identifiers into AVStream.id
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 08:24 PM Revision e211e255 (ffmpeg): bink: prevent overflows within binkidct by using int-sized intermedia...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 08:24 PM Revision f0ca29eb (ffmpeg): bink: set audio stream codec_tag such that binkaudio decoder can iden...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 08:24 PM Revision 8a8c283e (ffmpeg): binkaudio: simplify frame_len_bits and frame_len calculation
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 08:24 PM Revision a304def1 (ffmpeg): binkaudio: remove unnecessary loop
- decode_init sets bands[0] == 2, so this loop always sets the band table
index (k) to zero.
Signed-off-by: Ronald S. ... - 08:24 PM Revision 582ac86d (ffmpeg): binkaudio: perform band table scaling in decode_init
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 08:24 PM Revision ccfcddb3 (ffmpeg): Bink version 'b' audio decoder
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 07:50 PM Revision 8997bb88 (ffmpeg): bink: use LOCAL_ALIGNED for aligned stack data
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 07:48 PM Revision 04973f80 (ffmpeg): dxva2: define required feature selection macros
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 07:48 PM Revision cc4e9d2a (ffmpeg): OS/2: lxlite should use stdout
- This causes lxlite to use stdout instead of vioXXX
functions. This improves fate and build logs readability.
Affects ... - 07:38 PM Revision 61840b43 (ffmpeg): avio: deprecate put_tag
- it's not used internally anymore and shouldn't be public.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 07:38 PM Revision bbc413f9 (ffmpeg): lavf: replace remaining uses of put_tag with avio_write
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 07:38 PM Revision 99f42c27 (ffmpeg): avienc: replace &tag[0] with tag.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 07:38 PM Revision 0abdb293 (ffmpeg): lavf: use a new ffio_wfourcc macro instead of put_tag() where possible
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 04:04 PM Revision 3d0b7d26 (grapes): Merge branch 'bsearch' into test-local
- 02:39 PM Revision dca85c84 (ffmpeg): Mark MS-MPEG4v1 encoder as experimental.
- The encoder has never produced files that could be decoded
with any software. - 02:34 PM Revision 82142490 (ffmpeg): Add libmpcodecs to the list of libavfilter subdirectories.
- 02:09 PM Revision 64d4ad7b (napa-baselibs): the PMTU timeout is now 1s by default
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2559 c54fac2e-1815-407e-9b96-08...
- 02:09 PM Revision 5adbab1f (ml): the PMTU timeout is now 1s by default
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2559 c54fac2e-1815-407e-9b96...
- 02:00 AM Revision b01e0862 (grapes): Merge branch 'fixes2' into test-local
02/24/2011
- 11:36 PM Revision df7b3cef (grapes): fix: send topo message even if there is no space for all
- 09:22 PM Revision 7e06e0ed (ffmpeg): dca: use EXT_AUDIO_ID field to determine core extensions
- This avoids the core substream extensions scan when the EXT_AUDIO_ID
field indicates no extensions or only unsupporte... - 07:00 PM Revision a1c4b65b (ffmpeg): lavf: update documentation of AVOutputFormat.flags
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 06:08 PM Revision 16803f4c (grapes): Fix statistics
- 05:31 PM Revision 6226c5bc (grapes): flush dummy output afte reach write
- 04:26 PM Revision 9eb43dc1 (grapes): flush dummy output afte reach write
- 02:52 AM Revision 1108f899 (ffmpeg): vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.
- There is no need to expand to 16-bits. Just use memcpy() to copy the raw data.
Signed-off-by: Ronald S. Bultje <rsbu... - 02:52 AM Revision 2ec7862d (ffmpeg): vmdaudio: remove unnecessary fields from VmdAudioContext and use the ...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:51 AM Revision 1e86d685 (ffmpeg): vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-c...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:51 AM Revision 1574eff3 (ffmpeg): vmdaudio: simplify vmdaudio_decode_frame() by handling block_type fir...
- This also adds output buffer size checks for AUDIO and SILENCE block types.
Signed-off-by: Ronald S. Bultje <rsbultj... - 02:49 AM Revision ba9516cc (ffmpeg): cosmetics: reindent after previous commit
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:49 AM Revision 762b386e (ffmpeg): vmdaudio: move all silence chunk handling to vmdaudio_loadsound().
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:49 AM Revision 8e9027d2 (ffmpeg): cosmetics: remove debugging cruft
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:48 AM Revision 868f2f4d (ffmpeg): cosmetics: reindent after previous commit
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:41 AM Revision 7c640de1 (grapes): fill chunk attribute with priority in IPB chunkiser
- 02:41 AM Revision 59e03a8f (grapes): add chunkiser chunk attribute support
- 02:41 AM Revision f487e2d1 (grapes): chunkiser: adding attributes support to chunkise
- 02:12 AM Revision 2d213695 (ffmpeg): vmdaudio: simplify buffer pointer and header size handling.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:11 AM Revision 7a4fb3fd (ffmpeg): vmdaudio: set *data_size to zero when skipping small packets and add ...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:10 AM Revision 22f893e1 (ffmpeg): vmdaudio: validate block type
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:08 AM Revision dd1af513 (ffmpeg): vmdaudio: use macros and a local variable for block type.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:06 AM Revision 6989cb2d (ffmpeg): vmdaudio: correct the silent chunk count in the first block.
- This fixes A/V sync with several samples, notably:
http://samples.mplayerhq.hu/game-formats/sierra-vmd/swat_*.vmd
Si... - 02:04 AM Revision 9b73f786 (ffmpeg): vmdaudio: output audio samples for standalone silent blocks.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:02 AM Revision 1328d433 (ffmpeg): vmdaudio: remove duplicated code by merging mono and stereo decoding.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 01:58 AM Revision a58bcb40 (ffmpeg): vmdaudio: fix raw_block_size calculation.
- The size should depend on the output sample size, not the internal bit depth.
Signed-off-by: Ronald S. Bultje <rsbul...
02/23/2011
- 10:42 PM Revision 83111506 (ffmpeg): Make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just vi...
- This allows the values to be used without changing C code and is closer to how
the other DEBUG flags work.
If this ca... - 06:55 PM Revision 3d4e45f6 (grapes): Merge branch 'master' into chunkiser
- 06:29 PM Revision e6621dbf (grapes): fix some compile warnings on 64-bit
- 06:27 PM Revision 01e6098b (grapes): Allow to disable or enable timed mode
- 06:20 PM Revision bde413fe (grapes): 0 is a valid timestamp
- 05:22 PM Revision 374eb2ba (ffmpeg): lavf: postpone removal of deprecated avio functions
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 05:22 PM Revision 1f5e9ede (ffmpeg): lavf: postpone removal of public metadata conversion API
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 05:22 PM Revision ebb92e07 (ffmpeg): avio: rename url_fopen/fclose -> avio_open/close.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 22a3212e32b696028e21f00871f3cb48c0440... - 05:22 PM Revision 4c262dc1 (ffmpeg): avienc: fix AVI stream index for files with >10 streams
- Fixes issue 2563.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 4acc94e97a9551d11e... - 05:22 PM Revision c24a4034 (ffmpeg): libavformat: Remove FF_NETERRNO()
- Map EAGAIN and EINTR from ff_neterrno to the normal AVERROR()
error codes. Provide fallback definitions of other errn... - 05:22 PM Revision 8e35f5d4 (ffmpeg): Add more AVC Intra FOURCCs
- Also change the comments a bit since the FOURCCs aren't specific to Flip4Mac
and different ones are used for 720 vers... - 03:44 PM Revision 4acc94e9 (ffmpeg): avienc: fix AVI stream index for files with >10 streams
- Fixes issue 2563.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 03:18 PM Revision 22a3212e (ffmpeg): avio: rename url_fopen/fclose -> avio_open/close.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 03:03 PM Revision 31c9346c (grapes): chunkid_set: fix: faster int_cmp
- 12:21 PM Revision 28c4741a (ffmpeg): libavformat: Remove FF_NETERRNO()
- Map EAGAIN and EINTR from ff_neterrno to the normal AVERROR()
error codes. Provide fallback definitions of other errn... - 10:54 AM Revision f6e93568 (grapes): Add some timing logic to the chunkiser test
- an option to disable this logic will be added later
- 10:07 AM Revision a83e9f0b (grapes): Log the frames contained in each chunk
- 08:56 AM Revision e669aa38 (grapes): First (mostly untested) draft of an IPB chunkiser
- 06:56 AM Revision 952cb7b7 (grapes): Merge branch 'chunkiser' of http://www.disi.unitn.it/~abeni/PublicGit...
- 06:13 AM Revision 8672d309 (grapes): Allow to output stats and chunk numbers to files
- 06:05 AM Revision d72492e1 (grapes): Print the ratio of lost chunks (untested)
02/22/2011
- 11:47 PM Revision 62e7dd69 (streamers): fix a compile warning in transaction.c
- 11:43 PM Revision 9d93c942 (streamers): fix: change an fprintf to dprintf in transmission.c
- 11:43 PM Revision fbd478bb (streamers): fix: use directly the nodeID to register accepts, without passing ...
- 11:40 PM Revision 62751d0c (streamers): Added QueueDelay and OffersInFlight measure.to measures-monl
- Signed-off-by: Stefano Traverso <stefano.traverso@polito.it>
Conflicts:
measures-monl.c
measures.c
Conflicts:
... - 11:35 PM Revision c7c42215 (streamers): changing transaction.c to do garbage collection in itself
- 11:34 PM Revision 50f1ec20 (streamers): register transactions
- Conflicts:
streaming.c - 10:53 PM Revision 84ec8c3a (streamers): adding sender side transaction handling code
- 10:53 PM Revision 016307fa (streamers): send back ack instead of just a bmap
- Conflicts:
streaming.c - 10:50 PM Revision b947607c (streamers): integrate bmap from ack message to local knowledge
- 10:49 PM Revision 37ba82c3 (streamers): send back ack instead of just a bmap
- Conflicts:
streaming.c - 10:32 PM Revision 0ebdcf82 (streamers): add support for explicit ack
- Conflicts:
chunk_signaling.c - 10:03 PM Revision 9e5d52d5 (grapes): Dummy dechunkiser, first draft!
- 02:47 PM Revision d22618ac (grapes): ranaming base net_helper to net_helper-udp
- 02:42 PM Revision f67d6628 (grapes): fix: add missing NH_INCARNATION for topology_test_sh
- 02:25 PM Revision 13aa736d (grapes): chunkidset: if not a list, order the set and use binary search
- 02:25 PM Revision 9350bf76 (grapes): Merge branch 'fixes2' into bsearch
- 02:24 PM Revision 4b56ab42 (grapes): fix: chunkidset: we use "int" chunk_id, so elements should be int as ...
- 02:08 PM Revision 997c2b68 (grapes): First shot at PCR handling
- 12:21 PM Revision 8f935b92 (ffmpeg): Add more AVC Intra FOURCCs
- Also change the comments a bit since the FOURCCs aren't specific to Flip4Mac
and different ones are used for 720 vers... - 01:44 AM Revision 4f84e728 (ffmpeg): aacdec: Reduce the size of buf_mdct.
- It was doubled in size for the LTP implementation. This brings it back
down to its original size.
(cherry picked from... - 01:44 AM Revision ad9b2a41 (ffmpeg): Remove old VCSs from version.sh
- (cherry picked from commit 203df50d1013ea59e558d63f3ea69ffae1249124)
- 01:44 AM Revision 352cb0da (ffmpeg): mpegtsenc: use correct PES stream_id for AAC
- This adds the AAC codec to the list of audio codecs that results
in a PES stream_id of 0xc0 (audio stream).
Signed-o... - 01:44 AM Revision 51e7c932 (ffmpeg): spdifenc.c: fix compile because of missing include avio_internal.h.
- (cherry picked from commit 0f86fcabdf74f658323140111dfd4de83f7f2eee)
- 01:44 AM Revision e407f417 (ffmpeg): ppc: fix vc1 inverse transform, unbreak build
- GCC 4.3 and later are more particular about signedness matching
in vector operations. The operations under if(ranger... - 01:44 AM Revision 644b66cd (ffmpeg): vp8: ppc: fix invalid reads in altivec epel mc
- The 4-tap filters should only access one row/column before the
reference block.
Signed-off-by: Mans Rullgard <mans@m... - 01:44 AM Revision 2df9d000 (ffmpeg): avio: make put_nbyte internal.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 0ac8e2bf2bf3d636241bf2811018d9974687a... - 01:44 AM Revision e9eb8d0b (ffmpeg): avio: avio: avio_ prefixes for put_* functions
- In the name of consistency:
put_byte -> avio_w8
put_<type> -> avio_w<type>
put_buffer -> av... - 01:44 AM Revision e48fe14a (ffmpeg): targa: prevent integer overflow in bufsize check.
- (cherry picked from commit 78e2380a6d09e7a8b2a74d090abfb0a922e046f6)
- 01:44 AM Revision e63a3628 (ffmpeg): avio: avio_ prefixes for get_* functions
- In the name of consistency:
get_byte -> avio_r8
get_<type> -> avio_r<type>
get_buffer -> av... - 01:44 AM Revision d4e321d9 (ffmpeg): avio: make get_partial_buffer internal.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit b3db9ceef13037f2b6963a84b7abf8871a1e0... - 01:44 AM Revision 34bb0575 (ffmpeg): dsputil: make {add/put/put_signed}_pixels_clamped() non-static.
- (cherry picked from commit 484a337cd7cd8bb180c4a1bd3321881f1c874a92)
- 01:44 AM Revision 90ed2776 (ffmpeg): avio: rename av_alloc_put_byte -> avio_alloc_context for consistency
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 8d9ac969cb4ac3e3e18f6425703af4d7aec6c... - 01:44 AM Revision 6a786b15 (ffmpeg): VC1: merge idct8x8, coeff adjustments and put_pixels.
- Merging these functions allows merging some loops, which makes the
results (particularly after SIMD optimizations) mu... - 01:44 AM Revision 713f4904 (ffmpeg): VC1: inline vc1_put_block() in vc1_decode_i_blocks().
- Advantage is that it allows us to combine several loops into a single
one, and these can eventually be merged into th... - 01:38 AM Revision 5effda08 (ffmpeg): Makefile: include deps from tools directory
- This ensures the tools are rebuilt when necessary. Specifically,
lavfi-showfiltfmts was sometimes not rebuilt causin... - 01:38 AM Revision f1f79211 (ffmpeg): x86: use raw opcode for xgetbv instruction
- This allows the CPU detection to work with assemblers not supporting
the xgetbv mnemonic. These include clang and so... - 01:38 AM Revision 46382ae2 (ffmpeg): amrnb: use correct size when copying lsf_r array
- lsf_r is an array of int16_t, not float.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 1e... - 12:49 AM Revision f9c61974 (ffmpeg): Add shadow support to the drawtext filter
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:49 AM Revision a64a2c5f (ffmpeg): factor draw_glyphs out of drawtext filter
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:49 AM Revision bccea088 (ffmpeg): Fix and optimize yuv blend in the drawtext filter
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:49 AM Revision 7d279022 (ffmpeg): get rid of divisions in the inner loop of the drawtext filter
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:49 AM Revision edbaedf7 (ffmpeg): Simplify chroma blend in the drawtext filter
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:49 AM Revision 476aaec6 (ffmpeg): fix chroma alpha in the drawtext filter
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:49 AM Revision bd8e7503 (ffmpeg): Port drawtext filter by Hemanth from the libavfilter soc repo, with
- the following additions:
* support to anti-aliased glyph rendering
* support to UTF-8 text and Unicode chars renderin... - 12:35 AM Revision e22910b2 (ffmpeg): aacdec: Reduce the size of buf_mdct.
- It was doubled in size for the LTP implementation. This brings it back
down to its original size. - 12:18 AM Revision 203df50d (ffmpeg): Remove old VCSs from version.sh
02/21/2011
- 11:57 PM Revision 6c065f0a (ffmpeg): mpegtsenc: use correct PES stream_id for AAC
- This adds the AAC codec to the list of audio codecs that results
in a PES stream_id of 0xc0 (audio stream).
Signed-o... - 08:49 PM Revision 0f86fcab (ffmpeg): spdifenc.c: fix compile because of missing include avio_internal.h.
- 08:28 PM Revision e0e46cae (ffmpeg): vp8: ppc: fix invalid reads in altivec epel mc
- The 4-tap filters should only access one row/column before the
reference block.
Signed-off-by: Mans Rullgard <mans@m... - 08:28 PM Revision 381efba0 (ffmpeg): ppc: fix vc1 inverse transform, unbreak build
- GCC 4.3 and later are more particular about signedness matching
in vector operations. The operations under if(ranger... - 07:25 PM Revision 0ac8e2bf (ffmpeg): avio: make put_nbyte internal.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 07:25 PM Revision 77eb5504 (ffmpeg): avio: avio: avio_ prefixes for put_* functions
- In the name of consistency:
put_byte -> avio_w8
put_<type> -> avio_w<type>
put_buffer -> av... - 06:44 PM Revision 78e2380a (ffmpeg): targa: prevent integer overflow in bufsize check.
- 06:40 PM Revision b3db9cee (ffmpeg): avio: make get_partial_buffer internal.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 04:23 PM Revision b7effd4e (ffmpeg): avio: avio_ prefixes for get_* functions
- In the name of consistency:
get_byte -> avio_r8
get_<type> -> avio_r<type>
get_buffer -> av... - 03:23 PM Revision f8bed30d (ffmpeg): VC1: merge idct8x8, coeff adjustments and put_pixels.
- Merging these functions allows merging some loops, which makes the
results (particularly after SIMD optimizations) mu... - 03:23 PM Revision 8d9ac969 (ffmpeg): avio: rename av_alloc_put_byte -> avio_alloc_context for consistency
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 03:23 PM Revision 484a337c (ffmpeg): dsputil: make {add/put/put_signed}_pixels_clamped() non-static.
- 03:23 PM Revision bbfd2e7a (ffmpeg): VC1: inline vc1_put_block() in vc1_decode_i_blocks().
- Advantage is that it allows us to combine several loops into a single
one, and these can eventually be merged into th... - 02:09 PM Revision c8c0189d (ffmpeg): lavfi: put color source in a dedicated file
- Move the color source code from vf_pad.c to vsrc_color.c.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 02:09 PM Revision 5ad06110 (ffmpeg): lavfi: add drawutils
- Add drawutils.h and drawutils.c, and use them in the pad filter.
The new functions are going to be shared by other fi... - 12:56 PM Revision 704865fc (ffmpeg): lavfi: add fade filter
- Port fade filter from libavfilter soc repo, with minor fixes by
Stefano.
Signed-off-by: Michael Niedermayer <michael... - 12:45 PM Revision fd0b42cc (ffmpeg): lavfi: put color source in a dedicated file
- Move the color source code from vf_pad.c to vsrc_color.c.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 12:44 PM Revision bcfd9e82 (ffmpeg): lavfi: add drawutils
- Add drawutils.h and drawutils.c, and use them in the pad filter.
The new functions are going to be shared by other fi... - 11:27 AM Revision eec3bc24 (grapes): Merge branch 'next' into test-local
- 11:27 AM Revision d05a15e1 (grapes): Merge branches 'config' and 'bsearch' into next
- 11:23 AM Revision 7a673aa5 (streamers): fix: initializing rand
- 09:42 AM Revision 8c4ad616 (grapes): Merge branch 'bsearch' into test-local
- 09:06 AM Revision f31ebd3b (grapes): First draft of a TS chunkiser
- 12:12 AM Revision 9c3d2b9e (grapes): faster insert with binary search
02/20/2011
- 11:52 PM Revision ee18ff79 (grapes): faster insert
- 11:25 PM Revision 7b60aa43 (grapes): peerset: implement faster (binary) search
- TODO: insert became slower, it could be made somewhat faster
- 10:49 PM Revision 4cf7f313 (grapes): temporary fix: disable format warning
- 10:47 PM Revision 3bb247c8 (streamers): measures: simplify print code
- 10:16 PM Revision 4fec81f0 (streamers): fix offer-accept measure start
- 07:16 PM Revision 5f72f6b3 (streamers): added topology config (-t)
- 07:13 PM Revision 5232d493 (grapes): temporary patch: register send and receive events
- to be cleaned
- 06:05 PM Revision bbcaaf75 (ffmpeg): Update version and APIchanges.
- Update libavformat/version.h and doc/APIChanges after renaming
init_put_byte() and ByteIOContext to ffio_init_context... - 06:05 PM Revision ae99313a (ffmpeg): avio: move init_put_byte() to a new private header and rename it
- init_put_byte should never be used outside of lavf, since
sizeof(AVIOContext) isn't part of public ABI.
Signed-off-b... - 06:05 PM Revision 471fe57e (ffmpeg): avio: rename ByteIOContext to AVIOContext.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit ae628ec1fd7f54c102bf9e667a3edd404b9b9... - 06:05 PM Revision a8858ee1 (ffmpeg): VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv().
- Advanced profile never uses "range reduction", so vc1_put_block() quite
literally just calls put_pixels_clamped() fro... - 06:05 PM Revision cdeba2de (ffmpeg): x86: check for AVX support
- This adds configure and runtime checks for AVX support on x86 CPUs.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(c... - 06:05 PM Revision 91861ce2 (ffmpeg): MMS: also discover streams in extended stream properties object
- Allows playback of nonprimary audio streams in multiple bitrate sources,
such as mmsh://wmscr1.dr.dk/e02ch03m
Signed... - 06:05 PM Revision 0cfcbf21 (ffmpeg): Fix VP3 edge emulation
- With negative stride, the start of the edge_emu buffer should be pointing to
the last line, not the end of the buffer... - 06:05 PM Revision c614d32e (ffmpeg): Fix invalid reads in VC1 decoder
- Patch discussed and taken from https://roundup.ffmpeg.org/issue2584
(cherry picked from commit 2bbec1eda46d907605772a... - 06:05 PM Revision 6a717eb4 (ffmpeg): dsputil_mmx.c: remove ff_vector128.
- Remove ff_vector128, it is identical to ff_pb_80.
(cherry picked from commit bf6fa732459399fac215bdfa44dd39a6fb1d1e01) - 06:05 PM Revision 695f39c8 (ffmpeg): aacdec: dsputilize the scalar multiplication in intensity stereo
- (cherry picked from commit 9707f84fa73c23352937fc7e4e0a85eaf3135cbc)
- 06:05 PM Revision d1472386 (ffmpeg): VP3: fix decoding of videos with stride > 2048
- Also remove qscale_table code; this didn't make sense anyways as VP3 doesn't
use an MPEG-like quantizer scale.
(cherr... - 06:04 PM Revision 08df7f86 (ffmpeg): Makefile: include deps from tools directory
- This ensures the tools are rebuilt when necessary. Specifically,
lavfi-showfiltfmts was sometimes not rebuilt causin... - 05:31 PM Revision 1efa772e (ffmpeg): amrnb: use correct size when copying lsf_r array
- lsf_r is an array of int16_t, not float.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 05:31 PM Revision ef669538 (ffmpeg): x86: use raw opcode for xgetbv instruction
- This allows the CPU detection to work with assemblers not supporting
the xgetbv mnemonic. These include clang and so... - 02:59 PM Revision ef4061e4 (grapes): net_helper: add nodeid_cmp function
- 01:46 PM Revision d2bbf82e (ffmpeg): Update version and APIchanges.
- Update libavformat/version.h and doc/APIChanges after renaming
init_put_byte() and ByteIOContext to ffio_init_context... - 01:37 PM Revision e731b8d8 (ffmpeg): avio: move init_put_byte() to a new private header and rename it
- init_put_byte should never be used outside of lavf, since
sizeof(AVIOContext) isn't part of public ABI.
Signed-off-b... - 01:37 PM Revision ae628ec1 (ffmpeg): avio: rename ByteIOContext to AVIOContext.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 01:31 PM Revision 70aa916e (ffmpeg): VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv().
- Advanced profile never uses "range reduction", so vc1_put_block() quite
literally just calls put_pixels_clamped() fro... - 01:20 PM Revision 87f1355f (ffmpeg): x86: check for AVX support
- This adds configure and runtime checks for AVX support on x86 CPUs.
Signed-off-by: Mans Rullgard <mans@mansr.com>
02/19/2011
- 10:51 PM Revision 74d6871d (ffmpeg): MMS: also discover streams in extended stream properties object
- Allows playback of nonprimary audio streams in multiple bitrate sources,
such as mmsh://wmscr1.dr.dk/e02ch03m
Signed... - 04:31 PM Revision 5c20c81b (ffmpeg): Fix issue2619.
- regression introduced in 1762d9ced70ccc46c5d3e5d64e56a48d0fbbd4f7
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 03:51 PM Revision bf6fa732 (ffmpeg): dsputil_mmx.c: remove ff_vector128.
- Remove ff_vector128, it is identical to ff_pb_80.
- 02:13 PM Revision c8a9504f (grapes): added chunkIDs_set_trim
- 11:41 AM Revision 8996031d (grapes): config: adding versions with default values
- 11:12 AM Revision cc8a901b (grapes): ncast: making more parameters configurable
- 10:33 AM Revision 2bbec1ed (ffmpeg): Fix invalid reads in VC1 decoder
- Patch discussed and taken from https://roundup.ffmpeg.org/issue2584
- 09:42 AM Revision a89f4ca0 (ffmpeg): Fix VP3 edge emulation
- With negative stride, the start of the edge_emu buffer should be pointing to
the last line, not the end of the buffer... - 08:57 AM Revision 9707f84f (ffmpeg): aacdec: dsputilize the scalar multiplication in intensity stereo
02/18/2011
- 10:40 PM Revision 902685b8 (ffmpeg): VP3: fix decoding of videos with stride > 2048
- Also remove qscale_table code; this didn't make sense anyways as VP3 doesn't
use an MPEG-like quantizer scale. - 06:52 PM Revision 7782cb20 (ffmpeg): targa: fix potential buffer overreads
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 351423ae1f861da1c647d30c73503fde2b1f3dad) - 06:52 PM Revision 56cbc5f1 (ffmpeg): Fix PPC build.
- (cherry picked from commit ed040f35f298b39f1ddd45a133c82cb5d6d79dda)
- 06:52 PM Revision 1d37e908 (ffmpeg): VP8: init one less near_mv
- This one didn't actually need to be initialized.
(cherry picked from commit 891b1f15a7e45a2a5f91cb4c27d11259ef8e012f) - 06:52 PM Revision 545dc699 (ffmpeg): Force inlining of avutil common routines
- On some versions of gcc, these weren't always getting inlined due to hitting
the inline cap limit in some files. Thi... - 06:52 PM Revision 8e624c1c (ffmpeg): VP8: split out declarations to new header
- (cherry picked from commit bcf4568f183055331415ba230e82af6d59faac1c)
- 06:52 PM Revision 625e9309 (ffmpeg): VP8: faster MV clipping
- (cherry picked from commit 7634771e70575b2a5abaeb420c5b3c2f9948c693)
- 06:52 PM Revision 9a1ced32 (ffmpeg): dsputil: move VC1-specific stuff into VC1DSPContext.
- (cherry picked from commit 12802ec0601c3bd7b9c7a2503518e28fd5e7d744)
- 06:52 PM Revision 6c0d9369 (ffmpeg): VC1: simplify a calculation in a loop.
- (cherry picked from commit 0b16cdc3fa1d73056649abf43288be0a7624fdcc)
- 06:52 PM Revision 2739dc5d (ffmpeg): VC1: transpose IDCT 8x8 coeffs while reading.
- (cherry picked from commit 1da6ea39542424ddb691dc6cf08d611a4c6db247)
- 06:52 PM Revision b2f893ac (ffmpeg): Add SHA1s to APIChanges for av_dump_format, av_parse_time and av_find...
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit c3dbfa1afd7d989e3bba4c6bfc492a52c012... - 06:52 PM Revision 003c32e7 (ffmpeg): ffserver: Try matching the RTSP url without a trailing slash
- If the client sends PLAY/PAUSE requests with the same url as
specified in Content-Base, these requests may have urls ... - 06:52 PM Revision 0ef52334 (ffmpeg): lavf, lavu: bump minor versions and add an APIChanges entry for av_ p...
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 09d171b98879f58be1a766d5f277e131b18e... - 06:52 PM Revision 1b98107c (ffmpeg): Move find_info_tag to lavu and add av_ prefix to it
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit ab0287fcbdebc8ff416214535d7ee8424406... - 06:52 PM Revision 9c9912b9 (ffmpeg): mdct: remove unnecessary multiplication
- 3*n4 was already calculated in n3.
(cherry picked from commit 979395bbbb9381b522b44c3448c24aef9c819ffc) - 06:52 PM Revision 6159bd0d (ffmpeg): ac3enc: fix bug in stereo rematrixing decision.
- The rematrixing strategy reuse flags are not reset between frames, so they
need to be initialized for all blocks, not... - 06:52 PM Revision ee60e04c (ffmpeg): Replace remaining uses of parse_date with av_parse_time.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 9fcae9735e3b97366dcee9ca3c2f6cf4faf6756f) - 06:52 PM Revision 40c3fe2c (ffmpeg): Deprecate parse_date() in favor of av_parse_time().
- The new av_parse_time() is created in libavutil/parseutils.h, all the
internal functions used by parse_date are moved... - 06:52 PM Revision 0ebf4754 (ffmpeg): lavf: add av_ prefix to dump_format()
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 610219a598095f938705f200dfe3946455ef871a) - 06:52 PM Revision 34c340d4 (ffmpeg): ffserver: set the sample aspect ratio
- Hi.
It seems that ffserver sets sample_aspect_ratio to an invalid value and lavf
rejects it.
I am not sure what I a... - 06:52 PM Revision 09e22efc (ffmpeg): rtsp: udp_read_packet returning 0 doesn't mean success
- If udp_read_packet returns 0, rtsp_st isn't set and we shouldn't
treat it as a successfully received packet (which is... - 06:52 PM Revision 728d56e8 (ffmpeg): documentation: add encoders chapter
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 0fa904c9d845d4a47372e619067e21991bb3... - 06:52 PM Revision 5d329e2e (ffmpeg): In graph2dot, print more specific audio information for audio links.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 009026efb1e3b3a5f05fd9934019a6300b25... - 06:52 PM Revision 2613c811 (ffmpeg): spdifenc: set flag AVFMT_NOTIMESTAMPS
- There are no timestamps in IEC 61937.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from comm... - 06:39 PM Revision 02d08035 (ffmpeg): Reduce picture size for yadif.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 06:39 PM Revision bad82d3d (ffmpeg): Change yadif to not use out of picture lines.
- Fixes issue2272.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 03:04 PM Revision 351423ae (ffmpeg): targa: fix potential buffer overreads
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 02:05 PM Revision 6b94c603 (grapes): Fix outdated doc for chunk_write.
- Removed the no-more-existing "data" and "size" parameters' description,
and changed "chunk_id" to "c" as the second p... - 11:50 AM Revision 668ff5a8 (grapes): Merge remote branch 'abeni/master'
- 11:50 AM Revision 6c044fa9 (grapes): Merge branch 'transactions'
- 11:50 AM Revision 7bcfc98d (grapes): Update the tests according to the new API
- 11:42 AM Revision 90b7deba (grapes): Modified test script to be compatibile with OSX and to support more o...
- 11:40 AM Revision 88f5c397 (grapes): Added simple programs to test cloudcast topology and monitor cloud "v...
- 11:35 AM Revision 36dc16e0 (grapes): Introduced peer sampling protocol "cloudcast"
- 11:32 AM Revision 43945663 (grapes): Added function to log a cache to stderr
- 11:23 AM Revision b71e9607 (grapes): Added cloud_helper_utils
- 11:17 AM Revision 0e334129 (grapes): Fixed bug in cloud_test (reported wrong header size) and improved fil...
- 11:15 AM Revision dd3024b0 (grapes): Fixed a typo in the documentation header and added licence
- 01:22 AM Revision ed040f35 (ffmpeg): Fix PPC build.
Also available in: Atom