61 Commits (c5714b51aad41fef56dddac1d542e7fc6b984627)

Author SHA1 Message Date
  Anton Khirnov 9df889a5f1 h264: rename h264.[ch] to h264dec.[ch] 9 years ago
  Anton Khirnov add1467e5e svq3: drop the build dependency on the h264 decoder 9 years ago
  Anton Khirnov ad9d3384de svq3: move the dequant buffer to SVQ3Context 9 years ago
  Diego Biurrun a7da517f6a h264data: Move all data tables from a header to a .c file 11 years ago
  Diego Biurrun f4d581cda3 lavc: Deduplicate zigzag_scan table 9 years ago
  Vittorio Giovara d24e9a99a4 h264 does not depend on mpegvideo any more 11 years ago
  Diego Biurrun c4e43560fe h264data: Move some tables to the only place they are used 11 years ago
  Diego Biurrun f34de1486a h264data: Remove unused luma_dc_field_scan table 11 years ago
  Diego Biurrun be545b8a34 h264: K&R formatting cosmetics for header files (part I/II) 13 years ago
  Baptiste Coudurier 76741b0e56 h264: 4:2:2 intra decoding support 13 years ago
  Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Ronald S. Bultje 66c6b5e2a5 Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless. 14 years ago
  Jason Garrett-Glaser 2a1f431d38 H.264/SVQ3: make chroma DC work the same way as luma DC 14 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
  Michael Niedermayer 5ca43c25f6 Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler. 15 years ago
  Michael Niedermayer cc51b28299 Split cabac decoding code out of h264.c. 15 years ago
  Michael Niedermayer 8e71d89a7b Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them. 15 years ago
  Michael Niedermayer e1e949026e Split cavlc out of h264.c. 15 years ago
  Michael Niedermayer 889fce8e30 Split (picture|seq) parameter set decoding out of h264.c. 15 years ago
  Michael Niedermayer 9c09546352 Split SEI code off h264.c. 15 years ago
  Michael Niedermayer 082cf97106 Split h264 loop filter off h264.c. 15 years ago
  Michael Niedermayer 903d58f631 Get rid of #include "svq3.c" 15 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
  Stefan Gehrer 45beb850de remove zigzag_scan8x8, it is the same as ff_zigzag_direct 16 years ago
  Jason Garrett-Glaser aac8b76983 H.264 loopfilter speed tweaks 16 years ago
  Diego Biurrun f107a02d4e Move encoder-specific quantize_c and related tables to the H.264 encoder. 16 years ago
  Diego Biurrun ce9ff9cc52 Move #defines that are mostly used in h264.c out of h264data.h and into h264.h. 16 years ago
  Diego Biurrun 3c54686885 Move H.264 tables that are only useful for encoding to h264enc.c. 16 years ago
  Andreas Öman b09a7c05f6 h264: Implement decoding of picture timing SEI message. 16 years ago
  Michael Niedermayer 44ee6135e2 Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h. 16 years ago
  Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
  Michael Niedermayer 0af6967ee7 chroma_format_idc=0 aka grayscale support. 17 years ago
  Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
  Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
  Loren Merritt be0995b166 more aspect ratios added in one of the ammendments 17 years ago
  Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
  Kostya Shishkov c92a30bb06 Move H.264 intra prediction functions into their own context 17 years ago
  Michael Niedermayer be693f956e int->uint8_t 17 years ago
  Michael Niedermayer 50464a1e83 int->int8_t (no need for them to be int ...) 17 years ago
  Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
  Guillaume Poirier efb775777f add a comment to indicate which #endif belong to which #define 18 years ago
  Måns Rullgård 699b3f99d0 add multiple inclusion guards to headers 18 years ago
  Måns Rullgård 99545457bf include all prerequisites in header files 18 years ago
  Panagiotis Issaris acd8d10ffb Making rem6 and div6 globally visible and thus adding prefixes. 18 years ago
  Panagiotis Issaris 550e66cb59 Change NAL unit type defines to an enum and move to a header file for usage 18 years ago
  Michael Niedermayer 65342b2b4a merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3) 18 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
  Loren Merritt 5d18eaad13 h264: MBAFF interlaced decoding 19 years ago
  Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago