summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* 100l typo fix, mixed up +-1 forcing the loop filter skip to never skip.Michael Niedermayer2010-01-261-1/+1
* 100l, correct wrong H.264+adaptive MBAFF decodingAlexander Strange2010-01-251-2/+5
* H.264: Use 64-/128-bit write-combining macros for copiesAlexander Strange2010-01-251-22/+22
* Remove is_complex from loop_filter() its useless there in its current form.Michael Niedermayer2010-01-241-5/+3
* Added a missing const to ff_h264_get_slice_type().Laurent Aimar2010-01-241-1/+1
* Remove all uses of slice_type* from the loop filter, also remove itsMichael Niedermayer2010-01-241-6/+0
* Move +52 from the loop filter to the alpha/beta offsets in the context.Michael Niedermayer2010-01-231-6/+11
* Cosmetic, get rid of &x[0]Michael Niedermayer2010-01-181-1/+1
* Fix compilation with -O0.Michael Niedermayer2010-01-181-3/+0
* Fix 10l segfault with threads.Michael Niedermayer2010-01-181-0/+1
* Perform reference remapping at fill_cache() time instead of in theMichael Niedermayer2010-01-181-2/+21
* Move the qp check to skip the loop filter up.Michael Niedermayer2010-01-181-1/+2
* Split fill_caches() between filter and decoder.Michael Niedermayer2010-01-171-2/+2
* Rearchitecturing the stiched up goose part 1Michael Niedermayer2010-01-171-56/+85
* Consider slice_beta_offet in qp_thresh.Michael Niedermayer2010-01-161-1/+1
* Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh.Michael Niedermayer2010-01-161-0/+1
* remove unused variableMichael Niedermayer2010-01-131-2/+0
* Split cabac decoding code out of h264.c.Michael Niedermayer2010-01-131-1098/+4
* Split cavlc out of h264.c.Michael Niedermayer2010-01-131-1436/+3
* Split motion vector prediction off h264.c/h.Michael Niedermayer2010-01-121-91/+1
* Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is justMichael Niedermayer2010-01-121-2/+41
* Split all the reference picture handling off h264.c.Michael Niedermayer2010-01-121-680/+7
* Split (picture|seq) parameter set decoding out of h264.c.Michael Niedermayer2010-01-121-432/+1
* Split SEI code off h264.c.Michael Niedermayer2010-01-121-176/+3
* Split direct mode (macro)block decoding off h264.c.Michael Niedermayer2010-01-121-434/+7
* Split h264 loop filter off h264.c.Michael Niedermayer2010-01-121-679/+2
* Get rid of #include "svq3.c"Michael Niedermayer2010-01-121-193/+25
* Export fullrange flag and color information for h.264David Conrad2010-01-111-6/+24
* Export get_slice_type() as ff_h264_get_slice_type().Laurent Aimar2010-01-091-0/+12
* Always initialize bit_depth_luma and bit_depth_chroma in the H264Laurent Aimar2010-01-091-0/+2
* Log unknown NAL code from correct contextAndreas Öman2010-01-081-1/+1
* End startcode prefix search at the end of a AVC unit.Michael Niedermayer2009-12-091-1/+2
* Reduce warnings about too few consumed bytes to debug level.Michael Niedermayer2009-12-081-5/+1
* Call ff_find_hwaccel() after calling avcodec_set_dimensions().Reimar Döffinger2009-11-241-15/+16
* Use avcodec_set_dimensions()Michael Niedermayer2009-11-231-2/+1
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-161-1/+1
* Reset rbsp buffer size when freeing its data buffer.Mike Scheutzow2009-11-131-0/+2
* indentMichael Niedermayer2009-11-101-1/+1
* Cosmetics: Fix indentation after r20505.Carl Eugen Hoyos2009-11-101-1/+1
* Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete testCarl Eugen Hoyos2009-11-101-3/+1
* Try to fix has_b_frame calculation for open gop files.Michael Niedermayer2009-11-101-5/+8
* Remove casts that are useless since the argument is void *.Reimar Döffinger2009-10-061-1/+1
* Cosmetics: Fix typo.Carl Eugen Hoyos2009-09-231-1/+1
* Check num_units_in_tick/time_scale to be valid and within the range we support.Michael Niedermayer2009-09-231-0/+4
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla2009-09-061-12/+12
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-1/+1
* H.264: Check the return value of decode_vui_parameters()Alexander Strange2009-07-041-1/+2
* H.264: Don't set data_partitioning for invalid NAL_DPA.Alexander Strange2009-07-031-1/+4
* Fix nalsize check to avoid an integer overflow that made the checkReimar Döffinger2009-06-301-1/+1
* Improve wording: s/reseted/resetHaruhiko Yamagata2009-06-241-5/+5