source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9f31c7ef   16 years diego USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer. Originally …
(edit) @af8ed96   16 years pross EA Demuxer: make rev2 flag optional Originally committed as revision …
(edit) @f07fd8c0   16 years baptiste.coudurier add a bunch of new xdcam hd422 fourccs Originally committed as …
(edit) @7fc628ca   16 years baptiste.coudurier more hdv fourccs Originally committed as revision 14472 to …
(edit) @138ef0a   16 years baptiste.coudurier update hdv fourcc descriptions Originally committed as revision 14471 …
(edit) @b98052d5   16 years pross give additional use case for version bumping; remove no longer true …
(edit) @4ca7e74   16 years vitor1001 Do not declare a counter as unsigned when it is not needed Originally …
(edit) @4e33ed36   16 years vitor1001 Cosmetics: rename loop counter vars to i,j Originally committed as …
(edit) @6c9c8b06   16 years vitor1001 Cosmetics: rename loop counter vars to i,j Originally committed as …
(edit) @8a37920   16 years lorenm r14205 broke vorbis float_to_int on ppc Originally committed as …
(edit) @c16184e9   16 years stefano.sabatini-lala Fix a typo in sdp_write_header(): change "IPV4", which is not a valid …
(edit) @5b43368d   16 years diego Add note about gcc bugs that gcc devs refuse to fix. Originally …
(edit) @9bec77fe   16 years darkshikari Use #define instead of a constant. Patch by Paul Kendall. Originally …
(edit) @150d5a25   16 years stefano.sabatini-lala Make ffmpeg dump output format in case of codec type mismatch between …
(edit) @2cf3c863   16 years michaelni Document av_lfg_get(). Originally committed as revision 14461 to …
(edit) @e80d4741   16 years michaelni Warning about MTs speed. Originally committed as revision 14460 to …
(edit) @aa6a89aa   16 years darkshikari Small h264 decoding speed optimization: while->do/while Originally …
(edit) @2754fe8b   16 years michaelni Simple lagged fibonacci PRNG. 3.5 times faster than our mersene …
(edit) @045e21cc   16 years vitor1001 Cosmetics: new line Originally committed as revision 14457 to …
(edit) @e7e4f476   16 years vitor1001 Remove the now useless phase variable from context Originally …
(edit) @993ba05   16 years pross increment minor version for commit r14412 (add sample_fmts …
(edit) @c749f3db   16 years vitor1001 Cosmetics: make comment match var name Originally committed as …
(edit) @6509507f   16 years vitor1001 Cosmetics: align comments Originally committed as revision 14453 to …
(edit) @f285e6dd   16 years vitor1001 Rename two context vars: s/sb/sp_block/, s/lhist/gain_block/ …
(edit) @36826ee0   16 years vitor1001 Declare temporary buffers to be only of the necessary size Originally …
(edit) @5e707c59   16 years vitor1001 Remove redundant comments Originally committed as revision 14450 to …
(edit) @c6ad130   16 years vitor1001 Cosmetics: do not align with now removed next instruction Originally …
(edit) @2c46367   16 years vitor1001 Cosmetics: remove braces and useless newline Originally committed as …
(edit) @2b356efe   16 years vitor1001 Change the way the input is passed to do_hybrid_filter(). Before, …
(edit) @aed39f6   16 years vitor1001 Remove RA288Context.output buffer. This buffer is just RA288Context.sb …
(edit) @452a398f   16 years michaelni Fix misdetection of H.264 in mpegts as mpeg1video in mpegts. Fixes …
(edit) @b26d3205   16 years vitor1001 Add a few comments pointing to the G.728 specification Originally …
(edit) @854ce441   16 years vitor1001 Remove the history buffer from the context. It can easily be evaluated …
(edit) @218e0612   16 years diego Remove unused variable. Originally committed as revision 14442 to …
(edit) @58fe7356   16 years diego Add random to list of test programs. Originally committed as revision …
(edit) @cf160899   16 years diego Change return type of main function to int to avoid a warning. …
(edit) @00c6161d   16 years diego Move #includes, which are only used in the test program, below the …
(edit) @af274fd1   16 years stefano.sabatini-lala Improve long names for FFM muxer and demuxer: change "ffm format" to …
(edit) @0143ec2a   16 years vitor1001 Rename two context buffers: pr{1,2} -> {sp,gain}_lpc. Also add a few …
(edit) @b211d3ae   16 years stefano.sabatini-lala Complete documentation for av_set_string(). Originally committed as …
(edit) @59da0390   16 years vitor1001 Remove st1 and st2 temporary buffers in backward_filter() and use …
(edit) @51be0eb   16 years michaelni Change benchmarking code so it returns comparable values. Originally …
(edit) @b6ff078b   16 years michaelni Make the selftesting code use and compileable. Originally committed …
(edit) @3df136d4   16 years vitor1001 Change slightly the meaning of RA288Context.phase. This allows to …
(edit) @9c17037   16 years diego Fix and clarify invalid examples for framerate override in the …
(edit) @d3d265b2   16 years Aurélien Jacobs matroska: add support for A_QUICKTIME/QDM2 codec Originally committed …
(edit) @f009e36f   16 years Aurélien Jacobs matroska: add support for V_QUICKTIME track type Originally committed …
(edit) @18c7be65   16 years heydowns Initialize outputed_poc to INT_MIN at decoder initialization. Fixes …
(edit) @143d7f14   16 years michaelni left_block intialisation optimisation. This patch changes the …
(edit) @f278709c   16 years diego typo fix Originally committed as revision 14426 to …
(edit) @f25c244f   16 years robert.swain AAC tables and data that have been OKed by Michael Originally …
(edit) @01037451   16 years michaelni Detect IDR less H.264 correctly. Fixes maybeH264_dumpvideo Originally …
(edit) @e791eb1e   16 years heydowns And.... Fix another spec reference to be more specific and correct. …
(edit) @25f8bceb   16 years heydowns Fix reference to spec to be more specific and correct. Originally …
(edit) @f42eb571   16 years vitor1001 Remove st1 and st2 variables from context, since they could be just …
(edit) @272d258a   16 years vitor1001 Rename st{1,2}{a,b} context variables to more meaningful names: …
(edit) @4a1aa38b   16 years darkshikari Simple refactoring to resolve a FIXME. Patch by Paul Kendall. …
(edit) @efa86ebe   16 years vitor1001 Cosmetics: remove useless parenthesis Originally committed as …
(edit) @e07c5ade   16 years vitor1001 Move colmult() function to the beginning of file to group DSP-related …
(edit) @5af20c20   16 years vitor1001 Remove an useless comment describing colmult() Originally committed …
(edit) @d899014e   16 years vitor1001 Remove an useless comment describing prodsum() Originally committed …
(edit) @952a980d   16 years vitor1001 Give the context variables of ra288 a better name: s/glob/ractx/ …
(edit) @029e1c01   16 years vitor1001 Give the context structure of ra288 a better name: …
(edit) @88a07af7   16 years pross add sample_fmts infrastructure: AVCodec->sample_fmts and SAMPLE_FMT_NB …
(edit) @6916e38a   16 years pross Include 32-bit PCM description Originally committed as revision 14411 …
(edit) @249f3243   16 years pross Support 32-bit floating point audio samples in Sun AU demuxer …
(edit) @aa29709e   16 years pross add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder) …
(edit) @fef744d4   16 years michaelni indent Originally committed as revision 14408 to …
(edit) @0af6967e   16 years michaelni chroma_format_idc=0 aka grayscale support. Can be disabled by removing …
(edit) @385c820b   16 years astrange Add a new -debug option for tracing calls to the default …
(edit) @af8c5e0   16 years michaelni Revert r14404 Remove another 2 incorrect checks. These would ignore …
(edit) @d9022d38   16 years michaelni Remove another 2 incorrect checks. These would ignore fields of …
(edit) @79b5c77   16 years michaelni Print an error if a reference picture is missing. Originally …
(edit) @6edac8e1   16 years michaelni Remove mysterious ref->data[0] check. What the standard calls …
(edit) @99157e49   16 years michaelni 10l typo, fix compilation Originally committed as revision 14401 to …
(edit) @91ea868e   16 years michaelni Remove another stupidity, long_ref==0 check 4 lines after …
(edit) @b3e93fd4   16 years michaelni indent Originally committed as revision 14399 to …
(edit) @d4f7d83   16 years michaelni Rewrite fill_default_ref_list(), the old code was obfuscated beyond …
(edit) @e3576e25   16 years darkshikari Improve documentation about -bt option Originally committed as …
(edit) @37dcf830   16 years michaelni Do not scare the user with error messages when everything is ok. …
(edit) @d9e32422   16 years michaelni Make remove_short() match remove_long() in that it calls …
(edit) @472c9a5   16 years michaelni Removing yet another weird field pic special case, now related to …
(edit) @9c0e4624   16 years michaelni Make remove_long() call unreference_pic() internally. Originally …
(edit) @1cea5d0d   16 years michaelni Merge oddly duplicated remove_long/remove_long_at_index() function. …
(edit) @6f450608   16 years michaelni Remove strange long_ref=0. Originally committed as revision 14391 to …
(edit) @4f10312c   16 years michaelni indent Originally committed as revision 14390 to …
(edit) @3f1e1797   16 years michaelni 10000l, forgotton } Originally committed as revision 14389 to …
(edit) @c29e05e6   16 years michaelni Remove another of these obfuscated special cases for field pictures …
(edit) @c7250900   16 years michaelni Simplify mmco setup code used in IDR pictures. Originally committed …
(edit) @57288c4   16 years michaelni Remove redundant h->mmco_index= 0. Originally committed as revision …
(edit) @5118c6c7   16 years michaelni Assert that long_ref has been cleared for released pics. Originally …
(edit) @849b9cef   16 years michaelni Clear long_ref when a frame is no longer a long_ref. Originally …
(edit) @d9fe1749   16 years michaelni Make sure mmco index is 0 (instead of uninitialized) in all error …
(edit) @14b83f9a   16 years gpoirier compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal …
(edit) @4c8e5dfc   16 years Reimar.Doeffinger Fix handling of old nuv files where an aspect of 1 actually means 4/3 …
(edit) @9296f5d8   16 years michaelni Simplify strange obfuscated code in MMCO_LONG handling. Note, this …
(edit) @357282c6   16 years michaelni Set field_poc (it was half uninitialized before) and use it instead of …
(edit) @b78a6baa   16 years michaelni Minor simplification of code in init_poc(). Originally committed as …
(edit) @5710b371   16 years michaelni cosmetics (indent and 2 empty lines) Originally committed as revision …
(edit) @80f8e035   16 years michaelni init_poc() vs. idr() cleanup Originally committed as revision 14377 …
Note: See TracRevisionLog for help on using the revision log.