summaryrefslogtreecommitdiff
path: root/libavcodec/pcm-dvd.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* pcm: convert to new channel layout APIAnton Khirnov2022-03-151-12/+16
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/pcm-dvd: Mark decoder as init-threadsafeAndreas Rheinhardt2020-11-291-1/+2
* avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decodersMichael Niedermayer2020-11-281-1/+2
* avcodec/pcm-dvd: Avoid allocation of bufferAndreas Rheinhardt2020-09-171-14/+2
* Remove some unneeded casts of bit_rate.Carl Eugen Hoyos2017-09-221-1/+1
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-151-2/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/pcm-dvd: Fix debug == FF_DEBUG_PICT_INFOMichael Niedermayer2015-06-111-1/+1
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-2/+2
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-2/+2
* | Merge commit 'b97f6ef956293fe06ae1e99bd295f42613081f37'Michael Niedermayer2014-09-261-3/+3
|\ \ | |/
| * pcm-dvd: Move a variable to a smaller scopeDiego Biurrun2014-09-261-3/+3
| * pcm-dvd: Fix 20bit decodingnu7742014-05-091-4/+4
* | avcodec/pcm-dvd: reset last header on errorsMichael Niedermayer2013-12-271-0/+1
* | avcodec/pcm-dvd: print actual block size values in block size changed warningMichael Niedermayer2013-11-181-1/+1
* | avcodec/pcm-dvd: fix incorrectly printed warning about changed block sizesMichael Niedermayer2013-11-181-1/+1
* | avcodec/pcm-dvd: fix 20/24bit 1 channelMichael Niedermayer2013-11-181-0/+23
* | avcodec/pcm-dvd: fix 20bit 2 channelsMichael Niedermayer2013-11-181-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-131-1/+1
|\ \ | |/
| * pcm-dvd: Minor leftoversChristian Schmidt2013-09-131-3/+2
* | Merge commit 'd9cdb7d8d6d828bb5497ea3f0fd7edd2f3f6cc30'Michael Niedermayer2013-09-131-1/+3
|\ \ | |/
| * pcm-dvd: Support channel configuration changesChristian Schmidt2013-09-131-1/+3
| * pcm-dvd: Fix build on big endianMartin Storsjö2013-08-311-1/+1
* | pcm-dvd: use av_freep()Paul B Mahol2013-09-011-2/+1
* | pcm-dvd: remove redundant log messagePaul B Mahol2013-09-011-3/+1
* | avcodec/pcm-dvd: discard buffer if block size changedMichael Niedermayer2013-09-011-0/+6
* | pcm-dvd: Fix build on big endianMartin Storsjö2013-09-011-1/+1
* | Merge commit 'a42e3a6700547e4e49445bda81d3a89ec3e081a9'Michael Niedermayer2013-09-011-5/+7
|/
* pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt2013-08-311-0/+287