]> git.sesse.net Git - ffmpeg/history - libavcodec/wmalosslessdec.c
hevc: change the stride of the MC buffer to be in bytes instead of elements
[ffmpeg] / libavcodec / wmalosslessdec.c
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2014-08-05 Michael Niedermayerwmalosslessdec: fix mclms_coeffs* array size
2014-03-22 Diego Biurrunavcodec: more correct printf specifiers
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-08-11 Hendrik Leppkeswmall: use AVFrame API properly
2013-03-13 Diego Biurrunavcodec: av_log_missing_feature(1) ---> avpriv_request_...
2013-03-13 Diego Biurrunavcodec: av_log_ask_for_sample() ---> avpriv_request_sa...
2013-03-13 Diego Biurrunav_log_missing_feature() ---> avpriv_report_missing_fea...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2012-12-23 Diego BiurrunReturn proper error code after av_log_ask_for_sample()
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-23 Diego BiurrunImprove wording and spelling of av_log_missing_feature...
2012-10-14 Justin Ruggleswmalossless: output in planar sample format
2012-09-29 Michael Niedermayerwmalosslessdec: Reset put bit buffer when num_saved_bit...
2012-09-29 Anton Khirnovwmalosslessdec: Fix reading too many bits in decode_cha...
2012-09-29 Michael Niedermayerwmalosslessdec: fix a get_bits(0) in decode_ac_filter
2012-09-29 Michael Niedermayerwmalosslessdec: make MCLMS arrays big enough for what...
2012-09-29 Anton Khirnovwmalosslessdec: increase channel_coeffs/residues size
2012-09-29 Anton Khirnovwmalosslessdec: increase WMALL_BLOCK_MAX_BITS to 14.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-06 Diego BiurrunMark a number of variables only used in av_dlog() calls...
2012-05-05 Jakub StachowskiWMAL: Shift output samples by the specified number...
2012-05-05 Mashiat Sarker Sha... WMAL: Restore removed code in mclms_predict()
2012-05-02 Kostya Shishkovwmall: fix reconstructing audio with uncoded channels
2012-05-02 Mashiat Sarker Sha... WMAL cosmetics: fix indentation
2012-05-01 Jakub StachowskiWMAL: do not output last frame again if nothing was...
2012-05-01 Mashiat Sarker Sha... WMAL: do not start decoding if frame does not end in...
2012-04-14 Mashiat Sarker Sha... wmal: vertical alignment cosmetics
2012-04-14 Mashiat Sarker Sha... wmal: Warn about missing bitstream splicing feature...
2012-04-14 Mashiat Sarker Sha... wmal: Skip seekable_frame_in_packet.
2012-04-14 Mashiat Sarker Sha... wmal: Drop unused variable num_possible_block_size.
2012-04-13 Michael NiedermayerWMAL: Do not try to read rawpcm coefficients if bits...
2012-03-28 Mashiat Sarker Sha... WMAL: Remove inaccurate and unnecessary doxy
2012-03-28 Ronald S. Bultjewmall: fix seeking.
2012-03-22 Ronald S. Bultjewmalossless: error out if a subframe is not used by...
2012-03-22 Ronald S. Bultjewmalossless: reset sample pointer for each subframe.
2012-03-22 Ronald S. Bultjewmalossless: error out on invalid values for order.
2012-03-22 Kostya Shishkovwmall: output packet only if we have decoded some samples
2012-03-07 Ronald S. Bultjewmall: fix build with -DDEBUG enabled.
2012-03-07 Diego Biurrunwma: Refactor common code to fix standalone compilation...
2012-03-02 Mashiat Sarker Sha... Windows Media Audio Lossless decoder