summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* Fix problem with multithreaded decoding, introduced by r11214.Reinhard Nissl2007-12-19
* cosmetics: comment typo fixesDiego Biurrun2007-12-16
* Make fill_rectangle() available for other decodersKostya Shishkov2007-12-15
* Fix brain-dead parts of r11216, specifically:Jeff Downs2007-12-14
* Ensure that our total reference frame count does not exceed the SPSJeff Downs2007-12-14
* Actually return with an error condition if we're being asked to deal with tooJeff Downs2007-12-14
* Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start.Jeff Downs2007-12-14
* Fix non_zero_count_cache for deblocking in field pictures.Jeff Downs2007-12-13
* Verify long_ref_count!=0. Fix issue 281.Panagiotis Issaris2007-12-05
* Initialize function pointers used by error resilience code before anyJeff Downs2007-12-05
* spellingVitor Sessak2007-12-01
* main() --> main(void)Diego Biurrun2007-11-23
* Call mpegvideo flush routine on h264 flush. Needed in particularJeff Downs2007-11-17
* Provide top_field_first logic for h264Reinhard Nissl2007-11-10
* Fix deblocking filter for field pictures by properly looking for firstJeff Downs2007-11-07
* Fix poc for field pictures. Prior to this, the poc of the second fieldJeff Downs2007-11-06
* Correct assignment of interlaced_frame; was being set on output frames,Jeff Downs2007-11-05
* Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF byJeff Downs2007-10-15
* Fix mix-up of values in r10690 (deblocking for PAFF).Martin Zlomek2007-10-15
* Simplify tests for field macroblocksJeff Downs2007-10-13
* Interlaced pictures (not just MBAFF) + spatial direct mode is notJeff Downs2007-10-12
* Set pict->interlaced_frame if returned frame is MBAFF or PAFF.Carl Eugen Hoyos2007-10-10
* fix incorrect check for abs_diff_pic_num overflowJeff Downs2007-10-09
* reindentAndreas Öman2007-10-09
* Enable PAFF decodingCarl Eugen Hoyos2007-10-09
* Manage Picture buffers for fields as well as frames. Pair complementary field...Jeff Downs2007-10-08
* Fix deblocking for PAFF contentMartin Zlomek2007-10-08
* Re-indent after PAFF MMCO implementation patch.Jeff Downs2007-10-07
* Augment MMCO execution to work with both fields and frames. Part of PAFFJeff Downs2007-10-07
* Cosmetic renaming variable so that it makes more sense for forthcoming PAFF m...Jeff Downs2007-10-06
* Augment mmcodecoding process to work properly with fields. Part of PAFF imple...Jeff Downs2007-10-06
* Edge emulation for fields. Part of PAFF implementationJeff Downs2007-10-06
* Set Picture.poc for fields and field pairs. Part of PAFF implementation.Jeff Downs2007-10-06
* Modifies macroblock addressing and current macroblock y-position for field de...Jeff Downs2007-10-06
* Support function and changes to reference picture reordering for PAFF.Jeff Downs2007-10-05
* Reindent fill_default_ref_list after changes for PAFFJeff Downs2007-10-05
* Support functions and changes to default reference list creation for PAFF.Jeff Downs2007-10-05
* Reorganize long reference management to minimize code duplication in upcoming...Jeff Downs2007-10-04
* Fix Picture.key_frame setting to be compatible with frame and field contexts....Jeff Downs2007-10-04
* Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support.Jeff Downs2007-10-04
* Rename variable to make sense in both field and frame contexts (support of PA...Jeff Downs2007-10-04
* Further modularize short reference list management for upcoming PAFF implemen...Jeff Downs2007-10-04
* Re-indent unreference_pic.Jeff Downs2007-10-04
* Modify unreference_pic implementation with PAFF in mind.Jeff Downs2007-10-04
* Partial PAFF implementation at macroblock level.Jeff Downs2007-10-04
* remove unused code, spotted by Jeff Downs, heydowns a borg d comAndreas Öman2007-10-02
* Rename MMCO stuff to prepare for h264/PAFF implementation.Jeff Downs2007-10-02
* Remove redundant test.Panagiotis Issaris2007-09-27
* h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held fo...Jeff Downs2007-09-26
* reindentAndreas Öman2007-09-25