119 Commits (82b7525173f20702a8cbc26ebedbf4b69b8fecec)

Author SHA1 Message Date
  Anton Khirnov f638b67e57 h264: move the parameter set definitions to a new header file 9 years ago
  Anton Khirnov 9df889a5f1 h264: rename h264.[ch] to h264dec.[ch] 9 years ago
  Anton Khirnov 6e92181bf8 h264: pass just the PPS to get_chroma_qp() 9 years ago
  Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
  Anton Khirnov 3176217c60 h264: decouple h264_ps from the h264 decoder 9 years ago
  Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
  Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
  Anton Khirnov 34d4c605e9 h264_loopfilter: constify all uses of H264Context 10 years ago
  Anton Khirnov bc98e8c0e0 h264: move mb_field_decoding_flag into the per-slice context 10 years ago
  Anton Khirnov 0edbe6faa7 h264: move mb_xy into the per-slice context 10 years ago
  Anton Khirnov e6c90ce94f h264: move loopfilter parameters into the per-slice context 10 years ago
  Anton Khirnov e7226984ac h264: move [{top,left}_]cbp into the per-slice context 10 years ago
  Anton Khirnov 95eb35f305 h264: move the ref lists variables into the per-slice context 10 years ago
  Anton Khirnov e6287f077c h264: move {mv,ref}_cache into the per-slice context 10 years ago
  Anton Khirnov f69574cf7a h264: move non_zero_count_cache into the per-slice context 10 years ago
  Anton Khirnov 8b00f4df20 h264: move some neighbour information into the per-slice context 10 years ago
  Anton Khirnov d231e84b06 h264: move the quantizers into the per-slice context 10 years ago
  Diego Biurrun 213e606752 Replace av_unused attributes by block structures 10 years ago
  Vittorio Giovara d24e9a99a4 h264 does not depend on mpegvideo any more 11 years ago
  Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
  Vittorio Giovara f777504f64 h264: Lower bound check for slice offsets 11 years ago
  Diego Biurrun 2a61592573 avcodec: Remove some commented-out debug cruft 11 years ago
  Anton Khirnov 23e85be58f h264: add a parameter to the CHROMA444 macro. 12 years ago
  Anton Khirnov e962bd08ee h264: add a parameter to the CHROMA422 macro. 12 years ago
  Anton Khirnov 6d2b6f21eb h264: add a parameter to the CABAC macro. 12 years ago
  Anton Khirnov 7fa00653a5 h264: add a parameter to the FIELD_PICTURE macro. 12 years ago
  Anton Khirnov 7bece9b22f h264: add a parameter to the FRAME_MBAFF macro. 12 years ago
  Anton Khirnov da6be8fcec h264: add a parameter to the MB_FIELD macro. 12 years ago
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
  Anton Khirnov 2c54155407 h264: deMpegEncContextize 12 years ago
  Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
  Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 12 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
  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