summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
...
* Deobfusate chroma_qp_table[1] init code.Michael Niedermayer2008-07-221-4/+2
* Revert r13542: Spatial direct mode probably also works with PAFF.Carl Eugen Hoyos2008-07-211-2/+0
* Loop filtering with multiple slice types fix.Michael Niedermayer2008-07-211-13/+16
* Use slice_type_nos instead of slice_type where it makes no difference.Michael Niedermayer2008-07-211-27/+27
* SI/SP slice support. (not bitexact)Michael Niedermayer2008-07-211-10/+14
* Remove superfluous ().Michael Niedermayer2008-07-211-1/+1
* Simplify slice type checks.Michael Niedermayer2008-07-211-7/+8
* More correct ref comparison in the loop filter.Michael Niedermayer2008-07-211-2/+2
* Simplify spatial direct ref selection with FFMIN3()Michael Niedermayer2008-07-211-5/+1
* Fix used references indexes in the loop filter.Michael Niedermayer2008-07-201-12/+22
* Fix h264_loop_filter_strength_mmx2() so it works with PAFF.Michael Niedermayer2008-07-191-1/+1
* Take the brain amputated spec literally if the user asks for it (-strict 1).Michael Niedermayer2008-07-191-0/+6
* Make the automatic has_b_frames increasing code increase it up to theMichael Niedermayer2008-07-191-1/+1
* Try to fix my latest 100l fate SVQ3 breakage.Michael Niedermayer2008-07-191-1/+9
* Remove apparently unneeded out!=NULL check.Michael Niedermayer2008-07-191-1/+1
* Simplify picture output code.Michael Niedermayer2008-07-191-11/+4
* Remove useless #if 0 code.Michael Niedermayer2008-07-191-4/+0
* Do not forget marking disposed delayed pics as unused.Michael Niedermayer2008-07-191-1/+2
* indentMichael Niedermayer2008-07-191-5/+5
* simplifyMichael Niedermayer2008-07-191-4/+3
* Remove delayed_output_pic, I do not understand what this variable was good for.Michael Niedermayer2008-07-191-19/+11
* Drop out of order pics even if bitstream_restriction_flag is set.Michael Niedermayer2008-07-191-4/+4
* Make frames non reference by default, so they are disposed of automaticallyMichael Niedermayer2008-07-181-0/+1
* indentMichael Niedermayer2008-07-161-1/+1
* SVQ3 uses the JPEG variant of YUV 4:2:0.Michael Niedermayer2008-07-161-0/+4
* Move the size of the H264Context delayed_pic array into a #define.Alexander Strange2008-07-151-2/+2
* H264: fix index range assert() in remove_short_at_index()Måns Rullgård2008-07-141-1/+1
* H264: Fix decoding with CABAC/delta_qp/PCM macroblocks.Jason Garrett-Glaser2008-07-111-0/+1
* fix IPCM_decode_error.h264Michael Niedermayer2008-07-091-9/+7
* Cosmetics: split a long line.Alexander Strange2008-07-021-1/+2
* Use get_cabac_bypass_sign instead of an if/else.Alexander Strange2008-07-021-4/+2
* Reorder the if/else for residual cats to match gcc's branch prediction.Alexander Strange2008-07-021-12/+12
* Simplify loop condition for readability.Alexander Strange2008-07-021-1/+1
* Reindent.Alexander Strange2008-07-021-31/+31
* Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of bran...Alexander Strange2008-07-021-15/+44
* Don't generate two copies of hl_decode_mb() under ENABLE_SMALL.Alexander Strange2008-07-021-1/+1
* Don't test for H264 encoding unless an encoder exists.Alexander Strange2008-07-021-2/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* 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
OpenPOWER on IntegriCloud