]> git.sesse.net Git - ffmpeg/history - libavcodec/flacdec.c
pthread_frame: ensure the threads don't run simultaneously with hwaccel
[ffmpeg] / libavcodec / flacdec.c
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2014-11-06 Anton Khirnovlavc: make avpriv_flac_is_extradata_valid() private...
2014-11-06 Anton Khirnovlavc: make avpriv_flac_parse_streaminfo() private on...
2014-09-26 Tristan Matthewsflac: Remove unused headers
2014-05-28 Anton Khirnovflac: make avpriv_flac_parse_block_header() inline
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-07-28 Luca Barbatoflac: use meaningful return values
2013-05-16 Luca Barbatoflacdec: drop unnecessary assert
2013-03-13 Diego Biurrunav_log_missing_feature() ---> avpriv_report_missing_fea...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-12 Justin Rugglesflac: decode directly to the user-provided AVFrame
2013-02-06 Tim Walkerflac: don't check the number of channels before setting...
2012-12-22 Justin Rugglesflac: only set channel layout if not previously set...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-11-01 Justin Rugglesflacdec: do not warn on sample rate change
2012-11-01 Justin Rugglesflacdec: allow mid-stream channel layout change
2012-11-01 Justin Rugglesflacdec: use av_samples_* functions for sample buffer...
2012-10-23 Diego BiurrunImprove wording and spelling of av_log_missing_feature...
2012-10-12 Diego BiurrunUse proper return values in case of missing features
2012-08-21 Mans Rullgardflacdec: simplify sample buffer handling
2012-08-21 Mans Rullgardflacdec: simplify loop in decode_residuals()
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-19 Mans Rullgardflacdec: reverse lpc coeff order, simplify filter
2012-07-12 Diego Biurrunflac: Move flac functions shared between libraries...
2012-07-05 Mans Rullgardflacdec: add planar output support
2012-07-04 Mans Rullgardflacdec: move lpc filter to flacdsp
2012-07-04 Mans Rullgardflacdec: split off channel decorrelation as flacdsp
2012-07-04 Mans Rullgardflacdec: factor out code setting avctx->sample_fmt
2012-07-04 Mans Rullgardflacdec: allocate sample buffers with av_malloc
2012-07-04 Mans Rullgardflacdec: remove curr_bps from FLACContext
2012-07-02 Mans Rullgardflacdec: remove redundant setting of avctx->sample_fmt
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-23 Justin Rugglesflacdec: set channel_layout based on channel count
2012-02-17 Ronald S. Bultjeflac: fix infinite loops on all-zero input or end-of...
2012-02-13 Diego BiurrunDrop unnecessary av_uninit attributes from some variabl...
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-10-29 Justin Rugglesflacdec: use av_get_bytes_per_sample() to get sample...
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some flac symbols used...
2011-09-26 Justin Rugglesflacdec: fix buffer size checking in get_metadata_size()
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-15 Diego Biurrundoxygen: use Doxygen markup for authors and web links...
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-12-07 Michael ChinenDefine FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder.
2010-12-07 Michael ChinenSimplify the FLAC decoder now that it no longer has...
2010-12-07 Michael ChinenAdd log_level_offset parameter to ff_flac_decode_frame_...
2010-12-07 Michael ChinenMove decode_frame_header() from flacdec.c to flac.c...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-10-02 Justin RugglesSupport decoding of FLAC files without a STREAMINFO...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-11-01 Justin RugglesSet sample format in flac_decode_init() rather than in
2009-09-16 Justin Rugglesadd CODEC_CAP_SUBFRAMES to the FLAC decoder capabilitie...
2009-08-19 Måns Rullgårdflacdec: change variable-length array to fixed length
2009-06-29 Ronald S. BultjeRename ff_log_missing_feature() to av_log_missing_featu...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-24 Justin Rugglescosmetics: add an @return to documentation for decode_f...
2009-03-24 Justin Rugglesflacdec: split frame header decoding and validation...
2009-03-22 Justin Rugglesflacdec: cosmetics: white space
2009-03-22 Justin Rugglesflacdec: cosmetics: separate the pure frame header...
2009-03-22 Justin Rugglesflacdec: allow sample rate to change mid-stream, but...
2009-03-22 Justin Rugglesflacdec: cosmetics: indentation
2009-03-22 Justin Rugglesflacdec: change frame bps validation to return an error...
2009-03-22 Justin Rugglesflacdec: cosmetics: add some braces to if/else statements
2009-03-22 Justin Rugglesflacdec: skip frame when allocated data size is too...
2009-03-22 Justin Ruggles10l: don't check against current layout until after...
2009-03-22 Justin Rugglesflacdec: give a more accurate error message when valida...
2009-03-22 Justin Rugglesflacdec: move data size check to flac_decode_frame()
2009-03-22 Justin Rugglesflacdec: comments and white space.
2009-03-22 Justin Rugglesflacdec: remove unneeded local variable
2009-03-22 Justin Rugglesflacdec: cosmetics: rename 3 variables
2009-03-22 Justin Rugglesflacdec: use a local variable for GetBitContext in...
2009-03-21 Justin Rugglesadd a function to calculate a more accurate estimate...
2009-03-21 Justin Rugglesflacdec: account for frame and subframe header overhead...
2009-03-21 Justin Rugglesshare sample rate and blocksize tables between the...
2009-03-21 Justin Rugglesflacdec: remove unneeded variable, 'assignment'
2009-03-21 Justin Rugglesflacdec: cosmetics: rename 'decorrelation' to 'ch_mode'
2009-03-21 Justin Rugglesshare channel mode constants between the FLAC decoder...
2009-03-19 Justin Rugglesshare some constants between the FLAC encoder and FLAC...
2009-03-06 Justin Rugglesflacdec: Add a shared function for parsing a FLAC metad...
2009-03-05 Justin Rugglesflacdec: cosmetics: Add a comment with the data of...
2009-03-05 Justin Rugglesflacdec: There is an even smaller FLAC frame size possi...
2009-03-05 Justin Rugglesflacdec: 10l to me. I miscalculated the smallest FLAC...
2009-03-05 Justin Rugglesflacdec: cosmetics: move 2 statements to immediately...
2009-03-05 Justin Rugglesflacdec: Simplify frame sync by not using the bitstream...
2009-03-05 Justin Rugglesflacdec: Split the metadata_parse() function into 2...
2009-03-04 Justin Rugglesflacdec: Add a check for small buffer size. This ensur...
2009-03-04 Justin Rugglesflacdec: cosmetics: Use a more descriptive variable...
2009-03-04 Justin Rugglesflacdec: Handle 32 bps data when checking allocated...
2009-03-04 Justin Rugglesflacdec: Check curr_bps after wasted bits are subtracted.
2009-03-04 Justin Rugglesflacdec: When there is not enough data to read the...
2009-03-04 Justin Rugglescosmetics: indentation after last commit
2009-03-04 Justin Rugglesflacdec: Check for an inline header before calling...
2009-03-04 Justin Rugglesflacdec: Allocate buffers right after STREAMINFO is...
2009-03-03 Justin Rugglescosmetics: indentation after last commit
2009-03-03 Justin Rugglesflacdec: Avoid parsing the STREAMINFO multiple times.
2009-03-03 Justin Rugglesflacdec: Warn about invalid max blocksize and limit...
2009-03-03 Justin Rugglescosmetics: remove a pointless comment
next