summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* more aspect ratios added in one of the ammendmentsLoren Merritt2008-03-011-1/+1
* Fix ;;Michael Niedermayer2008-02-191-3/+3
* "swap first two elements of L1 if L0 and L1 are identical" applies after spli...Loren Merritt2008-02-021-10/+9
* fix mbaff diagonal neighbor mvLoren Merritt2008-02-021-4/+9
* mbaff spatial directLoren Merritt2008-02-021-7/+67
* constsMichael Niedermayer2008-02-011-5/+5
* Indention, it seems i have forgotton to commit this.Michael Niedermayer2008-02-011-4/+4
* Fix the following warnings:Andreas Öman2008-01-311-4/+2
* Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocatedJeff Downs2008-01-281-6/+1
* Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger2008-01-271-1/+1
* Fix crash for CAVLC->CABAC switch caused by writing into NULL tables.Michael Niedermayer2008-01-241-2/+0
* Add #undef printf and disable non-functional code to make test program compile.Diego Biurrun2008-01-231-2/+3
* Consistently use TEST as the preprocessor condition to enable test code.Diego Biurrun2008-01-201-2/+2
* Fix problem with multithreaded decoding, introduced by r11214.Reinhard Nissl2007-12-191-1/+1
* cosmetics: comment typo fixesDiego Biurrun2007-12-161-1/+1
* Make fill_rectangle() available for other decodersKostya Shishkov2007-12-151-88/+1
* Fix brain-dead parts of r11216, specifically:Jeff Downs2007-12-141-2/+4
* Ensure that our total reference frame count does not exceed the SPSJeff Downs2007-12-141-0/+23
* Actually return with an error condition if we're being asked to deal with tooJeff Downs2007-12-141-1/+2
* Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start.Jeff Downs2007-12-141-0/+5
* Fix non_zero_count_cache for deblocking in field pictures.Jeff Downs2007-12-131-2/+3
* Verify long_ref_count!=0. Fix issue 281.Panagiotis Issaris2007-12-051-1/+1
* Initialize function pointers used by error resilience code before anyJeff Downs2007-12-051-8/+8
* spellingVitor Sessak2007-12-011-1/+1
* main() --> main(void)Diego Biurrun2007-11-231-1/+1
* Call mpegvideo flush routine on h264 flush. Needed in particularJeff Downs2007-11-171-0/+1
* Provide top_field_first logic for h264Reinhard Nissl2007-11-101-0/+2
* Fix deblocking filter for field pictures by properly looking for firstJeff Downs2007-11-071-1/+2
* Fix poc for field pictures. Prior to this, the poc of the second fieldJeff Downs2007-11-061-2/+4
* Correct assignment of interlaced_frame; was being set on output frames,Jeff Downs2007-11-051-1/+2
* Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF byJeff Downs2007-10-151-6/+8
* Fix mix-up of values in r10690 (deblocking for PAFF).Martin Zlomek2007-10-151-2/+2
* Simplify tests for field macroblocksJeff Downs2007-10-131-4/+4
* Interlaced pictures (not just MBAFF) + spatial direct mode is notJeff Downs2007-10-121-2/+2
* Set pict->interlaced_frame if returned frame is MBAFF or PAFF.Carl Eugen Hoyos2007-10-101-0/+1
* fix incorrect check for abs_diff_pic_num overflowJeff Downs2007-10-091-1/+1
* reindentAndreas Öman2007-10-091-61/+61
* Enable PAFF decodingCarl Eugen Hoyos2007-10-091-1/+0
* Manage Picture buffers for fields as well as frames. Pair complementary field...Jeff Downs2007-10-081-2/+73
* Fix deblocking for PAFF contentMartin Zlomek2007-10-081-5/+6
* Re-indent after PAFF MMCO implementation patch.Jeff Downs2007-10-071-9/+9
* Augment MMCO execution to work with both fields and frames. Part of PAFFJeff Downs2007-10-071-13/+80
* Cosmetic renaming variable so that it makes more sense for forthcoming PAFF m...Jeff Downs2007-10-061-3/+3
* Augment mmcodecoding process to work properly with fields. Part of PAFF imple...Jeff Downs2007-10-061-3/+10
* Edge emulation for fields. Part of PAFF implementationJeff Downs2007-10-061-1/+1
* Set Picture.poc for fields and field pairs. Part of PAFF implementation.Jeff Downs2007-10-061-3/+7
* Modifies macroblock addressing and current macroblock y-position for field de...Jeff Downs2007-10-061-6/+10
* Support function and changes to reference picture reordering for PAFF.Jeff Downs2007-10-051-8/+46
* Reindent fill_default_ref_list after changes for PAFFJeff Downs2007-10-051-73/+73
* Support functions and changes to default reference list creation for PAFF.Jeff Downs2007-10-051-27/+163
OpenPOWER on IntegriCloud