index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
tta.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+2
*
Use proper return values in case of missing features
Diego Biurrun
2012-10-12
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-07-30
1
-1
/
+1
*
tta: Fix comment about channel number; TTA supports >2 channels.
Aneesh Dogra
2012-05-15
1
-1
/
+1
*
tta: prevents overflows for 32bit integers in header.
Ronald S. Bultje
2012-05-02
1
-3
/
+5
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-1
/
+1
*
ttadec: unbreak playback of matroska files
Paul B Mahol
2012-03-08
1
-2
/
+1
*
ttadec: cosmetics: reindent
Paul B Mahol
2012-02-19
1
-4
/
+4
*
ttadec: use branchless unsigned-to-signed unfolding
Justin Ruggles
2012-02-17
1
-2
/
+1
*
ttadec: remove dead code
Paul B Mahol
2012-02-17
1
-28
/
+17
*
ttadec: CRC checking
Paul B Mahol
2012-02-14
1
-0
/
+33
*
tta: error out if samplerate is zero.
Ronald S. Bultje
2012-02-11
1
-0
/
+3
*
ttadec: fix invalid free when an error occurs while decoding 24-bit tta
Justin Ruggles
2012-02-10
1
-6
/
+17
*
tta: use skip_bits_long()
Paul B Mahol
2012-02-09
1
-7
/
+5
*
tta: cast output data pointer to the correct type
Justin Ruggles
2012-01-17
1
-1
/
+1
*
tta: fix 24-bit decoding.
Justin Ruggles
2012-01-07
1
-1
/
+1
*
Drop ALT_ prefix from BITSTREAM_READER_LE name.
Diego Biurrun
2011-12-22
1
-1
/
+1
*
ttadec: check channel count as read from extradata.
Shitiz Garg
2011-12-10
1
-0
/
+5
*
Add avcodec_decode_audio4().
Justin Ruggles
2011-12-02
1
-11
/
+17
*
tta: use an integer instead of a pointer to iterate output samples
Justin Ruggles
2011-11-11
1
-1
/
+1
*
tta: check for allocation failure of decode_buffer
Justin Ruggles
2011-10-25
1
-1
/
+5
*
tta: use correct frame_length calculation.
Justin Ruggles
2011-10-25
1
-7
/
+6
*
tta: add support for decoding 24-bit sample format
Justin Ruggles
2011-10-25
1
-22
/
+34
*
cosmetics: indentation
Justin Ruggles
2011-10-25
1
-94
/
+94
*
tta: remove pointless braces
Justin Ruggles
2011-10-25
1
-4
/
+2
*
tta: check output buffer size after adjusting frame length for last frame
Justin Ruggles
2011-10-25
1
-4
/
+5
*
tta: fix reading of format in TTA header.
Justin Ruggles
2011-10-25
1
-18
/
+14
*
tta: remove useless commented-out lines
Justin Ruggles
2011-10-25
1
-13
/
+0
*
tta: check remaining bitstream size while reading unary value
Justin Ruggles
2011-10-25
1
-1
/
+1
*
Fixed size given to init_get_bits().
Laurent Aimar
2011-09-15
1
-1
/
+1
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-8
/
+7
*
tta: remove disabled code
Diego Biurrun
2011-07-18
1
-31
/
+0
*
doxygen: use Doxygen markup for authors and web links where appropriate
Diego Biurrun
2011-07-15
1
-2
/
+2
*
Use av_log_ask_for_sample() where appropriate.
Diego Biurrun
2011-04-21
1
-2
/
+3
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Remove a few if (p) av_free(p) forms
Clément Bœsch
2011-02-03
1
-2
/
+1
*
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
-5
/
+5
*
tta: remove stray semicolon
Måns Rullgård
2010-09-11
1
-1
/
+1
*
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
1
-1
/
+1
*
tta: replace potentially huge VLAs with malloc/free in context
Måns Rullgård
2010-06-24
1
-21
/
+30
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Cosmetics : add a space after ",".
Jai Menon
2010-03-29
1
-1
/
+1
*
TTA : Check if the output buffer size is within bounds.
Jai Menon
2010-03-28
1
-0
/
+4
*
Fixed overreads in TTA decoder with corrupted bistreams.
Laurent Aimar
2010-03-03
1
-2
/
+9
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
Add some missing codecs and update names to match the codec long_name
Justin Ruggles
2009-03-02
1
-1
/
+1
[next]