summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* R and B components are stored as a differences to G component in Fraps v5.Kostya Shishkov2008-08-10
* Mask bits of reference indexes properly to avoid negative numbers entanglingMichael Niedermayer2008-08-10
* Remove a few more lines of unneeded code in fill_caches() for MBAFF.Michael Niedermayer2008-08-10
* FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2...Benjamin Larsson2008-08-10
* Use the correct reference tables for interlaced MBAFF MBs in the loop filter.Michael Niedermayer2008-08-10
* Add MDEC tags to Electronic Arts demuxer.Peter Ross2008-08-10
* Do not execute the part of fill_caches() for the loopfilter that overwritesMichael Niedermayer2008-08-10
* Cosmetics: move at the beginning of the file the av_frac_* functions, avoidStefano Sabatini2008-08-10
* Remove more code that has become useless after the pairless MBAFF loopMichael Niedermayer2008-08-09
* Remove reference to the unsupported master format from ffserver.conf.Stefano Sabatini2008-08-09
* Sync already committed code with that in SoC and commit more OKed hunks of codeRobert Swain2008-08-09
* Remove odd pairwise deblock filtering applied to MBAFF MBs.Michael Niedermayer2008-08-09
* matroskadec: add basic tags support (metadata)Aurelien Jacobs2008-08-08
* PCM regression tests.Peter Ross2008-08-08
* Cosmetics: fix weird indent.Stefano Sabatini2008-08-08
* Implement avfilter_version().Stefano Sabatini2008-08-08
* Implement avdevice_version().Stefano Sabatini2008-08-08
* Implement avformat_version().Stefano Sabatini2008-08-08
* Doxygenate avcodec_version().Stefano Sabatini2008-08-08
* Implement avutil_version().Stefano Sabatini2008-08-08
* Cosmetics: make a v4l2 error message consistent with r14647.Stefano Sabatini2008-08-08
* Change OSS long names.Benoit Fouet2008-08-08
* fix 4:2:2 psnrBaptiste Coudurier2008-08-08
* remove mxf.c, previously copied to mxfdec.cBaptiste Coudurier2008-08-07
* Add simpler/cleaner/faster F32BE encoding/decoding.Peter Ross2008-08-07
* Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number o...Peter Ross2008-08-07
* Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array b...Peter Ross2008-08-07
* Remove unused redefinition of av_log for test.Benoit Fouet2008-08-07
* Remove useless 'channels' assignment.Benoit Fouet2008-08-07
* rename mxf.c to mxfdec.cBaptiste Coudurier2008-08-07
* Maintain pointer to end of AVFormatContext.packet_buffer listMåns Rullgård2008-08-06
* Cosmetics: rename loop counters in eval_refl()Vitor Sessak2008-08-06
* Simplify eval_refl(): do not store a buffer value in a var when the buffer co...Vitor Sessak2008-08-06
* Simplify eval_refl(): s/b == 0/!b/Vitor Sessak2008-08-06
* Simplify range checking in eval_refl(). Before theVitor Sessak2008-08-06
* Cosmetics: reindentVitor Sessak2008-08-06
* Simplify do_output_subblock(): Remove a unneeded memcpyVitor Sessak2008-08-06
* Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini2008-08-06
* Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini2008-08-06
* Remove a useless directive.Benoit Fouet2008-08-06
* Cosmetics: indentationBenoit Fouet2008-08-06
* Add Electronic Arts TGV chunk tags to EA demuxer.Peter Ross2008-08-06
* Electronic Arts TGV decoderPeter Ross2008-08-06
* Add av_memcpy_backptr(): deliberately overlapping memcpy variant.Peter Ross2008-08-06
* Simplify eval_refl(): return directly when needed instead of storing the retu...Vitor Sessak2008-08-06
* Simplify rms(): merge a few operations in the same statementVitor Sessak2008-08-06
* Cosmetical simplification in t_sqrt()Vitor Sessak2008-08-06
* Check available size before writing in decode_frame()Vitor Sessak2008-08-06
* Check *data_size in decode_frame()Vitor Sessak2008-08-06
* Cosmetics: alignmentVitor Sessak2008-08-06