index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
mlp_parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mlp_parser: fix request_channel_layout behavior.
Tim Walker
2014-02-08
1
-5
/
+10
*
mlp: improve request_channel_layout behavior.
Tim Walker
2014-02-08
1
-2
/
+3
*
mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ...
Tim Walker
2014-01-05
1
-2
/
+5
*
Disable deprecation warnings for cases where a replacement is available
Diego Biurrun
2013-08-02
1
-0
/
+5
*
mlp: implement support for AVCodecContext.request_channel_layout.
Tim Walker
2013-01-22
1
-6
/
+23
*
mlp_parser: account for AVCodecContext.request_channels when setting the chan...
Tim Walker
2013-01-22
1
-3
/
+15
*
mlp: store the channel layout for each substream.
Tim Walker
2013-01-22
1
-10
/
+16
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-1
/
+1
*
mlp_parser: avoid mapping multiple disctinct TrueHD channels to the same Liba...
Tim Walker
2012-09-12
1
-2
/
+2
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
mlp_parser: fix the channel mask value used for the top surround channel
Tim Walker
2012-02-25
1
-1
/
+1
*
mlpdec_parser: fix a few channel layouts.
Tim Walker
2012-02-22
1
-4
/
+5
*
mlp parser: set duration instead of frame_size
Justin Ruggles
2012-02-20
1
-1
/
+1
*
Make channel layout masks unsigned
Mans Rullgard
2011-11-25
1
-1
/
+1
*
lavc: use designated initialisers for parsers.
Anton Khirnov
2011-11-02
1
-5
/
+5
*
mlpdec: return meaningful error codes instead of -1
Justin Ruggles
2011-10-13
1
-3
/
+3
*
lavc: add missing audioconvert includes
Anton Khirnov
2011-04-02
1
-0
/
+1
*
mlp_parse.c: set AVCodecContext channel_layout
John Stebbins
2011-03-30
1
-2
/
+57
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-2
/
+2
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
mlp_parser: Fix memleak.
Jai Menon
2010-02-23
1
-1
/
+1
*
Fix possible crashes in mlp parser, it tries to go back 7 bytes after
Reimar Döffinger
2010-01-27
1
-1
/
+3
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Split TrueHD decoder from MLP
Ramiro Polla
2009-03-19
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
mlp: support bit-depths greater than 16 by default.
Ramiro Polla
2008-12-07
1
-2
/
+2
*
mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.
Mathieu Velten
2008-12-06
1
-2
/
+2
*
mlp: initialize all CRC tables in a common function.
Laurent Aimar
2008-12-03
1
-1
/
+7
*
mlp: Split common code from parser and decoder to be used by encoder.
Ramiro Polla
2008-08-13
1
-30
/
+3
*
mlp_parser: Initialize crc data in its own function.
Ramiro Polla
2008-08-13
1
-4
/
+9
*
Add required stdint.h header #include.
Diego Biurrun
2008-07-05
1
-0
/
+2
*
spelling cosmetics
Diego Biurrun
2008-07-05
1
-4
/
+4
*
Clarify comment about parity nibble.
Ramiro Polla
2008-07-02
1
-1
/
+2
*
Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers.
Ramiro Polla
2008-07-01
1
-27
/
+28
*
Seek the file forwards instead of backwards when sync is lost.
Ramiro Polla
2008-06-27
1
-1
/
+1
*
Make it a little easier to spot that the code is not dealing only with
Ramiro Polla
2008-06-25
1
-2
/
+2
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
cosmetics: spelling fixes
Diego Biurrun
2007-12-03
1
-5
/
+5
*
MLP/TrueHD parser
Ian Caulfield
2007-11-28
1
-0
/
+307