Activity
From 11/15/2010 to 12/14/2010
12/14/2010
- 11:03 PM Revision 1aa58c64 (ffmpeg): tcp: Check url_interrupt_cb if connect was interrupted by a signal
- This makes it possible to abort a blocking connect call.
Patch by Thomas Guillem, thomas dot guillem at gmail
Origi... - 10:45 PM Revision 06f6f785 (ffmpeg): 10l: fix typo in compute_exp_strategy()
- Originally committed as revision 26013 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:45 PM Revision 266d24be (ffmpeg): Move large arrays to AC3EncodeContext rather than passing them around.
- Originally committed as revision 26012 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:45 PM Revision 7da4dc17 (ffmpeg): cosmetics: line wrap and spacing
- Originally committed as revision 26011 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:45 PM Revision a0d763fc (ffmpeg): Use a single value for SNR offset in the bit allocation search rather...
- the separate coarse and fine values.
Originally committed as revision 26010 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:45 PM Revision 70fcd7ea (ffmpeg): Change bit_alloc() to return the mantissa bit count.
- Originally committed as revision 26009 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:45 PM Revision 937cd146 (ffmpeg): cosmetics: alignment and line wrap after last commit
- Originally committed as revision 26008 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:45 PM Revision 359c1d19 (ffmpeg): Move bit counts to AC3EncodeContext.
- Originally committed as revision 26007 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:38 PM Revision 82ccbe6b (ffmpeg): Simplify texi files naming: ff*-doc.texi -> ff*.texi.
- Originally committed as revision 26006 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:14 PM Revision 80575c0e (ffmpeg): Add missing dependency for matroska muxer.
- Originally committed as revision 26005 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 PM Revision 8c634b70 (ffmpeg): Update the test references for lavf-rm and seek-ac3_rm.
- The references changed due to r25956.
Originally committed as revision 26004 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:53 PM Revision 793bbf95 (ffmpeg): Split out setting of bit allocation parameters to a separate function.
- Th new function only needs to be called at initialization because bit
allocation parameters currently do not change d... - 02:53 PM Revision 8999944e (ffmpeg): Split out counting of frame bits into a separate function.
- Originally committed as revision 26002 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 PM Revision 33a7d549 (ffmpeg): cosmetics: vertical alignment
- Originally committed as revision 26001 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 PM Revision d3325d55 (ffmpeg): Only calculate num_exp_groups once.
- Originally committed as revision 26000 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 PM Revision dc0bc0f8 (ffmpeg): Check for bit allocation error in ac3_encode_frame().
- Move error log printout to ac3_encode_frame().
Originally committed as revision 25999 to svn://svn.ffmpeg.org/ffmpeg... - 02:53 PM Revision f94bacc5 (ffmpeg): Split out grouping of exponents into a separate function.
- Originally committed as revision 25998 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 PM Revision b6a1e523 (ffmpeg): Split out mantissa quantization into separate functions.
- Originally committed as revision 25997 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 PM Revision 5b44ede0 (ffmpeg): cosmetics: rearrange some functions
- Originally committed as revision 25996 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 PM Revision d7da8080 (ffmpeg): Reverse the exponent & exponent strategy array arrangement to simplif...
- per-channel exponent strategy decision. This will also make it easier to
plug-in other exponent strategy algorithms.... - 02:53 PM Revision 67d979fe (ffmpeg): Move writing of frame to the output bitstream to a separate function.
- Originally committed as revision 25994 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 PM Revision 084f5c5a (ffmpeg): cosmetics: remove a comment and just spacing
- Originally committed as revision 25993 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 PM Revision 160d85f5 (ffmpeg): Split frame size adjustment into a separate function.
- Originally committed as revision 25992 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 PM Revision dfdf73eb (ffmpeg): Split exponent processing into separate functions.
- Originally committed as revision 25991 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision 0a0a8500 (ffmpeg): Split applying of MDCT into several separate functions.
- Originally committed as revision 25990 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision 4acc790f (ffmpeg): Split input sample deinterleaving into a separate function.
- Originally committed as revision 25989 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision 152cc528 (ffmpeg): Separate functionally different calculations in ac3_encode_frame().
- Originally committed as revision 25988 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision 98f6ee44 (ffmpeg): cosmetics: rename 2 variables
- Originally committed as revision 25987 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision 12ed6226 (ffmpeg): Deinterleave whole frame at once instead of per-block.
- This reduces the amount of memcpy() by using pointers to overlap samples for
successive blocks rather than copying.
... - 02:52 PM Revision e0685bc9 (ffmpeg): cosmetics: add & alter some comments
- Originally committed as revision 25985 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision 282255bb (ffmpeg): Split setting of bandwidth into a separate function.
- Originally committed as revision 25984 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision e35c984a (ffmpeg): Move setting of bitstream_id and bitstream_mode to ac3_encode_init().
- Originally committed as revision 25983 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision ddf63d37 (ffmpeg): Improve ac3_encode_init() error reporting.
- Return AVERROR(EINVAL) instead of -1. Propogate errors from called functions.
Add some error log printouts.
Original... - 02:52 PM Revision b64d842c (ffmpeg): cosmetics: indent after last commit
- Originally committed as revision 25981 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision 99ca4f73 (ffmpeg): Don't use nested loops to iterate valid sample rates.
- Eliminates a goto and mirrors the bitrate validation.
Originally committed as revision 25980 to svn://svn.ffmpeg.org... - 02:52 PM Revision 1607db0a (ffmpeg): Remove some duplicate local copies of avctx fields.
- This is an av_cold function, and we don't need to duplicate variables just to
save a few characters.
Originally comm... - 02:52 PM Revision 8f60f70d (ffmpeg): Split validation of initial user options into a separate function.
- Originally committed as revision 25978 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision 427e2293 (ffmpeg): Use bytes instead of 16-bit words for frame size.
- Originally committed as revision 25977 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision eed00252 (ffmpeg): cosmetics: rename variable 'n' to 'pad_bytes'
- Originally committed as revision 25976 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision 1971ab6e (ffmpeg): Change output_frame_end() to return void. The frame size is already k...
- Originally committed as revision 25975 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision e8b552a8 (ffmpeg): cosmetics: pretty-printing
- Originally committed as revision 25974 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision ce67b7cd (ffmpeg): cosmetics: rename some iterator variables to match what they represent
- Originally committed as revision 25973 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision 77773275 (ffmpeg): cosmetics: rename a variable for consistency
- Originally committed as revision 25972 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision aab45ca3 (ffmpeg): cosmetics: rename exp_samples and global_exp to exp_shift.
- Originally committed as revision 25971 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision 23c5b361 (ffmpeg): cosmetics: rename 2 functions
- Originally committed as revision 25970 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision e0b9f94b (ffmpeg): cosmetics: use some size macros in ac3tab.c/h
- Originally committed as revision 25969 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision ce571ceb (ffmpeg): Use AC3_MAX_COEFS instead of 256 in a couple places in ac3.c
- Originally committed as revision 25968 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision 47ae6e79 (ffmpeg): define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder.
- Originally committed as revision 25967 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision 0454b558 (ffmpeg): Use sizeof(array value) instead of sizeof(int16_t).
- Originally committed as revision 25966 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision a0a9204e (ffmpeg): cosmetics: use lowercase letters for function names
- Originally committed as revision 25965 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision c36ce0f8 (ffmpeg): cosmetics: add new function documentation and clean up existing docum...
- Originally committed as revision 25964 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision 2f8ae522 (ffmpeg): cosmetics: add more space between functions
- Originally committed as revision 25963 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision e77fd066 (ffmpeg): cosmetics: rearrange some functions/typedefs/macros
- Originally committed as revision 25962 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision 02877def (ffmpeg): Simplify group size calculation in 2 places.
- Originally committed as revision 25961 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision 98161553 (ffmpeg): cosmetics: make a switch/case more compact
- Originally committed as revision 25960 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision b84a211b (ffmpeg): Clean up fft_init() and mdct_init()
- Originally committed as revision 25959 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision 6a988808 (ffmpeg): cosmetics: pretty-printing, alignment, etc...
- Originally committed as revision 25958 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision a913b5cf (ffmpeg): Remove unneeded #include
- Originally committed as revision 25957 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision 918cd225 (ffmpeg): Simplify fix15().
- Turn it into 2 macros, and use av_clip_int16() and lrintf().
This matches the int16 to float sample conversion in aud... - 02:50 PM Revision 228315bb (ffmpeg): Fix the fixed-point MDCT and FFT tests so that they actually compile ...
- Also, use LFG from libavutil instead of random().
Originally committed as revision 25955 to svn://svn.ffmpeg.org/ffm... - 02:50 PM Revision a8d2b06b (ffmpeg): Split out initialization of MDCT tables into a separate function.
- Originally committed as revision 25954 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision 07965463 (ffmpeg): cosmetics: Document AC3EncodeContext fields.
- Originally committed as revision 25953 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision 22c0b03c (ffmpeg): Remove unneeded debugging messages.
- Originally committed as revision 25952 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision 1fda2c10 (ffmpeg): cosmetics: Define AC3_WINDOW_SIZE and use it instead of AC3_BLOCK_SIZ...
- Originally committed as revision 25951 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision 7066cc8f (ffmpeg): cosmetics: use better (and shared) macro names for some constant values
- Originally committed as revision 25950 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision a657899c (ffmpeg): Remove duplicate AC3EncodeContext fields, sr_shift and sr_code.
- Originally committed as revision 25949 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision 2d2692eb (ffmpeg): cosmetics: rename some fields in AC3EncodeContext
- Originally committed as revision 25948 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision 9cb59032 (ffmpeg): cosmetics: change all short to int16_t
- Originally committed as revision 25947 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision 2be209b2 (ffmpeg): Change some unsigned types to signed types in AC3EncodeContext
- Originally committed as revision 25946 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision 7e5a4bf8 (ffmpeg): cosmetics: rearrange AC3EncodeContext fields
- Originally committed as revision 25945 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:57 AM Revision 8b70c289 (grapes): Remove globals in output-stream
- 08:34 AM Revision 9baec618 (ffmpeg): configure: Allow disabling symbol versioning via --disable-symver
- Originally committed as revision 25944 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:25 AM Revision fcc01ba5 (grapes): Remove globals in input-stream
12/13/2010
- 05:54 PM Revision 0c1758f0 (ffmpeg): Return the amount of input data actually used in the qdm2 decoder,
- allows playback of files where multiple qdm2 packets have been merged.
Originally committed as revision 25943 to svn... - 05:46 PM Revision df6d663b (grapes): Merge branch 'chunkiser'
- 03:04 PM Revision dcc42706 (grapes): Make valgrind happy
- 12:40 PM Revision 386bce8c (grapes): Implement the dechunkiser "close" method
- 12:28 PM Revision 0faee466 (grapes): Allow to set the output format
- 12:19 PM Revision be9e4a42 (grapes): Dynamically allocate the dechunkiser context
12/12/2010
- 06:59 PM Revision 1c6858bc (grapes): Fix the raw dechunkiser
- 06:47 PM Revision fd1d8d92 (grapes): Allow to select the chunkiser and dechunkiser
- 06:33 PM Revision 6b0140b8 (grapes): Support for the AVF payload in the raw dechunkiser
- 06:13 PM Revision e296176d (grapes): Change the dechunkiser API to accept a file name (and not only a conf...
- 05:59 PM Revision d5f187fd (ffmpeg): Add gradfun filter, ported from MPlayer.
- Patch by Nolan L nol888 <=> gmail >=< com.
See thread:
Subject: [FFmpeg-devel] [PATCH] Port gradfun to libavfilter (... - 04:27 PM Revision 9d845ca4 (ffmpeg): Avoid rollover in settings conversion.
- Patch by James Zern, jzern google
Originally committed as revision 25941 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:19 PM Revision f6715848 (ffmpeg): Reindent.
- Originally committed as revision 25940 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:18 PM Revision 8afab686 (ffmpeg): Fix encoding when the input audio format/rate/channels changes during
- transcoding.
Fix issue #2292.
Patch sponsored by KIM Keep In Mind GmbH, srl.
Originally committed as revision 2593... - 03:31 PM Revision 4ba22e04 (ffmpeg): Fix avpicture_alloc(), which was aligning the linesizes with 0 and thus
- causing a wrong allocation.
Originally committed as revision 25938 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:39 PM Revision 1ebe5c4c (ffmpeg): Add section describing the filtergraph.
- Originally committed as revision 25937 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:39 PM Revision 9241cd20 (ffmpeg): Make avfilter_parse_graph() output a more meaningful message when an
- invalid filterchain is detected.
Originally committed as revision 25936 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:22 AM Revision ef8002fd (grapes): Added function is_cloud_node to cloud helper
- 02:54 AM Revision b276854d (ffmpeg): Fix indention of one forgotten line in ffv1.c
- Originally committed as revision 25935 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 AM Revision 92b818eb (ffmpeg): cosmetics: vertical alignment after last commit
- Originally committed as revision 25934 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:52 AM Revision 7edbd536 (ffmpeg): flac_parser: only buffer the estimated amount of input needed.
- Patch by Michael Chinen [mchinen at gmail]
Originally committed as revision 25933 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:52 AM Revision 97f7fe68 (ffmpeg): Make FLAC parser return frames when it has the required amount
- (without buffering extra input).
Patch by Michael Chinen [mchinen at gmail]
Originally committed as revision 25932 t...
12/11/2010
- 09:41 PM Revision 4172951b (ffmpeg): Return an error when get_buffer reads none or only partial data instead
- of returning packets with uninitialized data.
Returning partial packets as for other demuxers is problematice due to
... - 09:39 PM Revision 3c3ef81b (ffmpeg): Ensure that packets returned from ASF demuxer are properly 0-padded.
- Originally committed as revision 25930 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 PM Revision b72daad0 (ffmpeg): Remove hack in MP3 probe that was meant as a work-around for large
- ID3v2 tags which no longer works since ID3v2 handling was moved to
generic code.
In addition, in caused false-positiv... - 12:00 PM Revision fe858d7b (ffmpeg): Define PODPAGES in Makefile, and make them depend on
- fftools-common-opts.texi.
Fix pod files updating when fftools-common-opts.texi is changed.
Originally committed as ...
12/10/2010
- 06:25 PM Revision 5d7870dc (ffmpeg): Show per-codec options on FFmpeg commandline help.
- Originally committed as revision 25927 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:10 PM Revision df7dffd7 (grapes): Allow the raw dechunkiser to write to a file
- 05:55 PM Revision 91e9c5d5 (grapes): Add a raw dechunkiser and a dummy chunkiser
- 03:48 PM Revision a152c77f (ffmpeg): id3v2: skip data length indicator
- Originally committed as revision 25926 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:41 PM Revision ded38a9b (ffmpeg): add my GPG fingerprint
- Originally committed as revision 25925 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/09/2010
- 05:34 PM Revision d22e9795 (ffmpeg): Fix typo.
- Originally committed as revision 25924 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:27 PM Revision c61cdd0a (ffmpeg): Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from
- libavcodec to libavcore.
Remove another compile-time dependancy of libavfilter on libavcodec.
Originally committed ... - 08:58 AM Revision 5b24298d (grapes): Merge branch 'topman'
- 08:25 AM Revision 94729cc8 (grapes): Merge branch 'chunkiser'
- Conflicts:
src/Makefile - 07:59 AM Revision 1cc19859 (grapes): Properly set the loop attribute
- 07:53 AM Revision 0c461e28 (grapes): Use a better interface for chunk_write(), too
12/08/2010
- 09:33 PM Revision 606948b2 (grapes): Use a new interface for chunkise()
- 10:24 AM Revision 6d34323e (ffmpeg): Make avpicture_alloc() return meaningful values.
- Originally committed as revision 25922 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:24 AM Revision 0141163d (ffmpeg): Reindent.
- Originally committed as revision 25921 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:24 AM Revision e74929e8 (ffmpeg): Use av_image_alloc() in avpicture_alloc(), simplify.
- Originally committed as revision 25920 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/07/2010
- 06:15 PM Revision 614e139a (ffmpeg): Don't try to demux WavPack files with >2 channels until we can suppor...
- Originally committed as revision 25919 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:42 PM Revision a854bcdb (ffmpeg): fix building test programs with gnu make 3.82
- Test programs may be named either %.c or %-test.c. In some cases (ie. fft),
both files exist and make has to choose w... - 03:27 PM Revision b494baf0 (ffmpeg): colorspace-test: fix build
- rgb32tobgr32() has been removed in favour of shuffle_bytes_2103() in r32190
Originally committed as revision 32676 t... - 03:25 PM Revision e3c011c8 (ffmpeg): fix building of cpu-test by including required header
- Originally committed as revision 25917 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:58 PM Revision a4151444 (ffmpeg): Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder.
- Patch by Michael Chinen [mchinen at gmail]
Originally committed as revision 25916 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:57 PM Revision 60a68493 (ffmpeg): Simplify the FLAC decoder now that it no longer has to parse arbitrar...
- data thanks to the recently added FLAC parser.
Patch by Michael Chinen [mchinen at gmail]
Originally committed as re... - 02:50 PM Revision 475ae04a (ffmpeg): Add a FLAC parser.
- Seek test reference updated because FLAC seeking now works properly.
Fixes roundup issue 1150.
Patch by Michael Chin... - 02:02 PM Revision ed4e1e58 (ffmpeg): cosmetics: line wrap after last commit
- Originally committed as revision 25913 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:00 PM Revision 3c795698 (ffmpeg): Add log_level_offset parameter to ff_flac_decode_frame_header(). It w...
- to optionally silence the error messages.
Patch by Michael Chinen [mchinen at gmail]
Originally committed as revisio... - 01:50 PM Revision 71b6fc21 (ffmpeg): Add is_var_size and frame_or_sample_num to FLACFrameInfo and read the...
- ff_flac_decode_frame_header().
Patch by Michael Chinen [mchinen at gmail]
Originally committed as revision 25911 to ... - 01:42 PM Revision 7f4e4321 (ffmpeg): Check validity of the frame sync code in ff_flac_decode_frame_header().
- Patch by Michael Chinen [mchinen at gmail]
Originally committed as revision 25910 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:30 PM Revision 625daac4 (ffmpeg): Move decode_frame_header() from flacdec.c to flac.c/h to share with the
- forthcoming FLAC parser.
Patch by Michael Chinen [mchinen at gmail]
Originally committed as revision 25909 to svn://... - 01:29 PM Revision 86b6e387 (ffmpeg): rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is k...
- This fixes cases where the RTP time base and the sample rate of the stream
differ. Previously, the AVStream time_base... - 01:28 PM Revision bb776f3b (ffmpeg): rtsp: Parse RealRTSP sample rate declarations from the SDP
- The RTP time base can be different from the actual content sample rate.
Originally committed as revision 25907 to sv... - 01:28 PM Revision 2eeefe20 (ffmpeg): rtpdec: Handle MP3 in RealRTSP
- This fixes playback of a RealRTSP/MP3 URL from the RTSP samples on
MultimediaWiki.
Originally committed as revision ... - 11:42 AM Revision 4d1156cb (ffmpeg): Fix building of object files in tools/
- Fixes issue issue2408.
Originally committed as revision 25905 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:51 AM Revision 3cf8db94 (ffmpeg): Add fullrange support to libx264.c x264 interface
- Originally committed as revision 25904 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:52 AM Revision 407d3d5a (ffmpeg): id3v2: skip encrypted/compressed frames
- Originally committed as revision 25903 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:52 AM Revision 7a07d158 (ffmpeg): id3v2: use a named constant instead of 0x02
- Originally committed as revision 25902 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:38 AM Revision c6f1e29a (ffmpeg): In mov demuxer, read alac sample from extradata, fix #2406
- Originally committed as revision 25901 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/06/2010
- 10:24 PM Revision c3d07c17 (ffmpeg): Deprecate the use of the NO_COLOR environment variable.
- Originally committed as revision 25900 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:47 PM Revision 3011ecde (ffmpeg): Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use of
- NO_COLOR (but properly prefixed for avoiding namespace conflicts).
Originally committed as revision 25899 to svn://s... - 03:18 PM Revision efd63823 (ffmpeg): alsdec: Correct the ALS decoder by storing some parameters per-channe...
- than just per-block. Patch by Sprezz [sprezzatura gmx com]. Fixes Issue 2387.
Originally committed as revision 25898... - 01:40 PM Revision 002d74b2 (ml): ML: changed the units of rate control and RTX to make them more uniform: ...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2359 c54fac2e-1815-407e-9b96...
- 01:40 PM Revision 5f2c1ed6 (napa-baselibs): ML: changed the units of rate control and RTX to make them mor...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2359 c54fac2e-1815-407e-9b96-08...
- 12:44 PM Revision 86042de8 (ffmpeg): rtpdec_h264: Pass NAL type 0 through
- According to the spec, this type shouldn't ever be used. Nevertheless,
passing it through enables decoding streams wh... - 12:43 PM Revision 4838cdab (ffmpeg): rtpdec: Skip padding bytes at the end of packets
- Originally committed as revision 25896 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:14 AM Revision 90f1f3bf (ffmpeg): In yadif filter, declare asm constants directly to avoid dependency o...
- Originally committed as revision 25895 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/05/2010
- 07:42 PM Revision 28b4eb95 (ffmpeg): rtpdec_qcelp: Use the depacketizer for static payload types, too
- Originally committed as revision 25894 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 PM Revision 6a7e31a9 (ffmpeg): rtsp: Look for RTP payload handlers for static payload types, too
- Originally committed as revision 25893 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 PM Revision 003eb642 (ffmpeg): rtsp: Factorize code for initializing the rtp payload handler
- Originally committed as revision 25892 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:39 PM Revision 1e515c42 (ffmpeg): rtpdec: Add functions for finding depacketizers by name or payload id
- Originally committed as revision 25891 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:38 PM Revision 2beb910d (ffmpeg): rtpdec: Allow dynamic payload handlers to handle static payload types...
- Originally committed as revision 25890 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:37 PM Revision 35014efc (ffmpeg): rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC...
- This fixes roundup issue 2390.
Originally committed as revision 25889 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:56 PM Revision 12998340 (ffmpeg): Allow to force colored output.
- Patch by Etienne Buira, etienne d buira d lists a free d fr
Originally committed as revision 25888 to svn://svn.ffmp... - 11:45 AM Revision 35b01694 (ffmpeg): RTP/VP8: Update the warning about the VP8 payload
- The current implementation is incompatible with the latest spec drafts,
this should be communicated clearly to the us...
12/04/2010
- 07:06 PM Revision 16cfc961 (ffmpeg): Add CODEC_CAP_NEG_LINESIZES.
- Originally committed as revision 25886 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:47 PM Revision d4a9f379 (ffmpeg): cosmetic: indentation
- Originally committed as revision 25885 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:46 PM Revision 118ccae0 (ffmpeg): add subtitle codec autodetection
- Originally committed as revision 25884 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:14 PM Revision 1c3b408f (ffmpeg): Add forgotten deprecation to avcodec_pix_fmt_string().
- Originally committed as revision 25883 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:13 PM Revision ab79ee12 (ffmpeg): Cosmetics: add empty line which was previously removed.
- Improve readability.
Originally committed as revision 25882 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:06 PM Revision 9e95999e (ffmpeg): 10l, add ff_pw_1 to dsputil_mmx for yadif sse2
- Originally committed as revision 25881 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:03 PM Revision a4dc7aa5 (ffmpeg): Port libmpcodecs hqdn3d filter.
- Patch by Baptiste with some fixes by me.
Originally committed as revision 25880 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:56 PM Revision bb4afa13 (ffmpeg): Deprecate avcodec_pix_fmt_string() in favor of
- av_get_pix_fmt_string(), added to libavutil/pixdesc.h.
Originally committed as revision 25879 to svn://svn.ffmpeg.or... - 12:56 PM Revision 4da12e3b (ffmpeg): Implement av_image_alloc() and use it in
- avfilter_default_get_video_buffer().
Originally committed as revision 25878 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:50 AM Revision bf799f68 (ffmpeg): Declare sse2 and ssse2 function in yadif header
- Originally committed as revision 25877 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:44 AM Revision e75229fa (ffmpeg): Try to improve reordered_opaque doxy.
- Originally committed as revision 25876 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:44 AM Revision df59c9c0 (ffmpeg): Detect incorrect padding with wrong stuffing codes used by NEC N-02B.
- I dont know if this is the best way to handle it. But it fixes http://kuwatan.jp/temp/n-02b.3gp
Fixes issue 2373.
O... - 05:23 AM Revision 1ef64490 (ffmpeg): yadif sse2/ssse3 optimizations
- Originally committed as revision 25874 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:21 AM Revision 23b8342a (ffmpeg): Count non-header data towards intra block bit count in MJPEG encoder
- Originally committed as revision 25873 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:00 AM Revision 372c3f82 (ffmpeg): Change the argument of memory allocation functions from unsigned int ...
- with the next major bump in libavcodec.
Originally committed as revision 25872 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:00 AM Revision b47541c7 (ffmpeg): Change the argument of memory allocation functions from unsigned int ...
- with the next major bump in libavutil.
Originally committed as revision 25871 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:47 AM Revision 5bdbf64c (ffmpeg): set default subtitle_codec for ass muxer
- Originally committed as revision 25870 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:44 AM Revision 908dc2a0 (ffmpeg): cosmetic: alignment
- Originally committed as revision 25869 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:37 AM Revision 87d69d32 (ffmpeg): use designated initializer in ASS (de)muxer
- Originally committed as revision 25868 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 6fbd85ed (ffmpeg): add myself as maintainer for ASS and SRT
- Originally committed as revision 25867 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/03/2010
- 09:18 PM Revision c6fe83a3 (ffmpeg): g722: Add a trellis encoder
- The structure is largely based on the trellis encoder in adpcm.c.
Originally committed as revision 25866 to svn://sv... - 09:17 PM Revision 699b317f (ffmpeg): Add myself as maintainer for g722.c
- Originally committed as revision 25865 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:26 PM Revision 66be80d6 (ffmpeg): mpegtsenc: Improve PCR generation and output
- This fixes PCR drift due to accumulating TS_PACKET_SIZE*8*90000LL/ts->mux_rate each packet, due to rounding errors wh...
- 07:49 AM Revision 77b7c334 (ffmpeg): skip top-level objects to search for the simple index in ASF files
- Originally committed as revision 25863 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/02/2010
- 08:12 PM Revision 037be76e (ffmpeg): Add avfilter_graph_create_filter().
- Originally committed as revision 25862 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:49 PM Revision 9398024c (ffmpeg): Add missing overflow checks in av_image_fill_pointers() and
- av_image_fill_linesizes().
Originally committed as revision 25861 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:50 AM Revision 4cf3adfd (grapes): Yet more const qualifiers
- 11:39 AM Revision a166dc0b (grapes): Some more const qualifiers in topocache
- 09:56 AM Revision 3694ac24 (ffmpeg): mpc: read id3v1 tags.
- Originally committed as revision 25860 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:42 AM Revision 15d5934d (grapes): Some const fixes in the peersamplers
- 08:41 AM Revision b3878656 (grapes): Some const fixes
- 08:38 AM Revision 3e3eb277 (grapes): Cosmetic fix (position of a "{")
- 08:20 AM Revision babdcc03 (grapes): Cosmetic fix (position of "{")
12/01/2010
- 01:12 PM Revision 1761272b (ffmpeg): Use SECTION .text for yasm code.
- Patch by avcoder, ffmpeg gmail
Originally committed as revision 25859 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:15 AM Revision cf05ea10 (grapes): Merge remote branch 'origin/topman'
- 08:57 AM Revision cfff297d (ffmpeg): adpcm: Skip samples whose ssd calculation has wrapped around
- Wraparound in ssd is mainly avoided by subtracting the ssd of the
best node from all the others once it has grown lar...
11/30/2010
- 09:41 PM Revision a42bb9d6 (ffmpeg): Add missing dependencies for frei0r_src in configure.
- Originally committed as revision 25857 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:14 PM Revision f51aeedd (ffmpeg): Extend the frei0r filter syntax.
- Make it accept the frei0r=filtername=params as alternative to
frei0r=filtername:params.
Originally committed as revi... - 08:14 PM Revision f8608dca (ffmpeg): Implement frei0r source.
- Originally committed as revision 25855 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:14 PM Revision 60445a09 (ffmpeg): Remove @anchor{} commands from the POD output.
- This allows to use the @xref{} command for the HTML output.
Originally committed as revision 25854 to svn://svn.ffmp...
11/29/2010
- 11:15 PM Revision 3d305fd0 (ffmpeg): Add FourCC yuvs for rawvideo (PIX_FMT_YUYV422).
- Patch by Andrew Wason, rectalogic rectalogic com
Originally committed as revision 25853 to svn://svn.ffmpeg.org/ffmp... - 07:02 PM Revision 365d8e47 (ffmpeg): Ensure that data_offset is set correctly when there are partial
- data packets before the first complete one.
Patch by Aaron Colwell [acolwell chromium org].
Originally committed as ... - 04:38 PM Revision 82f19afe (ffmpeg): Partially revert "Simplify code by using av_metadata_set2()."
- This reverts snprintf->av_d2str part of r20840.
With it, track number is exported as a float, which is not
desirable.... - 04:04 PM Revision 4da71f18 (ffmpeg): rtpdec: Remove useless NULL initializations when using designated ini...
- Originally committed as revision 25844 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 PM Revision fe70a95e (ffmpeg): rtpdec: Change the qdm2, qt and svq3 depacketizers to use designated ...
- Originally committed as revision 25843 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:01 PM Revision e889f90c (grapes): Function topo_payload_fill exposed to other modules
- 10:40 AM Revision 4e88eeef (grapes): Merge branch 'cloudcast_integration' into topman
- 10:35 AM Revision ad556add (ffmpeg): Fix h264-conformance-frext-frext_mmco4_sony_b conformance test.
- This includes a revert of r25840
Originally committed as revision 25842 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:43 AM Revision 74f72620 (ffmpeg): In ts demuxer, if pes packet size is < ts packet, honor pes packet an...
- Fixes issue #2392.
Originally committed as revision 25841 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/28/2010
- 11:09 PM Revision 79561f0e (ffmpeg): Update fate h264 test due to r25824, this file has 2 frames delay
- Originally committed as revision 25840 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:17 PM Revision 0b6a7ff4 (ffmpeg): rtsp: Do a forgotten reindenting
- Originally committed as revision 25839 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 AM Revision 3fa77bde (ffmpeg): In libavfilter, use consistently "Copyright (c)" in the license
- headers.
Originally committed as revision 25838 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:01 AM Revision e8ffb2fa (ffmpeg): Add G.722 to RIFF codec list
- Originally committed as revision 25837 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/27/2010
- 08:29 PM Revision 2400730f (ffmpeg): Increase avformat micro version, forgotten in r25834.
- Originally committed as revision 25836 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:10 PM Revision 25a08596 (ffmpeg): Add copyright notices for the E-AC3 and TrueHD parts of the muxer.
- Originally committed as revision 25835 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:08 PM Revision 323e3f8b (ffmpeg): IEC 61937 encapsulation of TrueHD for HDMI passthrough.
- This works at least for some people testing it.
Patch by Anssi Hannula, anssi d hannula a iki fi
Originally committ... - 05:43 PM Revision 89b16ba8 (grapes): Added ability to specify an header for cloud GET operations
- 02:52 PM Revision 7342a625 (grapes): Added test for cloud support with example of a cloud_helper delegate ...
- 02:51 PM Revision 27079cd9 (grapes): Delegate cloud provider implemented
- 02:40 PM Revision fe9d2edb (ffmpeg): DV: use data_offset to fix seeking in badly cut files where the first
- complete frame does not start at position 0.
Originally committed as revision 25833 to svn://svn.ffmpeg.org/ffmpeg/t... - 02:34 PM Revision 5033613a (grapes): Cloud communication support introduced throught cloud_helper
- 01:07 AM Revision 4ab4d65f (ffmpeg): ensure the ASS string in AVSubtitleRect is 0 terminated
- Originally committed as revision 25832 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/26/2010
- 12:38 PM Revision 3dff225b (streamers): Merge branch 'reply-non-neighbour' into back-offer
- Conflicts:
streaming.c - 11:43 AM Revision f9630d20 (streamers): accept offers from non-neighbours
- 11:43 AM Revision f8286367 (streamers): process accept message even if peer is not in pset
- Conflicts:
chunk_signaling.c - 11:43 AM Revision c3e8369f (streamers): ack chunks even if the sender is not in pset
- 11:33 AM Revision b0225995 (streamers): change interface of send_bmap from peer* to nodeid*
- 11:33 AM Revision fa3d2720 (streamers): change ack_chunk interface to use nodeID instead of peer*
- Conflicts:
streaming.c - 11:25 AM Revision b13977c0 (streamers): change interface of send_accepted_chunk to use nodeID instead of p...
- Conflicts:
chunk_signaling.c
streaming.h - 10:11 AM Revision 9d09ebf1 (ffmpeg): Mobotix .mxg demuxer
- Patch by Anatoly Nenashev, anatoly d nenashev a ovsoft d ru
Originally committed as revision 25831 to svn://svn.ffmp... - 12:40 AM Revision d6adf44b (ffmpeg): Fix date in last APIchanges entry.
- Originally committed as revision 25830 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/25/2010
- 11:51 PM Revision 2467997c (ffmpeg): Fix crash in uninit.
- Originally committed as revision 25829 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:22 PM Revision 9b195435 (ffmpeg): Fix timestamp scaling in the overlay filter.
- Compute the outpicref PTS in start_frame(), since it is required for
comparing that value with the value of the overp... - 08:50 PM Revision d38c340f (ffmpeg): Implement avfilter_get_video_buffer_ref_from_arrays().
- Originally committed as revision 25827 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:50 PM Revision 4723bc28 (ffmpeg): Make avfilter_default_free_buffer() an internal shared symbol, so that
- it can be referenced outside defaults.c.
Originally committed as revision 25826 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:04 AM Revision d18f543e (grapes): Fixed ps_context type in peersampler.c
- 09:18 AM Revision b203653f (grapes): Fix some valgrind issues
- 09:17 AM Revision 94563418 (grapes): Free the bitstream filters on exit (make valgrind happy!)
- 08:58 AM Revision 2360396a (grapes): Fix support for H.264 video, by using the proper BSF
- 08:26 AM Revision a6497b4b (grapes): Use the ffmpeg's bitstream filters, instead of reinventing them
- 05:03 AM Revision adc73054 (ffmpeg): In mov demuxer, if multiple h264 stsd are present, do not concatenate...
- Originally committed as revision 25825 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:19 AM Revision 581ba2ce (ffmpeg): In av_find_stream_info, decode more h264 to get correct delay, issue ...
- Originally committed as revision 25824 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 AM Revision c538eb51 (ffmpeg): In TS demuxer, create the AVStream during pmt parsing if the pes stre...
- yet have it, this can happen if the pes stream contain data but no pes header
has been encoutered yet.
Patch by Steph... - 12:29 AM Revision b795ff97 (ffmpeg): In TS demuxer, keep the pmt filter open to parse all pmt sections,
- based on patch by Stephen D'Angelo, SDAngelo at evertz dot com.
Originally committed as revision 25822 to svn://svn....
11/24/2010
- 08:53 PM Revision 8ba5bf5a (ffmpeg): avidec: read some of the Nikon specific tags produced by Nikon cameras
- Originally committed as revision 25821 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:07 PM Revision 459b0661 (ffmpeg): 0.123l: remove unused arguments in av_log(), fix warning.
- Originally committed as revision 25820 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:31 AM Revision 89aef955 (grapes): Allow to compiler the chunkiser test without ffmpeg
- 09:25 AM Revision c0c735aa (grapes): Split the chunkiser/dechunkiser interface from the implementation
- 09:01 AM Revision 69dea8cb (grapes): Output NUT by default
- 09:01 AM Revision 7a3622a4 (grapes): Add a chunkiser test
- 02:38 AM Revision 6fd2b8bd (ffmpeg): In aspect filter, fix display for input resolution
- Originally committed as revision 25819 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:32 AM Revision 3ff99953 (ffmpeg): In crop filter, reference picref after updating w/h, fix issue #2377
- Originally committed as revision 25818 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/23/2010
- 09:08 PM Revision 16d14d64 (ffmpeg): Add informative log message in the crop filter.
- Originally committed as revision 25817 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:42 PM Revision 782f69e8 (ffmpeg): Fix memleak: free palette data on close.
- Originally committed as revision 25816 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:41 PM Revision 1e8dedd8 (grapes): First draft of a chunkiser infrastructure
- 12:04 PM Revision 73d0e331 (ffmpeg): avidec: support non-standard creation_time format
- Originally committed as revision 25815 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:03 PM Revision d35cdd57 (ffmpeg): avidec: trivial simplification regarding av_metadata_set
- Originally committed as revision 25814 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:24 AM Revision eaa4542b (ffmpeg): matroskaenc: don't duplicate title information
- Title is already written into special fields designated for it --
per-segment Title, per-chapter ChapString and per-s... - 07:54 AM Revision bcb5d217 (ffmpeg): id3v2: add TDEN<->creation_time tag mapping
- Originally committed as revision 25812 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:54 AM Revision 29c5c590 (ffmpeg): lavf: document the new creation_time tag
- Originally committed as revision 25811 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:01 AM Revision 097ea6db (ffmpeg): 100l, fix missing decrement on split PGS packets.
- Originally committed as revision 25810 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:16 AM Revision 9d252137 (ffmpeg): In h264 decoder, fix decoding when nal end sequence is present
- Originally committed as revision 25809 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:10 AM Revision 8ee764b0 (ffmpeg): Remove some warnings
- Originally committed as revision 25808 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 AM Revision 175272cb (ffmpeg): 10l, fix memleak, forgot to free mp4_dec_config_descr
- Originally committed as revision 25807 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:51 AM Revision 798c6fac (ffmpeg): In ts demuxer, support aac flexmux using extradata in iods, issue #2346
- Originally committed as revision 25806 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 91360ce6 (ffmpeg): Unset variable fps for mov and mp4 muxer, they support it
- but timestamps must start at 0 currently, and this causes sync
problem.
Originally committed as revision 25805 to sv...
11/22/2010
- 10:09 PM Revision 3b39e273 (ffmpeg): S/PDIF demuxer
- Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 25804 to svn://svn.ffmpeg.org/ff... - 10:03 PM Revision b7be04f3 (ffmpeg): Reindent.
- Originally committed as revision 25803 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 PM Revision 7de19a32 (ffmpeg): Implement robust parsing in aspect filters.
- Originally committed as revision 25802 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 PM Revision eee0ef5e (ffmpeg): Add informative log messages to the set aspect filters.
- Originally committed as revision 25801 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 PM Revision 2fb21bf4 (ffmpeg): Give more explicit/less confusing names to the filters dealing with
- aspect ratio.
Originally committed as revision 25800 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:03 PM Revision 819e2ab0 (ffmpeg): Add missing check on the existence of avcodec_opts[AVMEDIA_TYPE_X],
- fix crash in ffprobe.
Originally committed as revision 25799 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:42 PM Revision 902d49ee (ffmpeg): In yadif filter, copy video props to output picture.
- Fix issue #2269.
Interpolate pts for the second frame when using field output mode.
Originally committed as revision... - 08:39 PM Revision 6b133d7e (ffmpeg): Fail RLE decoding if insufficient data for a complete bitmap was deco...
- Originally committed as revision 25797 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 PM Revision 83cd9112 (ffmpeg): Support PGS subtitles with RLE data split over mutiple packets.
- Patch by Mark Goodman [mark goodman gmail com] with some modifications by me.
Originally committed as revision 25796... - 05:39 PM Revision a5a86903 (napa-baselibs): MONL: added a call to publishResultys when stopping a measure ...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2357 c54fac2e-1815-407e-9b96-08...
- 03:28 PM Revision b71dda24 (ml): Added some ifdefs for cleaner code if RTX is disabled
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2356 c54fac2e-1815-407e-9b96...
- 03:28 PM Revision 7a18b5a7 (napa-baselibs): Added some ifdefs for cleaner code if RTX is disabled
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2356 c54fac2e-1815-407e-9b96-08...
- 07:32 AM Revision fb3d8c23 (ffmpeg): ffmpeg.c: document default metadata mappings
- Originally committed as revision 25795 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:32 AM Revision 477b1aea (ffmpeg): ffmpeg.c: copy global metadata by default
- Originally committed as revision 25794 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:46 AM Revision 8f190d8b (ffmpeg): fix pointer truncation to int in avpicture_layout()
- Originally committed as revision 25793 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/21/2010
- 09:25 PM Revision d2cbdb17 (ffmpeg): Re-implement avpicture_layout() using pixdesc and imgutils API.
- The new implementation is more compact, more correct and doesn't hurt
the eyes.
Originally committed as revision 257... - 09:25 PM Revision 6a269f35 (ffmpeg): Replace "depth" with "nb_bits" in the header of avcodec_pix_fmt_strin...
- Originally committed as revision 25791 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:42 PM Revision 7d3829a8 (ffmpeg): Musepack SV8 supports "mono" files (though it still codes them as ste...
- so extend decoder to output only one channel for it.
This fixes issue 2368.
Originally committed as revision 25790 ... - 08:06 PM Revision 63e8d976 (ffmpeg): Use the new libavcore audio channel API.
- This also allows to remove a linking dependency of libavfilter on
libavcodec.
Originally committed as revision 25789... - 08:06 PM Revision d6e60253 (ffmpeg): Remove declaration of function:
- const char *avcodec_get_channel_name(int channel_id)
which was never implemented.
Originally committed as revision ... - 07:28 PM Revision 176a6157 (ffmpeg): Move audio channel API from libavcodec to libavcore.
- Originally committed as revision 25787 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:02 PM Revision 7df22143 (ffmpeg): movdec: export creation_date as metadata
- Originally committed as revision 25786 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 PM Revision 933875a0 (ffmpeg): avidec: export creation_date as metadata
- Originally committed as revision 25785 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:39 PM Revision 58935b25 (ffmpeg): Port overlay filter from the libavfilter repo (with many fixes),
- adopting Baptiste variant which is simpler and faster.
Originally committed as revision 25784 to svn://svn.ffmpeg.or... - 04:42 PM Revision de42b756 (grapes): Merge branch cloudcast_integration
- Conflicts:
src/TopologyManager/cyclon.c
src/TopologyManager/cyclon_proto.c
src/TopologyManager/ncast_proto.c - 11:38 AM Revision e58d0392 (ffmpeg): Document added functions.
- Originally committed as revision 25783 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:33 AM Revision fa8cc126 (ffmpeg): Improve documentation wording.
- Originally committed as revision 25782 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:07 AM Revision 0f46d685 (ffmpeg): Fix indentation.
- Originally committed as revision 25781 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 AM Revision 18d761a1 (ffmpeg): Fix indentation.
- Originally committed as revision 25780 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:37 AM Revision 3354b051 (ffmpeg): Add explanation and alternative implementation for strange xan
- gamma correction.
Originally committed as revision 25779 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:32 AM Revision 24ae353d (ffmpeg): WC3/xan: move palette handling to decoder, avoiding need for
- PaletteControl.
This also fixes playback of some files with ffplay (images were
corrupted for a short time after a pa... - 10:24 AM Revision 6bfc2683 (ffmpeg): Add av_append_packet function, to be used in code that merges packets
- to allow palette handling without using PaletteControl.
Originally committed as revision 25777 to svn://svn.ffmpeg.o... - 10:21 AM Revision a08d918e (ffmpeg): Add a av_grow_packet function, to be used by code that merges
- palette and video data packets to get rid of PaletteControl.
Originally committed as revision 25776 to svn://svn.ffm...
11/20/2010
- 11:24 AM Revision 1a68e7ed (ffmpeg): adpcm: Fix a comment in the trellis heap code
- This makes the wording consistent with how people usually talk about heaps.
Originally committed as revision 25775 t... - 09:36 AM Revision d9640a55 (ffmpeg): Merge rotation into lookup table.
- Originally committed as revision 25774 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:03 AM Revision 7f48bfa1 (ffmpeg): Cosmetics, fix indentation
- Originally committed as revision 25773 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/19/2010
- 05:36 PM Revision 78f9d35c (ffmpeg): adpcm: Only increment heap_pos after finding a good enough sample
- This increases the PSNR slightly (about 0.1 dB) for trellis sizes
below 8, and gives equal PSNR for sizes above that.... - 05:35 PM Revision d764e3ec (ffmpeg): adpcm: Use a hash table to improve checking for duplicate samples
- This lowers the run time from 158 to 21 seconds, for -trellis 8
with a 30 second sample on my machine.
This requires... - 03:21 PM Revision d06d59f8 (grapes): Merge branch 'cloudcast_integration' into topman
- Conflicts:
src/PeerSampler/ncast.c - 02:36 PM Revision d83a94fa (grapes): Ncast now fully supports contexts. Context extended to topo_proto
- 06:52 AM Revision 47d2ddca (ffmpeg): Fix qdm2 decoder packet handling to match the api
- Originally committed as revision 25767 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:04 AM Revision 5878d5bd (ffmpeg): Order matters, fix test files linking.
- Originally committed as revision 25766 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/18/2010
- 08:37 PM Revision 9abf3441 (ffmpeg): Log error message in case of invalid parsing.
- Originally committed as revision 25765 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 PM Revision bdb47f3a (ffmpeg): Fix style: if( -> if (.
- Originally committed as revision 25764 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 PM Revision cef4b74b (ffmpeg): Remove redundant information in header.
- Originally committed as revision 25763 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 AM Revision b9b71c51 (napa-baselibs): ALTOclient: Removed some statics.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2353 c54fac2e-1815-407e-9b96-08...
11/17/2010
- 11:23 PM Revision 4b6bfbe2 (ffmpeg): 100l: Fix crash in SPDIF muxer.
- Originally committed as revision 25762 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 PM Revision 0985e1a3 (ffmpeg): move the av_parse_color() function from libavfilter to libavcore
- Originally committed as revision 25761 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:32 PM Revision 917eec10 (napa-baselibs): More statics.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2350 c54fac2e-1815-407e-9b96-08...
- 04:17 PM Revision bab7beeb (napa-baselibs): Tagged more internal functions with the static modifier.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2349 c54fac2e-1815-407e-9b96-08...
- 04:02 PM Revision b7329a17 (napa-baselibs): Cleanups in ALTOclient.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2348 c54fac2e-1815-407e-9b96-08...
- 03:50 PM Revision 53cc04e2 (napa-baselibs): Better statistics infos (ALTO_stats).
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2347 c54fac2e-1815-407e-9b96-08...
- 03:37 PM Revision f88c7feb (napa-baselibs): Added better query failure handling.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2346 c54fac2e-1815-407e-9b96-08...
- 12:22 PM Revision 909865fd (ffmpeg): Add support for IEC 61937 ("SPDIF") encapsulation for E-AC-3.
- Only works via HDMI.
Patch by Anssi Hannula (anssi d hannula a iki d fi), based on some work
by myself.
Originally ... - 08:10 AM Revision 4c5ab49d (grapes): Fix out of tree builds (update after the latest changes)
- 07:56 AM Revision afe9e4e6 (grapes): Separate peer sampler and topology manager
- 01:03 AM Revision c71e9640 (ffmpeg): 100L fix get_video_buffer in pad filter, get_video_buffer will store ...
- Originally committed as revision 25759 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/16/2010
- 11:50 PM Revision b3c0fc76 (ffmpeg): av_find_stream_info(): set subtitle codec time_base
- Originally committed as revision 25758 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:11 PM Revision c7cc13c7 (grapes): Split the node cache in a different directory
- 07:57 AM Revision 81a01c6e (grapes): Merge branch 'topman'
- 05:55 AM Revision 2b91d83e (ffmpeg): In mov demuxer, export .mov encoder metadata tag
- Originally committed as revision 25757 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:00 AM Revision 9d9c3e1a (ffmpeg): Make DNxHD encoder produce files that are strictly VC-3 compatible
- Originally committed as revision 25756 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/15/2010
- 03:08 PM Revision dd22cfb1 (ffmpeg): rtsp: Parse and use the Content-Base reply header, if present
- This fixes playing RTSP urls with query parameters.
Originally committed as revision 25755 to svn://svn.ffmpeg.org/f... - 11:57 AM Revision f3ab0d6d (grapes): Ncast now fully supports contexts. Context extended to topo_proto
- 09:30 AM Revision f3d77632 (ffmpeg): 16l trocadero: Musepack SV7 decoder may skip more than 16 bits at the
- beginning of the frame, so make it use skip_bits_long() instead of
skip_bits() for that.
Originally committed as rev...
Also available in: Atom