source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0abf0c53   17 years benoit.fouet Simplify mm_support() for ARM (by Måns). Originally committed as …
(edit) @37dcd091   17 years benoit.fouet Define mm_support() for ARM. Patch by Matthieu Castet <castet matthieu …
(edit) @fe4a5b18   17 years vitor1001 Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual …
(edit) @b83ff6c7   17 years vitor1001 Update copyright Originally committed as revision 14030 to …
(edit) @95fc77b9   17 years vitor1001 Use ff_acelp_lp_synthesis_filter() instead of duplicating it …
(edit) @8a1c868e   17 years vitor1001 Add a rounding parameter to ff_acelp_lp_synthesis_filter() Originally …
(edit) @a6ce3d3d   17 years diego Add command line support for '-idct simplearmv6'. patch by Laurent …
(edit) @dc95111   17 years vitor1001 Doxy comment Originally committed as revision 14026 to …
(edit) @90ffc490   17 years baptiste.coudurier include track id in error message Originally committed as revision …
(edit) @f056c8e9   17 years baptiste.coudurier set frame_size in libfaad decoder Originally committed as revision …
(edit) @74fd9022   17 years astrange Realign newlines. Originally committed as revision 14023 to …
(edit) @00969e1c   17 years astrange Use MANGLE() instead of memory operands to read globals. (fixes out of …
(edit) @aadd27cd   17 years michaelni Make code independent/less dependent on dsputil. This also makes the …
(edit) @ddca6ab6   17 years Reimar.Doeffinger Change mtv_read_packet so it does not break after seeking (displaying …
(edit) @34bfe875   17 years Reimar.Doeffinger Fix pkt->pos to really point at start of packet for mtv audio packets. …
(edit) @6f557c6a   17 years baptiste.coudurier cosmetics Originally committed as revision 14018 to …
(edit) @c7adbedb   17 years baptiste.coudurier cosmetics, align vertically Originally committed as revision 14017 to …
(edit) @c187f461   17 years baptiste.coudurier unset Track sets, relying in AVStream->priv_data and will be freed in …
(edit) @6d083dd7   17 years stefan.gehrer fix size of header data Originally committed as revision 14015 to …
(edit) @ae10e1fd   17 years ramiro.polla Seek the file forwards instead of backwards when sync is lost. …
(edit) @bc4c3a55   17 years baptiste.coudurier clarify error message about codec tag Originally committed as …
(edit) @15061147   17 years baptiste.coudurier give context to av_log Originally committed as revision 14012 to …
(edit) @b6a66897   17 years astrange Remove pointless AVFrame* casting. Originally committed as revision …
(edit) @39047aec   17 years astrange Remove duplicate emms. Originally committed as revision 14010 to …
(edit) @8b9bda1c   17 years astrange Remove commented-out code. Originally committed as revision 14009 to …
(edit) @2f3b1b80   17 years astrange Export qscale so that postprocessing works. Originally committed as …
(edit) @de7bdf58   17 years astrange Remove unused PutBitContext. Originally committed as revision 14007 …
(edit) @68723683   17 years lucabe72 Do not free the priv_data field of AVStream on close (it is already …
(edit) @44369b45   17 years michaelni indent Originally committed as revision 14005 to …
(edit) @fd147f23   17 years michaelni Inform the user about unhandled sectors. Originally committed as …
(edit) @66602c67   17 years michaelni memleak Originally committed as revision 14003 to …
(edit) @435a6082   17 years michaelni Do not completely bail out for invalid params, just skip the current …
(edit) @ad9c1055   17 years michaelni merge decl & init Originally committed as revision 14001 to …
(edit) @a4fe6826   17 years michaelni Get rid of weird pre reading code. Originally committed as revision …
(edit) @d0b76b98   17 years michaelni Remove debugging trash. Originally committed as revision 13999 to …
(edit) @7669935a   17 years michaelni Another variable that did nothing at all Originally committed as …
(edit) @73d3a14d   17 years michaelni remove code that discards streams randomly Originally committed as …
(edit) @e1002454   17 years michaelni vertical align Originally committed as revision 13996 to …
(edit) @c1f6eca   17 years michaelni Remove a dozen unused variables. Originally committed as revision …
(edit) @a4d64c17   17 years michaelni unused var Originally committed as revision 13994 to …
(edit) @fdb5932e   17 years michaelni Fix exploitable code. Fixes issue311 Originally committed as revision …
(edit) @b86f5a0   17 years michaelni Register intrrupt_cb() early enough so we dont get stuck with tcp …
(edit) @dce292bb   17 years mans Revert "add libmpeg2 permutation to dct-test" 10l to me for not …
(edit) @4231f05b   17 years Aurélien Jacobs VP3 parser can also handle VP6 without any changes. Originally …
(edit) @b3bf98aa   17 years stefan.gehrer move ff_log2_run to bitstream.c and reuse in ffv1.c Originally …
(edit) @dd7a68b   17 years michaelni Remove start_time guessing code. Originally committed as revision …
(edit) @3041a4a1   17 years michaelni Also print flags with FF_FDEBUG_TS. Originally committed as revision …
(edit) @0c587a4e   17 years michaelni VP3 & Theora parser to extract keyframe flags. This parser is not able …
(edit) @fb9464e8   17 years mans add libmpeg2 permutation to dct-test Originally committed as revision …
(edit) @fc658cf   17 years michaelni Support >=4096 dimensions, fixes issue499. Originally committed as …
(edit) @f53dd46   17 years michaelni Prevent invalid timestamps from being stored. Originally committed as …
(edit) @d6fbdcec   17 years stefano.sabatini-lala Update ffserver docs to match r13978, ffserver in debug mode now …
(edit) @9010d543   17 years stefano.sabatini-lala Remove unnecessary function opt_qdiff(), max_qdiff is set now through …
(edit) @75d2745   17 years banan Add support for mp3 contained in oma Originally committed as revision …
(edit) @de8c8181   17 years banan Rearrange parameter logic Originally committed as revision 13979 to …
(edit) @a9d9aa36   17 years baptiste.coudurier revert r13867, - reference stdout, I was drunk Originally committed …
(edit) @f035fe97   17 years banan Add more codec IDs and tags. Originally committed as revision 13977 …
(edit) @f3b5a1a2   17 years baptiste.coudurier make av_find_stream_info find frame_size for aac too Originally …
(edit) @80b616fc   17 years baptiste.coudurier use http_log now that logfile is setup Originally committed as …
(edit) @f10d55ed   17 years baptiste.coudurier move logfile setup right after config parsing Originally committed as …
(edit) @f0754ad8   17 years baptiste.coudurier remove useless init Originally committed as revision 13973 to …
(edit) @4d35bf74   17 years michaelni Make av_find_stream_info() find the frame_size for vorbis. Originally …
(edit) @da95f225   17 years michaelni Set frame_size to the gcd of what the decoder can output. Originally …
(edit) @6e1aa0f3   17 years michaelni Fill missing pts in during muxing when we know that they are equal to …
(edit) @c924ca78   17 years michaelni We cannot calculate the duration of vorbis packets even if we do know …
(edit) @ff558537   17 years astrange Don't set mm_flags in fft-test, since it doesn't do anything anyway. …
(edit) @dafe8824   17 years astrange Use a local variable instead of mm_flags in dct-test. Originally …
(edit) @40617a6d   17 years diego Check for support of -fomit-frame-pointer before adding it to CFLAGS. …
(edit) @f0418fe   17 years diego Each dependency file needs to be updated when one of the files the …
(edit) @e8e47435   17 years stefan.gehrer make ModeAlphabet read-only and use a custom mode alphabet only …
(edit) @181782ae   17 years michaelni Use correct timestamp value for stream copy. Originally committed as …
(edit) @7694a7d9   17 years benoit.fouet Close parse context. Patch by David LIU david liu st com Originally …
(edit) @c624c219   17 years ramiro.polla Make it a little easier to spot that the code is not dealing only with …
(edit) @a4696aa2   17 years lucabe72 Remove improper usage of AV_TIME_BASE_Q Originally committed as …
(edit) @5a893969   17 years stefan.gehrer remove duplicate tables Originally committed as revision 13959 to …
(edit) @796d200a   17 years michaelni Prevent duration calculation code from generating random durations for …
(edit) @f67a10cd   17 years astrange Define mm_flags/support to be 0 on architectures where they don't …
(edit) @8bf61f5b   17 years stefano.sabatini-lala Reindent. Originally committed as revision 13956 to …
(edit) @5dc8eeb6   17 years stefano.sabatini-lala Make ffserver show launched commandlines not only in debug-mode. …
(edit) @6aada9b1   17 years stefano.sabatini-lala Use http_log() rather than printing on stdout to show the launched …
(edit) @afb40e72   17 years vitor1001 Simplify interp() Originally committed as revision 13953 to …
(edit) @74adaa3   17 years vitor1001 More cosmetics Originally committed as revision 13952 to …
(edit) @a976426   17 years vitor1001 Cosmetics Originally committed as revision 13951 to …
(edit) @40444a59   17 years stefano.sabatini-lala Make ffserver show each launched commandline just before to launch …
(edit) @0e1d6a4c   17 years stefan.gehrer revert accidental const slipping in Originally committed as revision …
(edit) @ae32e509   17 years diego Replace redundant MAX macro declaration by proper use of FFMAX. …
(edit) @cf2baeb3   17 years stefan.gehrer mark read-only data as const Originally committed as revision 13947 …
(edit) @73cc419   17 years vitor1001 Use lpc_coef[2] instead of lpc_coef and lpc_coef_old Originally …
(edit) @ae70f874   17 years vitor1001 Remove unused entries from lpc_refl_cb* Originally committed as …
(edit) @7986199f   17 years vitor1001 Remove unused entries from energy_tab Originally committed as …
(edit) @309d32b0   17 years lucabe72 Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP …
(edit) @f5b6778   17 years diego Mark constant structure member as const to avoid some warnings. patch …
(edit) @fb6b04aa   17 years stefano.sabatini-lala Incorporate ffserver documentation Quick Start chapter into the man …
(edit) @941b1258   17 years diego Remove redundant mm_flags declaration, fixes the warning: …
(edit) @14c43f91   17 years baptiste.coudurier log when feed is already being received Originally committed as …
(edit) @65f2f028   17 years baptiste.coudurier reindent Originally committed as revision 13938 to …
(edit) @cbcc2527   17 years vitor1001 Remove unused values from gain_{val,exp}_tab Originally committed as …
(edit) @274ac345   17 years vitor1001 Now these tables fit in 16 bits. Originally committed as revision …
(edit) @738ef8fd   17 years vitor1001 Merge the >> 4 calculation of cb1_base in the table Originally …
(edit) @80e9f30c   17 years vitor1001 Consistency: make the output buffer the first argument of functions …
Note: See TracRevisionLog for help on using the revision log.