source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5366f15d   17 years baptiste.coudurier simplify, remove useless vars Originally committed as revision 13270 …
(edit) @fbabb0c2   17 years baptiste.coudurier add new h264 and aac flv ids Originally committed as revision 13269 …
(edit) @7ef94d22   17 years baptiste.coudurier in flv this field is dts finally Originally committed as revision …
(edit) @19719bc6   17 years baptiste.coudurier flv use 32 bit pts Originally committed as revision 13267 to …
(edit) @abd2256d   17 years michaelni Pass time_base as argument to new_chapter() as well. This fixes the …
(edit) @f6e76ba4   17 years michaelni Document pts/dts. Originally committed as revision 13265 to …
(edit) @b18a4ab2   17 years michaelni Warn user about invalid timestamps. Originally committed as revision …
(edit) @883fe4d5   17 years michaelni Chapter demuxing support. (untested as I have no nuts with chapters) …
(edit) @5c37f43a   17 years michaelni Make ff_new_chapter() return AVChapter instead of int so its …
(edit) @fbabf1e9   17 years michaelni nb_chapters should be unsigned Originally committed as revision 13261 …
(edit) @7c8202cc   17 years michaelni s/num_chapters/nb_chapters/ all other similar variables are called …
(edit) @747fb6c6   17 years michaelni vertical align Originally committed as revision 13259 to …
(edit) @42720ee4   17 years michaelni indent Originally committed as revision 13258 to …
(edit) @0dac708e   17 years michaelni remove useless title check Originally committed as revision 13257 to …
(edit) @6b43e2c7   17 years michaelni indent Originally committed as revision 13256 to …
(edit) @7a2a3e8e   17 years michaelni Add id to AVChapter, untested (where do i find matroska files with …
(edit) @8931e7b4   17 years michaelni clarify start/end timebase Originally committed as revision 13254 to …
(edit) @c2fb6be4   17 years michaelni align comments Originally committed as revision 13253 to …
(edit) @d2974f16   17 years michaelni chapter id and timebase Originally committed as revision 13252 to …
(edit) @19757f61   17 years michaelni indent Originally committed as revision 13251 to …
(edit) @fdf35f26   17 years michaelni make av_strdup(NULL) return NULL Originally committed as revision …
(edit) @30897e76   17 years Aurélien Jacobs don't set a dummy chapter title when title is unknown Originally …
(edit) @842ffee3   17 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 13248 to …
(edit) @1ba056b6   17 years Aurélien Jacobs allows adding chapters with NULL title Originally committed as …
(edit) @a28b7ed4   17 years benoit.fouet Add -formats option to ffplay. Patch by Stefano Sabatini stefano …
(edit) @f346033e   17 years benoit.fouet Add -formats option to ffserver. Patch by Stefano Sabatini stefano …
(edit) @5b2729cd   17 years voroshil adaptive and fixed codebook vector operations for ACELP-based codecs …
(edit) @4a13a2d4   17 years michaelni Fix + - bug with non flags. Originally committed as revision 13243 to …
(edit) @ad9d62ef   17 years Aurélien Jacobs matroskadec: allows inserting chapters with unspecified end …
(edit) @f5275b3c   17 years Aurélien Jacobs demux chapters out of matroska patch by Anton Khirnov wyskas _at_ …
(edit) @79d7836a   17 years Aurélien Jacobs add support for chapters definition in lavf patch by Anton Khirnov …
(edit) @d311f8f3   17 years banan Update copyright and text Originally committed as revision 13239 to …
(edit) @9d278d8   17 years banan Fix decoding of 01-Untitled(1).oma, patch by Maxim Poliakovski …
(edit) @6f04eb1e   17 years baptiste.coudurier free moov and cmov when error occurs, fix memleak, patch by Albert …
(edit) @ba9880c1   17 years takis.issaris Move show_formats() to cmdutils.c. Patch by: Stefano Sabatini, …
(edit) @8fdea204   17 years takis.issaris Implement ffplay -L. Patch by: Stefano Sabatini, stefano.sabatini-lala …
(edit) @8117c97e   17 years takis.issaris Implement ffserver -version. Patch by: Stefano Sabatini, …
(edit) @20176cbc   17 years michaelni Get rid of more senseless wrapper functions and use OPT_EXIT instead. …
(edit) @64555bd9   17 years michaelni Do not pass program_name as argument to show_version(), this allows …
(edit) @a0b3bcd9   17 years michaelni OPT_EXIT Originally committed as revision 13231 to …
(edit) @217e2f46   17 years baptiste.coudurier remove useless var Originally committed as revision 13230 to …
(edit) @42b9f45c   17 years baptiste.coudurier 10l, fix compilation Originally committed as revision 13229 to …
(edit) @5dae74e0   17 years baptiste.coudurier use duration from pkt Originally committed as revision 13228 to …
(edit) @56b8a7b7   17 years baptiste.coudurier simplify Originally committed as revision 13227 to …
(edit) @252c189b   17 years baptiste.coudurier simplify Originally committed as revision 13226 to …
(edit) @38baa83c   17 years baptiste.coudurier no need to sleep to hide crashes Originally committed as revision …
(edit) @2ea2340e   17 years baptiste.coudurier check pkt stream index before returning packet, prevent segfault …
(edit) @c4355f4e   17 years baptiste.coudurier open logfile in append mode, don't overwrite it Originally committed …
(edit) @8a0b55ff   17 years baptiste.coudurier do not forget to free packet, fix memleak Originally committed as …
(edit) @afe359c1   17 years vitor1001 Make gbuf2 a table instead of an array Originally committed as …
(edit) @53da3f5f   17 years vitor1001 Remove unneeded var from context Originally committed as revision …
(edit) @5a635bc7   17 years benoit.fouet Make ffserver use parse_options(). Patch by Stefano Sabatini stefano …
(edit) @cad2af97   17 years benoit.fouet Improve parse_primary() error message. Patch by Stefano Sabatini and …
(edit) @475f4d8d   17 years benoit.fouet Print timestamp with increased precision. Patch by David Bolt …
(edit) @3ceac11   17 years vitor1001 Cosmetics: indentation Originally committed as revision 13216 to …
(edit) @c3298582   17 years vitor1001 Simplify irms() Originally committed as revision 13215 to …
(edit) @bf6497e9   17 years vitor1001 Simplify add_wav() Originally committed as revision 13214 to …
(edit) @c7666095   17 years vitor1001 Only one out of two values of gbuf1 is actually used. Make it half the …
(edit) @65189c6c   17 years vitor1001 Make etable1 and etable2 tables instead of arrays. Originally …
(edit) @59ffb6e2   17 years vitor1001 Simplify ra144_decode_frame() by unrolling a senseless loop. Thanks …
(edit) @432a54ef   17 years vitor1001 Use ff_sqrt() function instead of using a table Originally committed …
(edit) @74a926ff   17 years tempn update adding codec docs Originally committed as revision 13209 to …
(edit) @1b068b2   17 years takis.issaris Let ffplay support "-version". Patch by: Stefano Sabatini, …
(edit) @392f2273   17 years Carl Eugen Hoyos Do not loop endlessly if converting into dv with timestamps Jan 1st …
(edit) @4860abb1   17 years baptiste.coudurier support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx net …
(edit) @3e67f25   17 years baptiste.coudurier remove useless/obsolete comments Originally committed as revision …
(edit) @ad0b44b3   17 years baptiste.coudurier remove useless close function Originally committed as revision 13204 …
(edit) @3b35f4ab   17 years baptiste.coudurier split swf de/muxer Originally committed as revision 13203 to …
(edit) @585dac65   17 years baptiste.coudurier only print debug info when sample is actually added Originally …
(edit) @285a3da   17 years baptiste.coudurier warn about multiple fourcc Originally committed as revision 13201 to …
(edit) @978677a7   17 years baptiste.coudurier demux all stsd ids if codec is the same, fix premature_mov_ending.mov, …
(edit) @3c16e03d   17 years mike correct build documentation for qt-faststart utility Originally …
(edit) @47abbd3   17 years vitor1001 Cosmetics: move function to remove forward declarations Originally …
(edit) @f1bf6ba3   17 years vitor1001 Minor simplification of rotate_block() Originally committed as …
(edit) @f54b4273   17 years vitor1001 Cosmetics: indentation Originally committed as revision 13196 to …
(edit) @0c62d04e   17 years vitor1001 Cosmetics: rename variable Originally committed as revision 13195 to …
(edit) @37e77035   17 years vitor1001 Simplify ra144_decode_frame() Originally committed as revision 13194 …
(edit) @0bd134ab   17 years michaelni Simplify vsad16_mmx2(). Originally committed as revision 13193 to …
(edit) @e1a51a57   17 years vitor1001 Remove a useless temporary buffer Originally committed as revision …
(edit) @6bf6a930   17 years michaelni Simplify vsad16_mmx(). Originally committed as revision 13191 to …
(edit) @b8caf9bf   17 years vitor1001 Convert ra144.h tables from hex to decimal Originally committed as …
(edit) @e1381022   17 years michaelni Simplify vsad_intra16_mmx2() Originally committed as revision 13189 …
(edit) @06bb35f9   17 years michaelni Simplify vsad_intra16_mmx() Originally committed as revision 13188 to …
(edit) @1472b7dd   17 years diego LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx net …
(edit) @8f898434   17 years diego The MPEG4AAC codec is provided by an external library and will be …
(edit) @9f4aa353   17 years diego missing codec long names by Stefano Sabatini, stefano.sabatini-lala …
(edit) @ee83232a   17 years michaelni Avoid using log2() freebsd does not support it. Originally committed …
(edit) @ba321adb   17 years diego Store license value in a variable for later use. patch by Jeremy Kolb, …
(edit) @e6375662   17 years diego cosmetics: Make 'ffserver -h' output consistent with other ff* tools. …
(edit) @51c86db5   17 years diego Fix big-endian vs. little-endian typo. Originally committed as …
(edit) @6823d427   17 years diego consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste …
(edit) @44caa86d   17 years diego Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala …
(edit) @bcea99bb   17 years mans set $logfile before use Originally committed as revision 13178 to …
(edit) @54dddf09   17 years Aurélien Jacobs matroskadec: add support for bzlib compressed tracks Originally …
(edit) @e8214e0e   17 years Aurélien Jacobs cosmetics: alignment Originally committed as revision 13176 to …
(edit) @f402916e   17 years Aurélien Jacobs Add a check for bzlib; used in the Matroska demuxer. Originally …
(edit) @26c52021   17 years diego cosmetics: Use C-style comment delimiters with #endif directives. …
(edit) @bcdab7e   17 years diego cosmetics: Fix typos in ADPCM codec long names. Originally committed …
(edit) @88c52162   17 years diego cosmetics: s/Id/id/ in libavcodec where Id refers to id Software. …
(edit) @3f60afad   17 years baptiste.coudurier try to demux even if codec is not recognized, should demux …
Note: See TracRevisionLog for help on using the revision log.