summaryrefslogtreecommitdiff
path: root/libavcodec/pcm-dvd.c
Commit message (Expand)AuthorAge
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/pcm-dvd: Mark decoder as init-threadsafeAndreas Rheinhardt2020-11-29
* avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decodersMichael Niedermayer2020-11-28
* avcodec/pcm-dvd: Avoid allocation of bufferAndreas Rheinhardt2020-09-17
* Remove some unneeded casts of bit_rate.Carl Eugen Hoyos2017-09-22
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-15
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | avcodec/pcm-dvd: Fix debug == FF_DEBUG_PICT_INFOMichael Niedermayer2015-06-11
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* | Merge commit 'b97f6ef956293fe06ae1e99bd295f42613081f37'Michael Niedermayer2014-09-26
|\|
| * pcm-dvd: Move a variable to a smaller scopeDiego Biurrun2014-09-26
| * pcm-dvd: Fix 20bit decodingnu7742014-05-09
* | avcodec/pcm-dvd: reset last header on errorsMichael Niedermayer2013-12-27
* | avcodec/pcm-dvd: print actual block size values in block size changed warningMichael Niedermayer2013-11-18
* | avcodec/pcm-dvd: fix incorrectly printed warning about changed block sizesMichael Niedermayer2013-11-18
* | avcodec/pcm-dvd: fix 20/24bit 1 channelMichael Niedermayer2013-11-18
* | avcodec/pcm-dvd: fix 20bit 2 channelsMichael Niedermayer2013-11-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-13
|\|
| * pcm-dvd: Minor leftoversChristian Schmidt2013-09-13
* | Merge commit 'd9cdb7d8d6d828bb5497ea3f0fd7edd2f3f6cc30'Michael Niedermayer2013-09-13
|\|
| * pcm-dvd: Support channel configuration changesChristian Schmidt2013-09-13
| * pcm-dvd: Fix build on big endianMartin Storsjö2013-08-31
* | pcm-dvd: use av_freep()Paul B Mahol2013-09-01
* | pcm-dvd: remove redundant log messagePaul B Mahol2013-09-01
* | avcodec/pcm-dvd: discard buffer if block size changedMichael Niedermayer2013-09-01
* | pcm-dvd: Fix build on big endianMartin Storsjö2013-09-01
* | Merge commit 'a42e3a6700547e4e49445bda81d3a89ec3e081a9'Michael Niedermayer2013-09-01
|/
* pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt2013-08-31