summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Collapse)AuthorAge
* data_size = 0 cleanupMichael Niedermayer2004-05-21
| | | | Originally committed as revision 3146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicated find_frame_end() codeMichael Niedermayer2004-04-29
| | | | | | move codec specific code from parser.c -> <codecname>.c as far as its easily possible Originally committed as revision 3087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 nal decoding fix by (Laurent Aimar <fenrir at via dot ecp dot fr>)Michael Niedermayer2004-04-23
| | | | Originally committed as revision 3044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 hurry up fix and a tiny cabac clean patch by (Laurent Aimar <fenrir at ↵Laurent Aimar2004-04-23
| | | | | | via dot ecp dot fr>) Originally committed as revision 3043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* progressive P frame CABAC support patch by (Laurent Aimar <fenrir at via dot ↵Laurent Aimar2004-04-11
| | | | | | ecp dot fr>) Originally committed as revision 3000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of qp<6Michael Niedermayer2004-03-26
| | | | Originally committed as revision 2933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at ↵Laurent Aimar2004-03-26
| | | | | | via dot ecp dot fr>) Originally committed as revision 2932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do loop filter immediatly after each macroblock is decoded instead of after ↵Michael Niedermayer2004-03-20
| | | | | | a frame is decoded Originally committed as revision 2910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 loop filter optimizationsMichael Niedermayer2004-03-20
| | | | Originally committed as revision 2909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via ↵Michael Niedermayer2004-03-19
| | | | | | dot ecp dot fr>) Originally committed as revision 2908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init cleanupMichael Niedermayer2004-03-16
| | | | Originally committed as revision 2899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-06
| | | | Originally committed as revision 2752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* closed gop support & flags2 as all bits in flags are usedMichael Niedermayer2004-01-22
| | | | | | and a few minor things i forgot to commit ... Originally committed as revision 2718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ↵Wolfgang Hesseler2003-12-30
| | | | | | multimediaware dot com>) Originally committed as revision 2636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3 fixMichael Niedermayer2003-12-18
| | | | Originally committed as revision 2625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* intra16x16 fixMichael Niedermayer2003-11-29
| | | | Originally committed as revision 2539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
| | | | Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVRationalMichael Niedermayer2003-10-20
| | | | | | | | | | sample_aspect_ratio aspect ratio in JPEG JFIF is SAR not DAR ! removed nonsense SAR guessing code various related cleanups bugs? Originally committed as revision 2403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2003-10-13
| | | | Originally committed as revision 2368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-12
| | | | Originally committed as revision 2366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed warningsFabrice Bellard2003-09-09
| | | | Originally committed as revision 2246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bitstream changes to match JM7.2Michael Niedermayer2003-07-23
| | | | Originally committed as revision 2073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unwanted second definition of CHECKED_ALLOCZAlex Beregszaszi2003-07-04
| | | | Originally committed as revision 2009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)Mike Melanson2003-06-27
| | | | | | | - fix B-frame motion compensation - cleanup motion vector math and other blocks of common code Originally committed as revision 1991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some warning fixesAlex Beregszaszi2003-06-20
| | | | Originally committed as revision 1977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added support for B-frames and multiple slicesMike Melanson2003-06-19
| | | | Originally committed as revision 1974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make ff_emulated_edge_mc() independant of MpegEncContextMichael Niedermayer2003-06-18
| | | | Originally committed as revision 1971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warning and compatibility fixes.Falk Hüffner2003-05-24
| | | | Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bigendian fixMichael Niedermayer2003-05-16
| | | | Originally committed as revision 1887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warning fixes.Falk Hüffner2003-05-15
| | | | Originally committed as revision 1884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-05-14
| | | | Originally committed as revision 1882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationsMichael Niedermayer2003-05-13
| | | | Originally committed as revision 1869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationsMichael Niedermayer2003-05-13
| | | | Originally committed as revision 1867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3 decoder by anonymousMichael Niedermayer2003-05-09
| | | | Originally committed as revision 1845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiredMichael Niedermayer2003-04-27
| | | | Originally committed as revision 1825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing mixed dr1 + internal buffersMichael Niedermayer2003-04-25
| | | | Originally committed as revision 1820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor cleanup / some warning fixesMichael Niedermayer2003-04-14
| | | | Originally committed as revision 1772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net)Michael Niedermayer2003-04-12
| | | | Originally committed as revision 1769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now ↵Michael Niedermayer2003-04-10
| | | | | | | | | | | instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture more direct use of the new mb_type stuff instead of codec specific stuff runtime mb_type debug output h264/h263 variants/mpeg1/2/4 error concealment /resilience for mpeg1/2 various minor optimizations Originally committed as revision 1746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some checks to avoid segfaultMichael Niedermayer2003-04-07
| | | | Originally committed as revision 1740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #ifdef TRACE printf() -> tprintf()Michael Niedermayer2003-04-05
| | | | Originally committed as revision 1735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* multiple reference frames supportMichael Niedermayer2003-04-04
| | | | Originally committed as revision 1734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H264 decoder & demuxerMichael Niedermayer2003-04-04
Originally committed as revision 1732 to svn://svn.ffmpeg.org/ffmpeg/trunk