102 Commits (6c180b35c43f0738d8a3d5c08a01209b51eda569)

Author SHA1 Message Date
  Michael Niedermayer cd6aa95caa h264_loopfilter: use av_assert 13 years ago
  Michael Niedermayer 28a613b09b h264: dont mess with chroma planes for grayscale h264. 13 years ago
  Diego Biurrun e44c11e9fa cosmetics: Move static and inline attributes to more standard places. 13 years ago
  Baptiste Coudurier 76741b0e56 h264: 4:2:2 intra decoding support 13 years ago
  Baptiste Coudurier 231a6df9ea h264dec: h264: 4:2:2 intra decoding 13 years ago
  Jason Garrett-Glaser b5bbc84fe2 H.264: add filter_mb_fast support for >8-bit decoding 14 years ago
  Jason Garrett-Glaser f6b7f72461 H.264: avoid redundant alpha/beta calculations in loopfilter 14 years ago
  Jason Garrett-Glaser a4f6be86d6 H.264: optimize intra/inter loopfilter decision 14 years ago
  Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
  Jason Garrett-Glaser 7f7dc4fb55 H.264: fix filter_mb_fast with 4:4:4 + 8x8dct 14 years ago
  Jason Garrett-Glaser 6a2176aac0 H.264: improve qp_thresh check 14 years ago
  Jason Garrett-Glaser a625e13208 H.264: make loopfilter bS const where applicable 14 years ago
  Jason Garrett-Glaser 556f8a066c H.264: template left MB handling 14 years ago
  Jason Garrett-Glaser 4320a309ce H.264: make filter_mb_fast support the case of unavailable top mb 14 years ago
  Jason Garrett-Glaser 84153d1883 H.264: make filter_mb_fast support 4:4:4 14 years ago
  Jason Garrett-Glaser 2702a6f114 H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFF 14 years ago
  Jason Garrett-Glaser 7c9079ab4c H.264: fix 4:4:4 + deblocking + MBAFF 14 years ago
  Jason Garrett-Glaser 7b442ad918 H.264: fix CODEC_FLAG_GRAY 14 years ago
  Jason Garrett-Glaser c90b94424c 4:4:4 H.264 decoding support 14 years ago
  Jason Garrett-Glaser 504811baea Roll back 4:4:4 H.264 for now 14 years ago
  Jason Garrett-Glaser c177cfb4fb H.264: fix CODEC_FLAG_GRAY 14 years ago
  Jason Garrett-Glaser c9c493872c 4:4:4 H.264 decoding support 14 years ago
  Oskar Arvidsson 6e3ef511d7 Add the notion of pixel size in h264 related functions. 14 years ago
  Oskar Arvidsson 44ca80df34 Make the h264 loop filter bit depth aware. 14 years ago
  Ronald S. Bultje dd561441b1 h264: DSP'ize MBAFF loopfilter. 14 years ago
  Michael Niedermayer e7077f5e7b H264: replace pixel_size by pixel_shift 14 years ago
  Oskar Arvidsson dc172ecc6e Add the notion of pixel size in h264 related functions. 14 years ago
  Oskar Arvidsson 86b0d9cd58 Make the h264 loop filter bit depth aware. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
  Måns Rullgård 4693b031a3 Move H264 dsputil functions into their own struct 15 years ago
  Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
  Måns Rullgård 19769ece3b H264: use alias-safe macros 15 years ago
  Måns Rullgård 40d1122752 Use LOCAL_ALIGNED macro for local arrays 15 years ago
  Alexander Strange 78998bf217 h264: Remove unused variables. 15 years ago
  Michael Niedermayer 9873ae0d44 Fix CAVLC+8x8DCT+MBAFF loopfiltering. 15 years ago
  Michael Niedermayer 37b2b0d6cd Get rid of a check in one direction that cant be true in it in that part 15 years ago
  Michael Niedermayer 2646814897 Split first reference list comparission from mv comparission. 15 years ago
  Michael Niedermayer 4e992796a9 Replace h->left_type[0] by the local variable for it we have. 15 years ago
  Michael Niedermayer 012dbcce08 slightly faster bit trickery. 15 years ago
  Michael Niedermayer 77821e11b3 Replace ?: by branchless code. 15 years ago
  Michael Niedermayer 34032e26ab factorize first filter call out, this makes the code somewhat 15 years ago
  Michael Niedermayer 592e03a8da Change wraper functions to always inline, they are faster now that way. 15 years ago
  Michael Niedermayer 5364db2893 indent 15 years ago
  Michael Niedermayer 2cf0d46d4c Restructure check_mv() 15 years ago
  Michael Niedermayer fabd704b37 Restructure if() in check_mv() 15 years ago
  Michael Niedermayer ca7c784fdf Unroll loops in check_mv() 15 years ago
  Michael Niedermayer e814817b74 Factor mv/ref compare code out. 15 years ago
  Michael Niedermayer 3b84924516 Simplify first edge filter condition. 15 years ago
  Michael Niedermayer b6302d0c55 Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazy 15 years ago