source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f8b06be9   17 years baptiste.coudurier free c->pb_buffer before overwriting it, fix memleak Originally …
(edit) @f7d321b   17 years baptiste.coudurier update reg ref due to r13851 Originally committed as revision 13852 …
(edit) @4f0a942b   17 years baptiste.coudurier return 1 when error during write frame, state changed Originally …
(edit) @8aae202e   17 years baptiste.coudurier set default preload and max_delay for muxer to avoid mpeg ps muxer to …
(edit) @177d256   17 years baptiste.coudurier change bandwidth to unsigned Originally committed as revision 13849 …
(edit) @794ac28   17 years baptiste.coudurier remove useless init, logfilename is static Originally committed as …
(edit) @acae1492   17 years baptiste.coudurier use http_log when log file is setup Originally committed as revision …
(edit) @4e8f77ab   17 years baptiste.coudurier always use stdout to log when running in debug mode Originally …
(edit) @b43bf8ac   17 years baptiste.coudurier rescale duration when outputting packet Originally committed as …
(edit) @050056d0   17 years baptiste.coudurier log accept error Originally committed as revision 13844 to …
(edit) @b4befb99   17 years baptiste.coudurier use http_log when log file is setup Originally committed as revision …
(edit) @0dc17c21   17 years baptiste.coudurier upgrade bandwidth config to use int64_t, raise limit Originally …
(edit) @1ad8289e   17 years baptiste.coudurier upgrade bandwidth to uint64_t Originally committed as revision 13841 …
(edit) @9507a12e   17 years baptiste.coudurier add static Originally committed as revision 13840 to …
(edit) @072f66c9   17 years vitor1001 Do not write junk in the end of truncated files. FATE ra144 test will …
(edit) @ade8d8b9   17 years baptiste.coudurier uniformize AVStream->priv_data freeing in av_close_input_stream …
(edit) @ccafd472   17 years baptiste.coudurier factorize read_header failure freeing code Originally committed as …
(edit) @6919e54   17 years benoit.fouet Check if there is at least a stream before writing trailer. Patch by …
(edit) @9b64a036   17 years baptiste.coudurier remove useless close funcs Originally committed as revision 13835 to …
(edit) @2562ccb3   17 years baptiste.coudurier remove useless close func Originally committed as revision 13834 to …
(edit) @6a862b49   17 years baptiste.coudurier remove useless close func Originally committed as revision 13833 to …
(edit) @9f5d3b13   17 years baptiste.coudurier ffm has no per stream priv_data anymore Originally committed as …
(edit) @d45bad6c   17 years stefano.sabatini-lala Add a "Status stream" section in ffserver-doc.texi. Originally …
(edit) @5116b92d   17 years vitor1001 Misc cosmetics Originally committed as revision 13830 to …
(edit) @e7782578   17 years vitor1001 Remove useless comment Originally committed as revision 13829 to …
(edit) @509f8ea2   17 years vitor1001 Last table renaming Originally committed as revision 13828 to …
(edit) @b845df11   17 years vitor1001 Yet more table renaming Originally committed as revision 13827 to …
(edit) @6e05a766   17 years vitor1001 10l: fix typo Originally committed as revision 13826 to …
(edit) @a632f44   17 years vitor1001 More table renaming Originally committed as revision 13825 to …
(edit) @a2d10dd8   17 years vitor1001 Rename table Originally committed as revision 13824 to …
(edit) @98cc8e18   17 years vitor1001 Rename vars: s/decsp/out/ Originally committed as revision 13823 to …
(edit) @ea4b6966   17 years vitor1001 Rename function Originally committed as revision 13822 to …
(edit) @bba35fda   17 years vitor1001 Rename var Originally committed as revision 13821 to …
(edit) @edc724b8   17 years mans fix dependency generation Originally committed as revision 13820 to …
(edit) @9e6165b5   17 years mans enable version.h to be created from subdirs Originally committed as …
(edit) @74d94417   17 years michaelni Do not shift F[I] twice, it is also clearer and smaller now. …
(edit) @50c52d22   17 years michaelni Factorize c->ap += (-c->ap) >> 4 out Originally committed as revision …
(edit) @0e0d6cf   17 years michaelni Get rid of G726Tables.bits. Originally committed as revision 13816 to …
(edit) @05c9f351   17 years michaelni Copy 4 pointers to avid dozends of ptr dereferences. Originally …
(edit) @fc234250   17 years michaelni Does not need to be int16. Originally committed as revision 13814 to …
(edit) @e9174641   17 years lucabe72 Fix neverending loop which might happen when sending high-bitrate …
(edit) @cb26c9d6   17 years michaelni Factorize I >> (c->tbls->bits - 1) out. Originally committed as …
(edit) @747d1b87   17 years stefano.sabatini-lala Improve an lclenc.c error message in case of unsupported input pixel …
(edit) @73ff4f83   17 years michaelni 1 abs() less Originally committed as revision 13810 to …
(edit) @dca21085   17 years stefano.sabatini-lala Cosmetics: s/stats/status/ in ffserver.c. Originally committed as …
(edit) @f26a60a0   17 years stefano.sabatini-lala Add an "How does it work" section in ffserver-doc.texi. Originally …
(edit) @4714776b   17 years michaelni simplify Originally committed as revision 13807 to …
(edit) @673a64b8   17 years michaelni useless () Originally committed as revision 13806 to …
(edit) @428c82cb   17 years michaelni remove unneeded tr == 0 Originally committed as revision 13805 to …
(edit) @e079a1c9   17 years michaelni simplify Originally committed as revision 13804 to …
(edit) @c79c1a01   17 years michaelni Get rid of the redundant AVG726Context. Originally committed as …
(edit) @ef4c5c6d   17 years michaelni Remove the truncated bitstream handling from our g726 decoder. The …
(edit) @25176d6e   17 years benoit.fouet Parse 'dats' as data. Patch by Florian Echtler: floe butterbrot org …
(edit) @e3ec60d8   17 years baptiste.coudurier free private streamcontext when closing demuxer, fix memory leak, …
(edit) @28215b37   17 years gpoirier convert DOS-style carriage return to Unix-style Originally committed …
(edit) @a0e5830a   17 years michaelni Change iquant tables to int16. Originally committed as revision 13798 …
(edit) @6aa37bcf   17 years michaelni simplify Originally committed as revision 13797 to …
(edit) @cf409a6f   17 years michaelni Get rid of useless wrapper function. Originally committed as revision …
(edit) @44555f09   17 years stefano.sabatini-lala Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names. …
(edit) @88643f3   17 years stefano.sabatini-lala Cosmetics: display ffmpeg -h generic advanced options just after …
(edit) @170efe1f   17 years michaelni Do not inline g726_iterate() the function is big so its inlining will …
(edit) @aeaa7c3d   17 years michaelni Replace i2f(0) by the actual thing done, gcc is not an optimizing …
(edit) @81120754   17 years michaelni Remove redundant zeroing (the context is memset(0)). Originally …
(edit) @e3cafac6   17 years michaelni Use smaller data types for tables. Originally committed as revision …
(edit) @deec52c   17 years michaelni Float11 does not need int, .o file becomes smaller and the code might …
(edit) @7d7a9e7f   17 years michaelni simplify Originally committed as revision 13788 to …
(edit) @aca49077   17 years michaelni Correct validity checks. Originally committed as revision 13787 to …
(edit) @8b470cc5   17 years michaelni Print sane error message for channels != 1. Originally committed as …
(edit) @35d0e16b   17 years michaelni Check number of bits so we do not try to use table entries which do …
(edit) @8161c28c   17 years michaelni Support decoding of sample_g726.asf. Originally committed as revision …
(edit) @ded4241b   17 years Aurélien Jacobs matroskadec: remove some useless code Originally committed as …
(edit) @6dfcdc00   17 years michaelni get_bits() outputs exactly as many bits as requested no need to mask …
(edit) @f6ec220c   17 years michaelni Remove dead code. Originally committed as revision 13781 to …
(edit) @25cd5cb3   17 years diego Generate pkg-config files in each library subdirectory so that they do …
(edit) @ef3efa0   17 years stefano.sabatini-lala Don't show advanced subtitle options within the ffmpeg -h generic …
(edit) @fb74bc43   17 years stefano.sabatini-lala Don't show subtitle and grab options within the ffmpeg -h generic …
(edit) @bc2869f6   17 years stefano.sabatini-lala Fix an example command in ffserver-doc.texi. Originally committed as …
(edit) @b11829a9   17 years diego Add missing #includes to fix 'make checkheaders'. Originally …
(edit) @66b26265   17 years justin.ruggles fix verbatim mode decoding. patch by Jai Menon (realityman gmx net). …
(edit) @40f8675c   17 years baptiste.coudurier set correct ftyp minor version for 3gp/2 Originally committed as …
(edit) @6ba9ed95   17 years baptiste.coudurier invert mode_mov condition Originally committed as revision 13773 to …
(edit) @d3e47832   17 years baptiste.coudurier simplify Originally committed as revision 13772 to …
(edit) @3473ca9a   17 years baptiste.coudurier change 3gp/3g2 brands if h264 is present Originally committed as …
(edit) @cd70d17f   17 years baptiste.coudurier simplify ipod brand selection Originally committed as revision 13770 …
(edit) @7b0fb8b7   17 years baptiste.coudurier fix warning, write_ftyp return int now Originally committed as …
(edit) @83579084   17 years baptiste.coudurier put avc1 brand in compat list when h264 is present Originally …
(edit) @5171fd9d   17 years michaelni -0x8000 == 0x8000 with int16 fixes segfault / issue491 Originally …
(edit) @f059427c   17 years banan Forgotten oma docs stuff Originally committed as revision 13766 to …
(edit) @65f52683   17 years michaelni I think we are also compliant to iso2. Originally committed as …
(edit) @ed6e47c2   17 years michaelni Add isom to the compatible brands. Originally committed as revision …
(edit) @1560b667   17 years michaelni Calculate ftyp size instead of hardcoding it. Originally committed as …
(edit) @a74dc5b9   17 years stefano.sabatini-lala Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id …
(edit) @d58ddafd   17 years stefano.sabatini-lala Make ffmpeg.c use print_error() when it can't read an ffserver stream. …
(edit) @462cca10   17 years stefano.sabatini-lala Improve ffmpeg error reporting in case of input/output stream …
(edit) @fe4bf374   17 years stefano.sabatini-lala Make AVCodec long_names definition conditional depending on …
(edit) @d18811bb   17 years stefano.sabatini-lala Make ffmpeg.c:opt_thread use parse_number_or_die(). Originally …
(edit) @b81d6235   17 years benoit.fouet Change opt_sync function behavior to print an error message. Patch by …
(edit) @3022cd10   17 years benoit.fouet Factorize options context setting. Patch by Stefano Sabatini stefano …
(edit) @a04aec6d   17 years michaelni simplify MODE_3G2 Originally committed as revision 13755 to …
(edit) @2c77994f   17 years michaelni Change MODE_* to 1<<c so several can be set at the same time. …
Note: See TracRevisionLog for help on using the revision log.