summaryrefslogtreecommitdiffstats
path: root/libavcodec/dca_syncwords.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/dca_xll: add detection of DTS:X and DTS:X IMAXMarth642023-03-021-0/+3
| | | | Signed-off-by: Marth64 <[email protected]>
* avcodec/dca: add REV1AUX sync wordfoo862016-01-311-0/+1
|
* all: fix enum definition for large valuesGanesh Ajjanagadde2015-10-301-14/+12
| | | | | | | | | | | | | | | ISO C restricts enumerator values to the range of int. Thus (for instance) 0x80000000 unfortunately does not work, and throws a warning with -Wpedantic on clang 3.7. This fixes it by using alternative expressions that result in identical values but do not have this issue. Tested with FATE. Reviewed-by: Ronald S. Bultje <[email protected]> Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: Ganesh Ajjanagadde <[email protected]>
* Merge commit '4da5aacc7eba274a4f18411120de539d39c5151e'Michael Niedermayer2015-03-151-12/+12
|\ | | | | | | | | | | | | * commit '4da5aacc7eba274a4f18411120de539d39c5151e': dca: Mark syncword constants unsigned; they do not fit in 32-bit signed int Merged-by: Michael Niedermayer <[email protected]>
| * dca: Mark syncword constants unsigned; they do not fit in 32-bit signed intDiego Biurrun2015-03-131-12/+12
| |
* | Merge commit '25f613f8be3b51e4396b93cda131e4631ba54302'Michael Niedermayer2015-03-041-4/+4
|/ | | | | | | | | | | * commit '25f613f8be3b51e4396b93cda131e4631ba54302': dca: Move syncword definitions to a separate header Conflicts: libavcodec/dca_parser.c libavformat/dtsdec.c Merged-by: Michael Niedermayer <[email protected]>
* dca: Move syncword definitions to a separate headerDiego Biurrun2015-03-041-0/+37