73 Commits (82b7525173f20702a8cbc26ebedbf4b69b8fecec)

Author SHA1 Message Date
  Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
  Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
  Vittorio Giovara 848e86f74d mpegvideo: Drop flags and flags2 10 years ago
  Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
  Michael Niedermayer 3bb465245f h261dec: Fix context initialization sequence 10 years ago
  Anton Khirnov 7ea1b3472a lavc: deprecate the use of AVCodecContext.time_base for decoding 11 years ago
  Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 10 years ago
  John Stebbins 552bc42df4 h261dec: Fix order of initialization 10 years ago
  John Stebbins 998c9f15d1 idct: remove call to ff_idctdsp_init from ff_MPV_common_init 10 years ago
  Diego Biurrun 7b9ef8d701 mpeg: Split error resilience bits off into a separate file 11 years ago
  Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
  wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
  Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
  Anton Khirnov 66499f34b5 mpegvideo: do not set current_picture_ptr in decoders 11 years ago
  Anton Khirnov 3b08631727 h26[13]dec: stop using deprecated avcodec_set_dimensions 11 years ago
  Anton Khirnov a1c5cc429d lavc: don't set AVFrame.pts to random numbers in decoders. 11 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
  Luca Barbato c59967fa7c h261: check the mtype index 11 years ago
  Diego Biurrun 088f38a4f9 avcodec: Drop unnecessary ff_ name prefixes from static functions 12 years ago
  Diego Biurrun 20429ba96e h261: Move encoder/decoder shared table init to common code 12 years ago
  Diego Biurrun 8a776ad90e h261: Move shared data tables from a header to a proper C file 12 years ago
  Diego Biurrun 52cd84d4d4 h261: Move mvmap table to the only place it is used 12 years ago
  Diego Biurrun 0404ec619d h261: cosmetics: Move functions to avoid forward declarations 12 years ago
  Diego Biurrun b78f81c803 h261: K&R formatting and prettyprinting cosmetics 12 years ago
  Diego Biurrun ae35d91d44 h261: Move ff_h261_rl_table_store declaration to header file 12 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 54974c6298 error_resilience: decouple ER from MpegEncContext 12 years ago
  Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
  Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
  Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
  Alex Converse 3574a85ce5 Replace computations of remaining bits with calls to get_bits_left(). 13 years ago
  Diego Biurrun 324deaa268 Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
  Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
  Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
  Andrey Utkin 4f820131fa mpegvideo: remove abort() in ff_find_unused_picture() 13 years ago
  Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
  Dustin Brody 9abc98737f lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition 13 years ago
  Diego Biurrun 95a06eb4d5 Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination. 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
  Anton Khirnov e7021c0ed5 lavc: remove FF_API_HURRY_UP cruft 14 years ago
  Anton Khirnov 8ed2ae09a2 lavc: mark hurry_up for removal on next major bump 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago