summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* R and B components are stored as a differences to G component in Fraps v5.Kostya Shishkov2008-08-10
| | | | | | This fixes roundup issue 574. Originally committed as revision 14684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mask bits of reference indexes properly to avoid negative numbers entanglingMichael Niedermayer2008-08-10
| | | | | | | | | | | | | | | | | | each other. Fixes at least: CAMA1_TOSHIBA_B cama1_vtc_c CAMA3_Sand_E cama3_vtc_b CAMASL3_Sony_B CVMA1_TOSHIBA_B CVMAQP3_Sony_D cvmp_mot_mbaff0_full_B FRExt/HCAMFF1_HHI FRExt/HCHP3_HHI_A FRExt/HVLCMFF0_Sony_B Originally committed as revision 14683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a few more lines of unneeded code in fill_caches() for MBAFF.Michael Niedermayer2008-08-10
| | | | | | Also document why the remaining related part is apparently needed. Originally committed as revision 14682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FOURCC addition: added 3IV2, another mpeg4 id. ↵Benjamin Larsson2008-08-10
| | | | | | incoming/video_3iv2/video_3iv2.avi Originally committed as revision 14681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the correct reference tables for interlaced MBAFF MBs in the loop filter.Michael Niedermayer2008-08-10
| | | | | | | | | Fixes at least CAMP_MOT_MBAFF_L30 CAMP_MOT_MBAFF_L31 FRExt/FREXT01_JVC_D Originally committed as revision 14680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MDEC tags to Electronic Arts demuxer.Peter Ross2008-08-10
| | | | Originally committed as revision 14679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not execute the part of fill_caches() for the loopfilter that overwritesMichael Niedermayer2008-08-10
| | | | | | | | reference indexes and motion vectors. Fixes at least: CVMAQP2_Sony_G Originally committed as revision 14678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: move at the beginning of the file the av_frac_* functions, avoidStefano Sabatini2008-08-10
| | | | | | the forward declarations. Originally committed as revision 14677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove more code that has become useless after the pairless MBAFF loopMichael Niedermayer2008-08-09
| | | | | | filter cleanup. Originally committed as revision 14676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove reference to the unsupported master format from ffserver.conf.Stefano Sabatini2008-08-09
| | | | Originally committed as revision 14675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sync already committed code with that in SoC and commit more OKed hunks of codeRobert Swain2008-08-09
| | | | Originally committed as revision 14674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove odd pairwise deblock filtering applied to MBAFF MBs.Michael Niedermayer2008-08-09
| | | | Originally committed as revision 14673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: add basic tags support (metadata)Aurelien Jacobs2008-08-08
| | | | Originally committed as revision 14672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PCM regression tests.Peter Ross2008-08-08
| | | | Originally committed as revision 14671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: fix weird indent.Stefano Sabatini2008-08-08
| | | | Originally committed as revision 14670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avfilter_version().Stefano Sabatini2008-08-08
| | | | Originally committed as revision 14669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avdevice_version().Stefano Sabatini2008-08-08
| | | | Originally committed as revision 14668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avformat_version().Stefano Sabatini2008-08-08
| | | | Originally committed as revision 14667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenate avcodec_version().Stefano Sabatini2008-08-08
| | | | Originally committed as revision 14666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avutil_version().Stefano Sabatini2008-08-08
| | | | Originally committed as revision 14665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: make a v4l2 error message consistent with r14647.Stefano Sabatini2008-08-08
| | | | Originally committed as revision 14664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change OSS long names.Benoit Fouet2008-08-08
| | | | Originally committed as revision 14663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 4:2:2 psnrBaptiste Coudurier2008-08-08
| | | | Originally committed as revision 14662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove mxf.c, previously copied to mxfdec.cBaptiste Coudurier2008-08-07
| | | | Originally committed as revision 14661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add simpler/cleaner/faster F32BE encoding/decoding.Peter Ross2008-08-07
| | | | Originally committed as revision 14660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number ↵Peter Ross2008-08-07
| | | | | | of samples". Originally committed as revision 14659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array ↵Peter Ross2008-08-07
| | | | | | bounds when input sample values are < 0. Originally committed as revision 14658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused redefinition of av_log for test.Benoit Fouet2008-08-07
| | | | Originally committed as revision 14657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless 'channels' assignment.Benoit Fouet2008-08-07
| | | | Originally committed as revision 14656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename mxf.c to mxfdec.cBaptiste Coudurier2008-08-07
| | | | Originally committed as revision 14655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Maintain pointer to end of AVFormatContext.packet_buffer listMåns Rullgård2008-08-06
| | | | | | | | | | | This changes add_to_pktbuf() to maintain a pointer to the last entry in the list, avoiding a linear walk-through on each call. Before this change, add_to_pktbuf() could take a significant amount of time (10% of total decoding time), even with input files of several minutes. After the change, the time spent in this function is barely measurable with oprofile. Originally committed as revision 14654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: rename loop counters in eval_refl()Vitor Sessak2008-08-06
| | | | Originally committed as revision 14653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify eval_refl(): do not store a buffer value in a var when the buffer ↵Vitor Sessak2008-08-06
| | | | | | could be used directly Originally committed as revision 14652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify eval_refl(): s/b == 0/!b/Vitor Sessak2008-08-06
| | | | Originally committed as revision 14651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify range checking in eval_refl(). Before theVitor Sessak2008-08-06
| | | | | | | | | condition b == 0 could never be true, because it would have already been caught in the previous ifs. Also the condition b == 0x1000 could never be true (it would triggered the return). Originally committed as revision 14650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reindentVitor Sessak2008-08-06
| | | | Originally committed as revision 14649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify do_output_subblock(): Remove a unneeded memcpyVitor Sessak2008-08-06
| | | | Originally committed as revision 14648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini2008-08-06
| | | | | | timebase in the video4linux2 v4l2_read_header() function. Originally committed as revision 14647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini2008-08-06
| | | | | | timebase in the video4linux grab_read_header() function. Originally committed as revision 14646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a useless directive.Benoit Fouet2008-08-06
| | | | Originally committed as revision 14645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationBenoit Fouet2008-08-06
| | | | Originally committed as revision 14644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Electronic Arts TGV chunk tags to EA demuxer.Peter Ross2008-08-06
| | | | Originally committed as revision 14643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts TGV decoderPeter Ross2008-08-06
| | | | Originally committed as revision 14642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_memcpy_backptr(): deliberately overlapping memcpy variant.Peter Ross2008-08-06
| | | | Originally committed as revision 14641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify eval_refl(): return directly when needed instead of storing the ↵Vitor Sessak2008-08-06
| | | | | | return value in a variable Originally committed as revision 14640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify rms(): merge a few operations in the same statementVitor Sessak2008-08-06
| | | | Originally committed as revision 14639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetical simplification in t_sqrt()Vitor Sessak2008-08-06
| | | | Originally committed as revision 14638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check available size before writing in decode_frame()Vitor Sessak2008-08-06
| | | | Originally committed as revision 14637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check *data_size in decode_frame()Vitor Sessak2008-08-06
| | | | Originally committed as revision 14636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: alignmentVitor Sessak2008-08-06
| | | | Originally committed as revision 14635 to svn://svn.ffmpeg.org/ffmpeg/trunk