| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: add pcm_f16le and pcm_f24le decoder | Paul B Mahol | 2016-12-22 | 1 | -0/+34 |
* | avcodec: add 64-bit signed pcm codec | Paul B Mahol | 2016-08-18 | 1 | -1/+10 |
* | avcodec/pcm: Fix overflow in bitrate computation | Michael Niedermayer | 2015-12-05 | 1 | -1/+1 |
* | avcodec/pcm: Better min_size for ff_alloc_packet2() | Michael Niedermayer | 2015-08-03 | 1 | -1/+1 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\ |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
| * | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -11/+0 |
| * | PCM signed 16-bit big-endian planar decoder | Paul B Mahol | 2015-06-24 | 1 | -0/+4 |
| * | pcm: Drop av_unused attribute from variable that is always used | Diego Biurrun | 2014-08-19 | 1 | -1/+1 |
| * | pcm: Drop unused variable from DECODE_PLANAR macro | Diego Biurrun | 2014-08-19 | 1 | -1/+0 |
| * | Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). | Anton Khirnov | 2013-11-16 | 1 | -1/+1 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
| * | pcm: support 24-bit/32-bit little-endian planar | Paul B Mahol | 2013-09-27 | 1 | -14/+33 |
* | | Merge commit 'a42e3a6700547e4e49445bda81d3a89ec3e081a9' | Michael Niedermayer | 2013-09-01 | 1 | -44/+1 |
|\| |
|
| * | pcm_dvd: consolidate pieces from pcm.c and mpeg.c | Christian Schmidt | 2013-08-31 | 1 | -42/+1 |
* | | Merge commit 'c82da343e635663605bd81c59d872bee3182da73' | Michael Niedermayer | 2013-07-12 | 1 | -1/+1 |
|\| |
|
| * | pcm: always use codec->id instead of codec_id | Luca Barbato | 2013-07-12 | 1 | -1/+1 |
* | | pcmenc: don't allocate unused avctx->coded_frame | Paul B Mahol | 2013-06-07 | 1 | -11/+0 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | normalize calls to ff_alloc_packet2 | James Zern | 2013-03-06 | 1 | -1/+1 |
* | | Merge commit '182821cff43f5f977004d105b86c47ceb20d00d6' | Michael Niedermayer | 2013-02-13 | 1 | -14/+10 |
|\| |
|
| * | pcm: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -12/+8 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+1 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+1 |
| * | pcm: fix decoding of pcm_s16le_planar on big-endian | Justin Ruggles | 2012-11-20 | 1 | -2/+4 |
* | | pcmdec: check codec_id | Michael Niedermayer | 2012-12-01 | 1 | -0/+5 |
* | | add some planar PCM encoders | Paul B Mahol | 2012-11-20 | 1 | -6/+44 |
* | | pcmdec: use memcpy() when possible for planar decoders | Paul B Mahol | 2012-11-20 | 1 | -12/+24 |
* | | pcmenc: use ENCODE macro for pcm_s8 | Paul B Mahol | 2012-11-20 | 1 | -6/+2 |
* | | pcm: revert from libavs planar code to durandals. | Michael Niedermayer | 2012-11-20 | 1 | -10/+1 |
* | | Merge commit '7c278d2ae410a64bdd89f1777026b4b963c30a1a' | Michael Niedermayer | 2012-11-20 | 1 | -1/+10 |
|\| |
|
| * | pcmdec: use planar sample format for pcm_s16le_planar | Justin Ruggles | 2012-11-19 | 1 | -9/+10 |
* | | 8svx: move pcm_s8_planar decoder to pcm.c | Paul B Mahol | 2012-11-20 | 1 | -0/+10 |
* | | pcmenc: remove dead increment | Paul B Mahol | 2012-11-18 | 1 | -1/+0 |
* | | pcm: move i into for loop to avoid { } inside switch statement | Paul B Mahol | 2012-11-18 | 1 | -4/+3 |
* | | PCM signed 16-bit big-endian planar decoder | Paul B Mahol | 2012-11-17 | 1 | -0/+4 |
* | | PCM signed 24-bit/32-bit little-endian planar decoder | Paul B Mahol | 2012-11-17 | 1 | -11/+22 |
* | | pcm: give more descriptive name to codec | Paul B Mahol | 2012-11-15 | 1 | -1/+1 |
* | | pcmdec: consistently use codec_id, fixes out of array reads | Michael Niedermayer | 2012-11-13 | 1 | -3/+3 |
* | | pcmdec: check that channels is valid. | Michael Niedermayer | 2012-11-09 | 1 | -0/+5 |
* | | pcm: fix handling of more than 8 channels for planar | Michael Niedermayer | 2012-11-02 | 1 | -1/+1 |
* | | Merge commit '8ac0f6767bf63d3e6b308ee6648ff02598b81e03' | Michael Niedermayer | 2012-11-02 | 1 | -3/+1 |
|\| |
|
| * | lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decoders | Justin Ruggles | 2012-11-01 | 1 | -4/+2 |
* | | Merge commit '5ac673b5531d846b79a3d77e3e932e0cb1234c45' | Michael Niedermayer | 2012-10-23 | 1 | -37/+45 |
|\| |
|
| * | pcm: define AVCodec instances only for enabled codecs | Mans Rullgard | 2012-10-22 | 1 | -37/+45 |
* | | Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf' | Michael Niedermayer | 2012-10-13 | 1 | -5/+6 |
|\| |
|