source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @cb4fe492   14 years Aurélien Jacobs remove declaration inside for(), i is already declared Originally …
(edit) @ba83c4bf   14 years nicolas.george MJPEG/AVI1 to JPEG/JFIF bitstream filter. Originally committed as …
(edit) @2c5168af   14 years darkshikari Remove bitrate tolerance from libx264 interface Nobody ever uses it …
(edit) @6ed3bace   14 years Aurélien Jacobs drop support for base-10 encoded alpha component in av_parse_color() …
(edit) @119a34f7   14 years stefano.sabatini-lala In avcodec_pix_fmt_string() use local variable pixdesc rather than …
(edit) @2de6f6e8   14 years stefano.sabatini-lala Make avcodec_pix_fmt_string() use the information in the pixel format …
(edit) @086e997e   14 years Carl Eugen Hoyos Intel C compiler 12.0 does not suport these attributes: may_alias, …
(edit) @8079d2ec   14 years Carl Eugen Hoyos Move code to be used by the IEC 61937 demuxer from spifenc.c into …
(edit) @fe655f67   14 years Carl Eugen Hoyos Simplify: Remove impossible condition. Patch by Nicolas Kaiser, nikai …
(edit) @8cceef1   14 years Carl Eugen Hoyos Rename spdif.c as spdifenc,c to prepare for future spdif demuxer. …
(edit) @ed5d30d9   14 years stefano.sabatini-lala Move internal function ff_set_systematic_pal() to libavcore, and …
(edit) @a29039ae   14 years Thilo Borgmann Reindent after last commit. Originally committed as revision 25711 to …
(edit) @4051ae76   14 years Thilo Borgmann Allow clean initialization of lut_status array by changing type to …
(edit) @361d275   14 years stefano.sabatini-lala Add a file for bitstream filters documentation. Based on a patch by …
(edit) @d2af7205   14 years stefano.sabatini-lala Use hierarchic names convention (prefix them with av_expr) for the …
(edit) @24de0edb   14 years stefano.sabatini-lala Rename avfilter_destroy() as avfilter_free(). The new name is shorter …
(edit) @7b393736   14 years wyskas ffmpeg.c: allow using negative file indices to disable metadata …
(edit) @1e80a0ea   14 years stefano.sabatini-lala Remove graphparser.h header, move AVFilterInOut and …
(edit) @0b90e4a2   14 years stefano.sabatini-lala Document AVFilterInOut fields. Originally committed as revision 25704 …
(edit) @55b2a9ba   14 years stefano.sabatini-lala Extend documentation for parse_filter(). Originally committed as …
(edit) @3fd3eea7   14 years stefano.sabatini-lala Fix date in latest APIchanges entry. Originally committed as revision …
(edit) @da6ec07c   14 years stefano.sabatini-lala Bump lavfi minor and add APIchanges entry after the rename of …
(edit) @7313132b   14 years stefano.sabatini-lala Rename AVFilterInOut field filter to filter_ctx, more semantically …
(edit) @c24f76b9   14 years stefano.sabatini-lala Make avfilter_graph_parse() always return meaningful error codes. …
(edit) @0cc8b659   14 years stefano.sabatini-lala Make parse_outputs() always return meaningful error codes. Originally …
(edit) @00b3ca3   14 years stefano.sabatini-lala Add missing memory check in parse_inputs(), and fix possible (yet very …
(edit) @42e7f6d7   14 years stefano.sabatini-lala Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case the …
(edit) @fbd97184   14 years stefano.sabatini-lala Add missing check in link_filter_inouts(), and fix possible (yet very …
(edit) @ed581e65   14 years stefano.sabatini-lala Rename the variable filter to filt_ctx in link_filter_inouts, as the …
(edit) @684ade49   14 years stefano.sabatini-lala Make link_filter_inouts() return meaningful error codes. Originally …
(edit) @688b9dad   14 years stefano.sabatini-lala Change the signature of parse_filter() to make it return an error …
(edit) @c58572f8   14 years stefano.sabatini-lala Change the signature of create_filter() to make it return an error …
(edit) @8ce803d   14 years darkshikari Make x11grab cursor drawing suck less This new version: 1. Works on …
(edit) @46db10ed   14 years stefano.sabatini-lala Optimize / simplify avcodec_get_pix_fmt_name() check. Originally …
(edit) @a5f27f6d   14 years stefano.sabatini-lala Use av_pix_fmt_descriptors information in avcodec_pix_fmt_string(). …
(edit) @f35a41f   14 years stefano.sabatini-lala Make avpicture_fill() return a meaningful error code. Originally …
(edit) @24409b50   14 years stefano.sabatini-lala Remove alpha information from avcodec_pix_fmt_string(), as that …
(edit) @ebb7f7de   14 years alex.converse aaclatm: Eliminate dummy packets due to muxlength calculation. …
(edit) @c77549c5   14 years martin rtsp: Set the real_setup pointer properly, avoid out of bounds memory …
(edit) @c4d5ee23   14 years Reimar.Doeffinger Fix indentation. Originally committed as revision 25683 to …
(edit) @931856a   14 years Reimar.Doeffinger Improve PGS parsing: the "state" field is not relevant to us, the …
(edit) @c5cb9c94   14 years kostya.shishkov try to give TrueSpeech decoder tables more sensible names Originally …
(edit) @8600bbb3   14 years tempn add my (compn) fingerprint to svn write list in maintainers file …
(edit) @6e872935   14 years stefano.sabatini-lala Implement get_preset_file() in cmdutils.h and use it to factorize code …
(edit) @58b4e540   14 years stefano.sabatini-lala Fix FFv1 decoder buffer releasing. Previously it was releasing the …
(edit) @e61bb085   14 years Reimar.Doeffinger Add test for cropping of interlaced H.264. Originally committed as …
Note: See TracRevisionLog for help on using the revision log.