aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* Warn about unimplemented H264 feature.Carl Eugen Hoyos2008-05-291-0/+2
* in TRUNCATED mode, use residual fragments in ParseContextPascal Massimino2008-05-291-8/+9
* cosmetics: spelling typo fixesDiego Biurrun2008-05-281-1/+1
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-261-1/+1
* print direct_spatial_mv_predMichael Niedermayer2008-05-261-2/+3
* Remove newly unused variables.Alexander Strange2008-05-111-5/+0
* Use h->mb_xy directly in decode_cabac_residual().Alexander Strange2008-05-111-2/+2
* Store mb_xy in H264Context and only calculate it once per MB.Alexander Strange2008-05-111-18/+22
* One const per declaration is enough.Carl Eugen Hoyos2008-05-081-1/+1
* Use a state machine to reduce branching logic in decode_cabac_residual.Jason Garrett-Glaser2008-05-041-9/+19
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-291-0/+1
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-191-1/+1
* Redo r12838, this time using svn copy to create h264_i386.h from cabac.h.Jeff Downs2008-04-161-0/+3
* Revert 12838 to redo it the right way (use svn copy to create newJeff Downs2008-04-161-3/+0
* Move decode_significance_x86() and decode_significance_8x8_x86() toJeff Downs2008-04-151-0/+3
* Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsvMichael Niedermayer2008-04-111-3/+6
* typo: occured --> occurredDiego Biurrun2008-03-221-2/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-4/+4
* If consumed does not match nalsize, favor nalsize.Michael Niedermayer2008-03-131-1/+3
* typo fixesDiego Biurrun2008-03-121-2/+3
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-51/+51
* 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