]> git.sesse.net Git - ffmpeg/history - libavcodec/wmalosslessdec.c
amrwbdec: set channels, channel_layout, and sample_rate
[ffmpeg] / libavcodec / wmalosslessdec.c
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