]> git.sesse.net Git - ffmpeg/history - libavcodec/wmalosslessdec.c
lavfi: add video buffer sink, and use it in avtools
[ffmpeg] / libavcodec / wmalosslessdec.c
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