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
/
atrac3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'ca6c3f2c53be70aa3c38e8f1292809db89ea1ba6'
Michael Niedermayer
2013-03-16
1
-1
/
+4
|
\
|
*
atrac3: avoid oversized shifting in decode_bytes()
Xi Wang
2013-03-15
1
-1
/
+4
*
|
Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'
Michael Niedermayer
2013-03-14
1
-1
/
+1
|
\
\
|
|
/
|
*
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
Diego Biurrun
2013-03-13
1
-1
/
+1
*
|
lavc: factorize ff_{thread_,re,}get_buffer error messages.
Clément Bœsch
2013-03-13
1
-3
/
+1
*
|
Merge commit '759001c534287a96dc96d1e274665feb7059145d'
Michael Niedermayer
2013-03-12
1
-1
/
+1
|
\
\
|
|
/
|
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-1
/
+1
*
|
Merge commit '5cc0bd2cb47cbb1040f2bb0ded8d72a442c79b20'
Michael Niedermayer
2013-02-13
1
-9
/
+5
|
\
\
|
|
/
|
*
atrac3: decode directly to the user-provided AVFrame
Justin Ruggles
2013-02-12
1
-9
/
+5
|
*
atrac3: use correct loop variable in add_tonal_components()
Michael Karcher
2013-01-25
1
-1
/
+1
*
|
Support more atrac3-in-mkv samples.
Carl Eugen Hoyos
2013-02-10
1
-1
/
+1
*
|
atrac3: fix buffer size for get_bits.
Michael Niedermayer
2013-01-26
1
-1
/
+1
*
|
Fix atrac3 decoder broken in e55d53905f34f8e8747f6d321e9a695dc02ebb2f
Michael Karcher
2013-01-26
1
-1
/
+1
*
|
Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'
Michael Niedermayer
2012-12-05
1
-1
/
+2
|
\
\
|
|
/
|
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+2
*
|
atrac3: do not use init_static_data to init VLC data.
Reimar Döffinger
2012-11-28
1
-2
/
+6
*
|
ensure comment blocks that contain doxygen commands start with double asterix
Peter Ross
2012-11-21
1
-8
/
+8
*
|
atrac3dec: Check coding mode against channels.
Michael Niedermayer
2012-11-09
1
-0
/
+5
*
|
Merge commit 'c68317ebbe4915035df0b08c23eea7a0b80ab881'
Michael Niedermayer
2012-10-24
1
-0
/
+1
|
\
\
|
|
/
|
*
atrac3: return an error if extradata_size is not a specific known size
Justin Ruggles
2012-10-23
1
-0
/
+1
*
|
Merge commit '2b8dd371e4d276ca0d342e82b8b4cc281be0630a'
Michael Niedermayer
2012-10-23
1
-22
/
+15
|
\
\
|
|
/
|
*
atrac3: replace a calculation with FFALIGN()
Justin Ruggles
2012-10-22
1
-2
/
+1
|
*
atrac3: remove unused ATRAC3Context field, sample_rate
Justin Ruggles
2012-10-22
1
-4
/
+0
|
*
atrac3: use sizeof(variable) instead of sizeof(type)
Justin Ruggles
2012-10-22
1
-6
/
+7
|
*
atrac3: simplify MDCT window calculation
Justin Ruggles
2012-10-22
1
-10
/
+7
*
|
Merge commit '5d1007f74dd496d54b932242004382f44e3b22b4'
Michael Niedermayer
2012-10-23
1
-46
/
+41
|
\
\
|
|
/
|
*
atrac3: initialize static tables in AVCodec.init_static_data()
Justin Ruggles
2012-10-22
1
-26
/
+27
|
*
atrac3: separate window initialization from IMDCT initialization
Justin Ruggles
2012-10-22
1
-12
/
+9
|
*
atrac3: move the 'frame_factor' field from ATRAC3Context to where it is used
Justin Ruggles
2012-10-22
1
-7
/
+6
|
*
atrac3: remove unused ATRAC3Context field, bit_rate
Justin Ruggles
2012-10-22
1
-2
/
+0
*
|
Merge commit 'a2664c91fba15a1307f676ffad511f8f86fb3a27'
Michael Niedermayer
2012-10-23
1
-36
/
+28
|
\
\
|
|
/
|
*
atrac3: move the 'samples_per_frame' field from ATRAC3Context to where it is ...
Justin Ruggles
2012-10-22
1
-7
/
+6
|
*
atrac3: remove unused ATRAC3Context field, samples_per_channel
Justin Ruggles
2012-10-22
1
-3
/
+1
|
*
atrac3: use AVCodecContext.block_align instead of keeping a private copy
Justin Ruggles
2012-10-22
1
-17
/
+13
|
*
atrac3: move the 'delay' field from ATRAC3Context to where it is used
Justin Ruggles
2012-10-22
1
-6
/
+5
|
*
atrac3: move the 'version' field from ATRAC3Context to where it is used
Justin Ruggles
2012-10-22
1
-5
/
+5
*
|
Merge commit '5ac673b5531d846b79a3d77e3e932e0cb1234c45'
Michael Niedermayer
2012-10-23
1
-548
/
+526
|
\
\
|
|
/
|
*
atrac3: use AVCodecContext.channels instead of keeping a private copy
Justin Ruggles
2012-10-22
1
-21
/
+20
|
*
atrac3: simplify some loop indexing
Justin Ruggles
2012-10-22
1
-30
/
+30
|
*
atrac3: cosmetics: pretty-printing and renaming
Justin Ruggles
2012-10-22
1
-540
/
+519
*
|
Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'
Michael Niedermayer
2012-10-02
1
-37
/
+7
|
\
\
|
|
/
|
*
atrac3: use float planar sample format
Justin Ruggles
2012-10-01
1
-37
/
+7
*
|
atrac3: replace powf(2,...) by exp2f()
Michael Niedermayer
2012-09-10
1
-2
/
+3
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
|
atrac3: switch to av_assert
Michael Niedermayer
2012-07-22
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-08
1
-4
/
+4
|
\
\
|
|
/
|
*
Add a float DSP framework to libavutil
Justin Ruggles
2012-06-08
1
-4
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-07
1
-8
/
+8
|
\
\
|
|
/
|
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-8
/
+8
[next]