| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -3/+3 |
* | lavc: Use get_bitsz where needed | Andreas Cadhalpun | 2016-01-11 | 1 | -4/+3 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -7/+7 |
* | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | wmalosslessdec: fix mclms_coeffs* array size | Michael Niedermayer | 2014-08-05 | 1 | -2/+2 |
* | avcodec: more correct printf specifiers | Diego Biurrun | 2014-03-22 | 1 | -6/+10 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | wmall: use AVFrame API properly | Hendrik Leppkes | 2013-08-11 | 1 | -12/+25 |
* | avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+2 |
* | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -5/+6 |
* | av_log_missing_feature() ---> avpriv_report_missing_feature() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | Return proper error code after av_log_ask_for_sample() | Diego Biurrun | 2012-12-23 | 1 | -1/+1 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+1 |
* | Improve wording and spelling of av_log_missing_feature messages. | Diego Biurrun | 2012-10-23 | 1 | -2/+2 |
* | wmalossless: output in planar sample format | Justin Ruggles | 2012-10-14 | 1 | -8/+9 |
* | wmalosslessdec: Reset put bit buffer when num_saved_bits is reset. | Michael Niedermayer | 2012-09-29 | 1 | -0/+2 |
* | wmalosslessdec: Fix reading too many bits in decode_channel_residues() | Anton Khirnov | 2012-09-29 | 1 | -1/+1 |
* | wmalosslessdec: fix a get_bits(0) in decode_ac_filter | Michael Niedermayer | 2012-09-29 | 1 | -1/+2 |
* | wmalosslessdec: make MCLMS arrays big enough for what is written into them. | Michael Niedermayer | 2012-09-29 | 1 | -2/+2 |
* | wmalosslessdec: increase channel_coeffs/residues size | Anton Khirnov | 2012-09-29 | 1 | -2/+5 |
* | wmalosslessdec: increase WMALL_BLOCK_MAX_BITS to 14. | Anton Khirnov | 2012-09-29 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | Mark a number of variables only used in av_dlog() calls as av_unused. | Diego Biurrun | 2012-05-06 | 1 | -1/+2 |
* | WMAL: Shift output samples by the specified number of padding zeroes. | Jakub Stachowski | 2012-05-05 | 1 | -2/+2 |
* | WMAL: Restore removed code in mclms_predict() | Mashiat Sarker Shakkhar | 2012-05-05 | 1 | -0/+2 |
* | wmall: fix reconstructing audio with uncoded channels | Kostya Shishkov | 2012-05-02 | 1 | -3/+3 |
* | WMAL cosmetics: fix indentation | Mashiat Sarker Shakkhar | 2012-05-02 | 1 | -1/+1 |
* | WMAL: do not output last frame again if nothing was decoded in current packet | Jakub Stachowski | 2012-05-01 | 1 | -0/+2 |
* | WMAL: do not start decoding if frame does not end in current packet | Mashiat Sarker Shakkhar | 2012-05-01 | 1 | -2/+2 |
* | wmal: vertical alignment cosmetics | Mashiat Sarker Shakkhar | 2012-04-14 | 1 | -2/+2 |
* | wmal: Warn about missing bitstream splicing feature and ask for sample. | Mashiat Sarker Shakkhar | 2012-04-14 | 1 | -0/+2 |
* | wmal: Skip seekable_frame_in_packet. | Mashiat Sarker Shakkhar | 2012-04-14 | 1 | -3/+2 |
* | wmal: Drop unused variable num_possible_block_size. | Mashiat Sarker Shakkhar | 2012-04-14 | 1 | -2/+1 |
* | WMAL: Do not try to read rawpcm coefficients if bits is invalid | Michael Niedermayer | 2012-04-13 | 1 | -0/+5 |
* | WMAL: Remove inaccurate and unnecessary doxy | Mashiat Sarker Shakkhar | 2012-03-29 | 1 | -8/+0 |
* | wmall: fix seeking. | Ronald S. Bultje | 2012-03-28 | 1 | -0/+13 |
* | wmalossless: error out if a subframe is not used by any channel. | Ronald S. Bultje | 2012-03-22 | 1 | -3/+10 |
* | wmalossless: reset sample pointer for each subframe. | Ronald S. Bultje | 2012-03-22 | 1 | -12/+19 |
* | wmalossless: error out on invalid values for order. | Ronald S. Bultje | 2012-03-22 | 1 | -9/+25 |
* | wmall: output packet only if we have decoded some samples | Kostya Shishkov | 2012-03-22 | 1 | -2/+2 |
* | wmall: fix build with -DDEBUG enabled. | Ronald S. Bultje | 2012-03-07 | 1 | -9/+8 |
* | wma: Refactor common code to fix standalone compilation of WMA lossless decoder. | Diego Biurrun | 2012-03-07 | 1 | -0/+1 |
* | Windows Media Audio Lossless decoder | Mashiat Sarker Shakkhar | 2012-03-02 | 1 | -0/+1248 |