]> git.sesse.net Git - ffmpeg/history - libavcodec/cavsdec.c
lavc: deprecate the use of AVCodecContext.time_base for decoding
[ffmpeg] / libavcodec / cavsdec.c
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-01-06 Anton Khirnovcavsdec: check ff_get_buffer() return value
2013-10-13 Luca Barbatocavs: Check for negative cbp
2013-10-13 Luca Barbatocavs: Return meaningful error values
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-16 Martin Storsjöcavsdec: Make sure a sequence header has been decoded...
2013-03-26 Martin Storsjölavc: Rename avpriv_mpv_find_start_code after moving...
2013-03-13 Diego Biurrunav_log_missing_feature() ---> avpriv_report_missing_fea...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-30 Anton Khirnovcavsdec: export picture type in the output frame
2012-12-30 Anton Khirnovcavs: deMpegEncContextize
2012-12-30 Anton Khirnovcavsdec: cosmetics, reformat
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-18 Martin Storsjöavcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_fram...
2012-10-09 Diego BiurrunRestructure av_log_missing_feature message
2012-09-29 Michael Niedermayercavsdec: check for changing w/h.
2012-09-07 Mans Rullgardcavsdsp: set idct permutation independently of dsputil
2012-08-26 Diego Biurruncavs: Move inline functions only used in one file out...
2012-08-26 Diego Biurruncavs: Move data tables used in only one place to that...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-08 Ronald S. Bultjeavs: fix infinite loop on end-of-stream.
2012-03-01 Diego BiurrunReplace AVFrame pointer type punning by proper struct...
2012-03-01 Diego BiurrunReplace AVFrame pointer casts by proper struct member...
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_frame_rate_tab.
2011-10-20 Anton Khirnovlavc: rename ff_find_start_code to avpriv_mpv_find_star...
2011-08-10 Mans Rullgardcavs: fix some crashes with invalid bitstreams
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-08-03 Måns RullgårdMove cavs dsp functions to their own struct
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-15 Stefan Gehreradd heuristic to discern the old sample clips from...
2009-06-30 Stefan Gehrerfix slice header checking
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-24 Stefan Gehrercheck for a stuffing byte at the end of a slice
2009-02-24 Stefan Gehrerchange macroblock loop in inter frames so that after a
2009-02-10 Stefan Gehrerintroduce a macroblock index to avoid a few x*width...
2009-02-10 Stefan Gehrerfix multiple slices per frame
2009-02-10 Stefan Gehrerfix parsing of pic_structure
2009-02-10 Stefan Gehreravoid duplicating dsputil's clear_block
2009-02-10 Stefan Gehrertime_code has 24 bits, not 16
2009-02-10 Stefan Gehrerdo not check for minimum slice start code, 0x00000100...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-27 Stefan Gehrerfix doxygen file reference
2009-01-16 Stefan Gehreruse assignment of structure instead of memcpy
2009-01-16 Stefan Gehrerrename XXX_t enums to cavs_XXX to fix POSIX namespace...
2009-01-16 Stefan Gehrerrename vector_t to cavs_vector
2008-12-15 Diego BiurrunAvoid POSIX-reserved _t in identifier names.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-27 Michael NiedermayerArrays where one element too small, fixes CID114.
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-02-01 Michael Niedermayerconst
2007-08-23 Luca AbeniInitialize the "stc" variable before using it in ff_fin...
2007-08-09 Alex Beregszasziuse skip_bits where appropriate
2007-07-25 Stefan Gehrerhave less functions as inline
2007-07-08 Stefan Gehrersplit decoder-specific parts into their own file