55 Commits (c5714b51aad41fef56dddac1d542e7fc6b984627)

Author SHA1 Message Date
  Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 8 years ago
  Diego Biurrun 4024b566d6 golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better names 9 years ago
  Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
  Himangi Saraogi 0f532fd3f9 rv40: Return more meaningful error codes 10 years ago
  wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
  Vittorio Giovara 6f6c029464 lavc: drop ff_pixfmt_list_420 11 years ago
  Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
  Martin Storsjö 711c970168 rv34: Check the return value from ff_rv34_decode_init 11 years ago
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
  Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  Christophe Gisquet d834ab0f2a rv40: perform bitwise checks in loop filter 13 years ago
  Christophe Gisquet 34e1b07546 rv40: don't always do the full prev_type search 13 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
  Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
  Janne Grunau b54b40b33c rv40: prevent undefined signed overflow in rv40_loop_filter() 13 years ago
  Janne Grunau 9472d37d8e rv34: frame-level multi-threading 13 years ago
  Mans Rullgard d8edf1b515 rv40: rearrange loop filter functions 13 years ago
  Janne Grunau bb8a6e03cc rv40: move loop filter to rv34dsp context 13 years ago
  Kostya Shishkov 7351eb1415 Pretty-print RV3/4 decoder source 13 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 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
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
  Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
  Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
  Måns Rullgård dd8e127a4d rv40: make rv40_adaptive_loop_filter() always_inline 15 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Kostya Shishkov 20622c4a8a Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing block 15 years ago
  Kostya Shishkov 39c601b5e7 RV3/4 intra types array causes alignment issues (at least on ARM5), thus change 16 years ago
  Kostya Shishkov 120ac2620d cosmetics: remove extra space indentation 16 years ago
  Kostya Shishkov 0a044f0f06 Make rv40 decoder use new static VLC initialization method 16 years ago
  Michael Niedermayer 09a9b45e4f Add and use ff_pixfmt_list_420. 16 years ago
  Kostya Shishkov 186f155e1c Add decoder flush after seeking for RV3/4 decoders 16 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
  Diego Biurrun dc8a7c93d3 Add missing void keyword to parameterless function declarations. 16 years ago
  Kostya Shishkov 6c3fca6479 Merge deblocking pattern with CBP for RV30/40 loop filtering 16 years ago
  Kostya Shishkov d33ee3f2b1 RV40 loop filter 16 years ago
  Kostya Shishkov e9d0fdef53 Strong filtering function for future RV40 loop filter 16 years ago
  Kostya Shishkov 70f42303e7 Weak deblock filter function for future RV40 loop filter 16 years ago
  Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
  Kostya Shishkov 39902a8c93 Calculate motion vector information based on PTS provided in slice header 17 years ago
  Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
  Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
  Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
  Kostya Shishkov 6cd1500d39 RV40 decoder should use availability cache 17 years ago