source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @adc73054   14 years baptiste.coudurier In mov demuxer, if multiple h264 stsd are present, do not concatenate …
(edit) @581ba2ce   14 years baptiste.coudurier In av_find_stream_info, decode more h264 to get correct delay, issue …
(edit) @c538eb51   14 years baptiste.coudurier In TS demuxer, create the AVStream during pmt parsing if the pes …
(edit) @b795ff97   14 years baptiste.coudurier In TS demuxer, keep the pmt filter open to parse all pmt sections, …
(edit) @8ba5bf5a   14 years Aurélien Jacobs avidec: read some of the Nikon specific tags produced by Nikon cameras …
(edit) @459b0661   14 years stefano.sabatini-lala 0.123l: remove unused arguments in av_log(), fix warning. Originally …
(edit) @6fd2b8bd   14 years baptiste.coudurier In aspect filter, fix display for input resolution Originally …
(edit) @3ff99953   14 years baptiste.coudurier In crop filter, reference picref after updating w/h, fix issue #2377
(edit) @16d14d6   14 years stefano.sabatini-lala Add informative log message in the crop filter. Originally committed …
(edit) @782f69e8   14 years Reimar.Doeffinger Fix memleak: free palette data on close. Originally committed as …
(edit) @73d0e331   14 years Aurélien Jacobs avidec: support non-standard creation_time format Originally …
(edit) @d35cdd57   14 years Aurélien Jacobs avidec: trivial simplification regarding av_metadata_set Originally …
(edit) @eaa4542b   14 years wyskas matroskaenc: don't duplicate title information Title is already …
(edit) @bcb5d217   14 years wyskas id3v2: add TDEN<->creation_time tag mapping Originally committed as …
(edit) @29c5c590   14 years wyskas lavf: document the new creation_time tag Originally committed as …
(edit) @097ea6db   14 years Reimar.Doeffinger 100l, fix missing decrement on split PGS packets. Originally …
(edit) @9d252137   14 years baptiste.coudurier In h264 decoder, fix decoding when nal end sequence is present …
(edit) @8ee764b0   14 years baptiste.coudurier Remove some warnings Originally committed as revision 25808 to …
(edit) @175272cb   14 years baptiste.coudurier 10l, fix memleak, forgot to free mp4_dec_config_descr Originally …
(edit) @798c6fac   14 years baptiste.coudurier In ts demuxer, support aac flexmux using extradata in iods, issue …
(edit) @91360ce6   14 years baptiste.coudurier Unset variable fps for mov and mp4 muxer, they support it but …
(edit) @3b39e273   14 years Carl Eugen Hoyos S/PDIF demuxer Patch by Anssi Hannula, anssi d hannula a iki d fi …
(edit) @b7be04f3   14 years stefano.sabatini-lala Reindent. Originally committed as revision 25803 to …
(edit) @7de19a3   14 years stefano.sabatini-lala Implement robust parsing in aspect filters. Originally committed as …
(edit) @eee0ef5e   14 years stefano.sabatini-lala Add informative log messages to the set aspect filters. Originally …
(edit) @2fb21bf4   14 years stefano.sabatini-lala Give more explicit/less confusing names to the filters dealing with …
(edit) @819e2ab0   14 years stefano.sabatini-lala Add missing check on the existence of avcodec_opts[AVMEDIA_TYPE_X], …
(edit) @902d49ee   14 years baptiste.coudurier In yadif filter, copy video props to output picture. Fix issue #2269. …
(edit) @6b133d7e   14 years Reimar.Doeffinger Fail RLE decoding if insufficient data for a complete bitmap was …
(edit) @83cd9112   14 years Reimar.Doeffinger Support PGS subtitles with RLE data split over mutiple packets. Patch …
(edit) @fb3d8c23   14 years wyskas ffmpeg.c: document default metadata mappings Originally committed as …
(edit) @477b1aea   14 years wyskas ffmpeg.c: copy global metadata by default Originally committed as …
(edit) @8f190d8b   14 years ramiro.polla fix pointer truncation to int in avpicture_layout() Originally …
(edit) @d2cbdb1   14 years stefano.sabatini-lala Re-implement avpicture_layout() using pixdesc and imgutils API. The …
(edit) @6a269f3   14 years stefano.sabatini-lala Replace "depth" with "nb_bits" in the header of …
(edit) @7d3829a8   14 years kostya.shishkov Musepack SV8 supports "mono" files (though it still codes them as …
(edit) @63e8d976   14 years stefano.sabatini-lala Use the new libavcore audio channel API. This also allows to remove a …
(edit) @d6e60253   14 years stefano.sabatini-lala Remove declaration of function: const char …
(edit) @176a6157   14 years stefano.sabatini-lala Move audio channel API from libavcodec to libavcore. Originally …
(edit) @7df22143   14 years Aurélien Jacobs movdec: export creation_date as metadata Originally committed as …
(edit) @933875a   14 years Aurélien Jacobs avidec: export creation_date as metadata Originally committed as …
(edit) @58935b25   14 years stefano.sabatini-lala Port overlay filter from the libavfilter repo (with many fixes), …
(edit) @e58d039   14 years Reimar.Doeffinger Document added functions. Originally committed as revision 25783 to …
(edit) @fa8cc126   14 years Reimar.Doeffinger Improve documentation wording. Originally committed as revision 25782 …
(edit) @0f46d685   14 years Reimar.Doeffinger Fix indentation. Originally committed as revision 25781 to …
(edit) @18d761a1   14 years Reimar.Doeffinger Fix indentation. Originally committed as revision 25780 to …
(edit) @3354b051   14 years Reimar.Doeffinger Add explanation and alternative implementation for strange xan gamma …
(edit) @24ae353   14 years Reimar.Doeffinger WC3/xan: move palette handling to decoder, avoiding need for …
(edit) @6bfc2683   14 years Reimar.Doeffinger Add av_append_packet function, to be used in code that merges packets …
(edit) @a08d918e   14 years Reimar.Doeffinger Add a av_grow_packet function, to be used by code that merges palette …
(edit) @1a68e7ed   14 years martin adpcm: Fix a comment in the trellis heap code This makes the wording …
(edit) @d9640a55   14 years Reimar.Doeffinger Merge rotation into lookup table. Originally committed as revision …
(edit) @7f48bfa1   14 years baptiste.coudurier Cosmetics, fix indentation Originally committed as revision 25773 to …
(edit) @78f9d35c   14 years martin adpcm: Only increment heap_pos after finding a good enough sample …
(edit) @d764e3ec   14 years martin adpcm: Use a hash table to improve checking for duplicate samples …
(edit) @47d2ddca   14 years baptiste.coudurier Fix qdm2 decoder packet handling to match the api Originally …
(edit) @5878d5bd   14 years stefano.sabatini-lala Order matters, fix test files linking. Originally committed as …
(edit) @9abf3441   14 years stefano.sabatini-lala Log error message in case of invalid parsing. Originally committed as …
(edit) @bdb47f3a   14 years stefano.sabatini-lala Fix style: if( -> if (. Originally committed as revision 25764 to …
(edit) @cef4b74b   14 years stefano.sabatini-lala Remove redundant information in header. Originally committed as …
(edit) @4b6bfbe2   14 years Carl Eugen Hoyos 100l: Fix crash in SPDIF muxer. Originally committed as revision …
(edit) @0985e1a3   14 years Aurélien Jacobs move the av_parse_color() function from libavfilter to libavcore …
(edit) @909865fd   14 years Carl Eugen Hoyos Add support for IEC 61937 ("SPDIF") encapsulation for E-AC-3. Only …
(edit) @c71e9640   14 years baptiste.coudurier 100L fix get_video_buffer in pad filter, get_video_buffer will store …
(edit) @b3c0fc76   14 years Aurélien Jacobs av_find_stream_info(): set subtitle codec time_base Originally …
(edit) @2b91d83   14 years baptiste.coudurier In mov demuxer, export .mov encoder metadata tag Originally committed …
(edit) @9d9c3e1a   14 years baptiste.coudurier Make DNxHD encoder produce files that are strictly VC-3 compatible …
(edit) @dd22cfb   14 years martin rtsp: Parse and use the Content-Base reply header, if present This …
(edit) @f3d7763   14 years kostya.shishkov 16l trocadero: Musepack SV7 decoder may skip more than 16 bits at the …
(edit) @c99f9b0a   14 years Aurélien Jacobs minor bump and Changelog entry for r25747 Originally committed as …
(edit) @c716f917   14 years Aurélien Jacobs minor bump and APIchanges for r25745 Originally committed as revision …
(edit) @86abf868   14 years martin adpcm: Fix a comment Originally committed as revision 25751 to …
(edit) @bad1117b   14 years vitor1001 Add AMR-NB FATE tests Originally committed as revision 25750 to …
(edit) @4aa826e9   14 years vitor1001 Add Musepack7 FATE test Originally committed as revision 25749 to …
(edit) @f6c182a0   14 years stefano.sabatini-lala Fix frei0r filter after av_parse_color() syntax change. Originally …
(edit) @5952be07   14 years Aurélien Jacobs add missing files in previous commit (ASS encoder and decoder) …
(edit) @e9c098db   14 years Aurélien Jacobs add ASS encoder and decoder Originally committed as revision 25746 to …
(edit) @cb2c971d   14 years Aurélien Jacobs allow passing subtitles header between decoder and encoder Originally …
(edit) @2722dd6e   14 years Aurélien Jacobs improve av_parse_color() to allow for non-null terminated color string …
(edit) @521b860   14 years Aurélien Jacobs improve av_parse_color() to support html formatting Originally …
(edit) @8f55616f   14 years Aurélien Jacobs add global header support for subtitles encoding Originally committed …
(edit) @47c5e414   14 years stefano.sabatini-lala Fix revision number of the last APIchanges entry. Originally …
(edit) @5aaea022   14 years stefano.sabatini-lala Make avfiltergraph.h public. Originally committed as revision 25740 …
(edit) @906eaab4   14 years stefano.sabatini-lala In ff_get_ref_perms_string() use 'u' and 'U' for representing …
(edit) @27323146   14 years wyskas lavf/utils: use av_{i/o}format_next() instead of first_{i/o}format …
(edit) @4fcbb2a   14 years stefano.sabatini-lala Prefix with "ff_" the functions: ff_avfilter_graph_check_validity() …
(edit) @bbf07bf9   14 years vitor1001 Remove now unused file (should have been part of commit r25735) …
(edit) @c51722bf   14 years vitor1001 Test 4XM decoding (and not only demuxing) in FATE tests Originally …
(edit) @c4e8733a   14 years vitor1001 Fix visual artifacts in 4XM decoding on big-endian system Originally …
(edit) @38b3bda   14 years martin adpcm: Replace any of the leaf nodes in the heap By not looking for …
(edit) @4106b7f1   14 years martin Reindent Originally committed as revision 25732 to …
(edit) @f82e8f34   14 years martin adpcm: Store the trellis nodes in a heap instead of a sorted array …
(edit) @5d6e4c16   14 years stefano.sabatini-lala Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum …
(edit) @09f47fa4   14 years wyskas ffmpeg.c: add a forgotten break in chapter copying only copy chapters …
(edit) @a9c2bf9d   14 years wyskas ffmpeg.c: reindent Originally committed as revision 25728 to …
(edit) @91e96eba   14 years wyskas ffmpeg.c: add an option for copying chapters fixes issue 2068 …
(edit) @5fb2f13   14 years alex.converse 10l: dx shouldn't exist. sorry sorry sorry sorry Originally …
(edit) @0611f67   14 years alex.converse 10l: vorbisdec: declare dy Originally committed as revision 25725 to …
(edit) @8455e8c7   14 years alex.converse vorbisdec: Fix floor1 decoding An intermediate value in the floor 1 …
(edit) @668673f1   14 years stefano.sabatini-lala Add missing check on the existence of an associated output pad for …
Note: See TracRevisionLog for help on using the revision log.