source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @18c05a37   17 years lucabe72 Do not send too many RTCP packets (according to RFC 3550, the minimum …
(edit) @0aa7a2e6   17 years lucabe72 Use a symbolic name for the payload size of an RTCP Sender Report …
(edit) @40b67a56   17 years benoit.fouet Fix mov checksums following r10852. Originally committed as revision …
(edit) @1c2211bd   17 years diego Quote paths in uninstall commands where necessary. Originally …
(edit) @47a1ae1b   17 years diego Add some parentheses to clarify operator precedence, fixes the …
(edit) @5b5bd7c9   17 years andreas make sure the mpeg audio header is valid before passing it to …
(edit) @f9def9cc   17 years diego Remove libvorbis Vorbis decoding support. Our native decoder is …
(edit) @b7a42d14   17 years diego Enable debug variable only when debug code is enabled, fixes the …
(edit) @a680708   17 years diego The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped. …
(edit) @f83579b1   17 years banan Remove unused variable Originally committed as revision 10922 to …
(edit) @8138b9db   17 years ramiro.polla List enabled code in configure output Originally committed as …
(edit) @bf0c4afa   17 years ramiro.polla Speed up show_list Originally committed as revision 10920 to …
(edit) @1b1656c6   17 years ramiro.polla Warn user if bitrate parameter is too low Originally committed as …
(edit) @46a845d0   17 years ramiro.polla The Windows Help Forum is not ffmpeg-user for Windows Originally …
(edit) @a045e515   17 years diego Move external library codec registration to a separate section after …
(edit) @0cb2774a   17 years justin.ruggles Add decoding support for variable block size FLAC files using the …
(edit) @e471443a   17 years justin.ruggles Add support for FLAC's new RICE2 entropy coding method. Patch by Josh …
(edit) @9abf2433   17 years Aurélien Jacobs add support for demuxing Electronic Arts .cdata files based on a patch …
(edit) @271b4095   17 years Aurélien Jacobs add Electronic Arts XAS ADPCM decoder based on a patch from Peter Ross …
(edit) @7798b42d   17 years kostya.shishkov Add ff_ prefix to get_v() Originally committed as revision 10912 to …
(edit) @897d3eef   17 years kostya.shishkov Make get_v() available to the other demuxers Originally committed as …
(edit) @0c904db1   17 years michaelni typo Originally committed as revision 10910 to …
(edit) @eb1c687b   17 years banan Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: …
(edit) @c6dcd0d7   17 years michaelni fix misdetection of mp3could_not_find_codec_parameters.mp3 Originally …
(edit) @d447fc31   17 years kostya.shishkov Seek regression for RM demuxer fix Originally committed as revision …
(edit) @0ee97f0d   17 years gpoirier Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A …
(edit) @24e649af   17 years kostya.shishkov Split Musepack decoder into SV7 decoder and synth core (for upcoming …
(edit) @76c443c6   17 years Aurélien Jacobs move adx.c to adxdec.c Originally committed as revision 10904 to …
(edit) @c31dea61   17 years Aurélien Jacobs split adx encoder in its own file Originally committed as revision …
(edit) @4f95f80e   17 years Aurélien Jacobs remove useless debug func Originally committed as revision 10902 to …
(edit) @2009c7fc   17 years Aurélien Jacobs revert part of r10899 which was not intended Originally committed as …
(edit) @c4cc3610   17 years Aurélien Jacobs cleanup and simplify adx_decode_header() Originally committed as …
(edit) @6177c7ef   17 years Aurélien Jacobs remove useless initialization to 0 of adx context Originally …
(edit) @ad8df79b   17 years Aurélien Jacobs simplify dpcm decoders declaration using a macro Originally committed …
(edit) @e916de2c   17 years Aurélien Jacobs remove useless #undef Originally committed as revision 10897 to …
(edit) @c33ed2aa   17 years Aurélien Jacobs remove unreachable code Originally committed as revision 10896 to …
(edit) @01370349   17 years Aurélien Jacobs cosmetics: alignment Originally committed as revision 10895 to …
(edit) @f6e2300f   17 years Aurélien Jacobs don't register adpcm encoders which are not implemented Originally …
(edit) @22baf42c   17 years gpoirier doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P …
(edit) @83c95cd4   17 years kostya.shishkov Revert get_num() to old behaviour in order to handle incorrect RMs …
(edit) @0ac07031   17 years michaelni check av_interleaved_write_frame() return fixes issue149 Originally …
(edit) @7c032a3   17 years Aurélien Jacobs cosmetics: sort Originally committed as revision 10890 to …
(edit) @c5d99f2b   17 years michaelni prefer our native vorbis decoder over libvorbis Originally committed …
(edit) @e14356c8   17 years michaelni fix issue130 Originally committed as revision 10888 to …
(edit) @c8652b5   17 years michaelni support flv with invalid header fixes issue43 Originally committed as …
(edit) @6f910bcf   17 years michaelni factorize stream creation Originally committed as revision 10886 to …
(edit) @ff21c1b0   17 years diego Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command. …
(edit) @1d5fab9   17 years diego Remove unused variables, fixes the following warnings: siff.c:187: …
(edit) @51844e6   17 years lucabe72 Take the target address family in account when determining the family …
(edit) @7d8576c   17 years lucabe72 Reindent after last commit Originally committed as revision 10882 to …
(edit) @d607861c   17 years lucabe72 Resolve hosts and bind sockets even when the local_port is not set (0) …
(edit) @fac84d3c   17 years Aurélien Jacobs EA IMA EACS decoder original patch by Peter Ross Originally committed …
(edit) @7bb65d89   17 years Aurélien Jacobs EA IMA SEAD decoder original patch by Peter Ross Originally committed …
(edit) @29c3d42b   17 years victorpaesa Leverage MinGW's llrint() in Cygwin compilations. Originally …
(edit) @e76e2bb   17 years lucabe72 Mark the source buffer as "const" Originally committed as revision …
(edit) @ecdcbbf6   17 years lucabe72 If local port n is not available, try n + 2 instead of continuing to …
(edit) @2a4592fe   17 years diego Clarify comment about gcc -MM. Originally committed as revision 10875 …
(edit) @582c1c47   17 years diego Declare libpostproc prerequisites directly instead of using a layer of …
(edit) @992e78f5   17 years baptiste.coudurier rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to …
(edit) @990e989f   17 years lucabe72 Remove redundant prototype Originally committed as revision 10872 to …
(edit) @c971ff1   17 years lucabe72 Remove the inclusion of rtsp.h and rtp.h from avformat.h, and …
(edit) @c1a4cdf9   17 years nicola.sabbi removed unused variables accidentally introduced in …
(edit) @39f79f26   17 years Aurélien Jacobs rename crc.c to crcenc.c Originally committed as revision 10869 to …
(edit) @6b6adf2b   17 years Aurélien Jacobs move framecrc muxer in its own file Originally committed as revision …
(edit) @a15bc651   17 years nicola.sabbi reindented after previous commit Originally committed as revision …
(edit) @50e143c4   17 years nicola.sabbi added option programid to select the program to use and relative code …
(edit) @90f03441   17 years lorenm remove a branch from an inner loop. 1% faster flac encoding. …
(edit) @f473666f   17 years nicola.sabbi print newline after program id even when the name is missing …
(edit) @759d98d0   17 years lucabe72 Explicitly include rtp.h (needed for rtp_get_payload_type()) …
(edit) @a385446   17 years lucabe72 Remove prototype for non-existent function Originally committed as …
(edit) @97e6ee20   17 years Aurélien Jacobs probe files starting with the 1SNh tag Originally committed as …
(edit) @94e8c227   17 years Aurélien Jacobs don't use #define with names starting with _ Originally committed as …
(edit) @98168220   17 years Aurélien Jacobs add parsing of 1SNh header in the EA demuxer Originally committed as …
(edit) @63bb42fb   17 years diego Remove unused variable, fixes warning: utils.c: In function …
(edit) @44626387   17 years Aurélien Jacobs avoid infinite loop at the end of files which are not properly …
(edit) @e7583962   17 years Aurélien Jacobs EA ADPCM R1, R2 and R3 decoder original patch by Peter Ross …
(edit) @d2bbb2f7   17 years diego Rename --disable-opts option to --disable-optimizations in order to be …
(edit) @8400d6b8   17 years diego Rename optimize variable to the slightly more meaningful …
(edit) @cfac9ec7   17 years benoit.fouet Cosmetics: indentation. Originally committed as revision 10853 to …
(edit) @89a0d790   17 years benoit.fouet Prevent mov muxer from writing empty udta atoms. Originally committed …
(edit) @8862fb41   17 years andreas add support for reading duration from VBRI-tag in mp3 files …
(edit) @3a1d3588   17 years heydowns Move setting of key frame flag for intra-only codecs, ignoring key …
(edit) @c1989552   17 years ramiro.polla Updated and rewritten Windows-related documentation. Originally …
(edit) @3d2308b0   17 years baptiste.coudurier use FFMIN Originally committed as revision 10848 to …
(edit) @478638ab   17 years andreas fix indent Originally committed as revision 10847 to …
(edit) @db233e83   17 years andreas cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag …
(edit) @ca851a3a   17 years andreas add support for reading duration from Xing-tag in mp3 files …
(edit) @71fa13e8   17 years diego Simplify install-libs prerequisite generation. Originally committed …
(edit) @39fe9d79   17 years Aurélien Jacobs convert a if() into a switch() to ease addition of new tags to probe …
(edit) @ef59bf60   17 years diego Fix uninstall-vhook, SLIBSUF was being left out. Originally committed …
(edit) @282db5f   17 years diego Fix make install of man pages when PROGS is empty. Originally …
(edit) @1217916b   17 years diego Fix make install when PROGS is empty. Originally committed as …
(edit) @e1a3a63f   17 years diego Further simplify install-progs prerequisites, no need to duplicate …
(edit) @c4fa7ebc   17 years diego Simplify install-progs prerequisite declaration. Originally committed …
(edit) @3a994ca4   17 years diego Clarify comment block and rewrite in better English. Originally …
(edit) @8622613d   17 years baptiste.coudurier fix issue 225, instead of stoping when wrong atom size is found, limit …
(edit) @bf672ac7   17 years kostya.shishkov Use simple IDCT for now Originally committed as revision 10835 to …
(edit) @c6137a61   17 years kostya.shishkov Remove incorrect and unneeded code Originally committed as revision …
(edit) @66f7679c   17 years kostya.shishkov Beam Software SIFF demuxer and video decoder Originally committed as …
(edit) @4e745a3b   17 years baptiste.coudurier 100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) …
Note: See TracRevisionLog for help on using the revision log.