index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
*
wavpack: set bits_per_raw_sample for S32 samples to properly identify 24-bit
Hendrik Leppkes
2012-07-23
1
-0
/
+1
*
h264: refactor NAL decode loop
Ronald S. Bultje
2012-07-23
1
-17
/
+25
*
dsputil: ppc: cosmetics: pretty-print
Justin Ruggles
2012-07-22
1
-62
/
+64
*
dsputil: x86: add SHUFFLE_MASK_W macro
Jason Garrett-Glaser
2012-07-22
1
-1
/
+1
*
Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxer
Kostya Shishkov
2012-07-22
1
-1
/
+1
*
G.723.1 demuxer and decoder
Mohamed Naufal Basheer
2012-07-22
4
-0
/
+2372
*
Add a shift parameter to celp_lp_synthesis_filter()
Mohamed Naufal Basheer
2012-07-22
3
-4
/
+5
*
libopenjpeg: K&R formatting cosmetics
Luca Barbato
2012-07-22
2
-85
/
+96
*
ac3: don't use different names for option tables in the template file.
Ronald S. Bultje
2012-07-21
3
-8
/
+2
*
adpcm: don't duplicate identical AVSampleFmt array for each encoder.
Ronald S. Bultje
2012-07-21
1
-2
/
+4
*
libopenjpeg: introduce lowres and lowqual private options
Luca Barbato
2012-07-20
1
-0
/
+28
*
alac: fix channel pointer assignment for 24 and 32-bit
Justin Ruggles
2012-07-19
1
-4
/
+4
*
alac: cosmetics: general pretty-printing and comment clean up
Justin Ruggles
2012-07-19
1
-31
/
+18
*
alac: calculate buffer size outside the loop in allocate_buffers()
Justin Ruggles
2012-07-19
1
-2
/
+2
*
alac: change some data types to plain int
Justin Ruggles
2012-07-19
1
-5
/
+5
*
alac: cosmetics: rename some variables and function names
Justin Ruggles
2012-07-19
1
-93
/
+77
*
alac: multi-channel decoding support
Andrew D'Addesio
2012-07-19
1
-18
/
+43
*
alac: split element parsing into a separate function
Justin Ruggles
2012-07-19
1
-40
/
+81
*
alac: support a read sample size of up to 32
Justin Ruggles
2012-07-19
1
-10
/
+11
*
alac: output in planar sample format
Justin Ruggles
2012-07-19
1
-27
/
+19
*
alac: add 32-bit decoding support
Justin Ruggles
2012-07-19
1
-1
/
+14
*
alac: simplify channel interleaving
Andrew D'Addesio
2012-07-19
1
-43
/
+14
*
alac: use AVPacket fields directly in alac_decode_frame()
Justin Ruggles
2012-07-19
1
-6
/
+5
*
alac: fix check for valid max_samples_per_frame
Justin Ruggles
2012-07-19
1
-3
/
+3
*
alac: use get_sbits() to read LPC coefficients instead of casting
Justin Ruggles
2012-07-19
1
-1
/
+1
*
alac: move the current samples per frame to the ALACContext
Justin Ruggles
2012-07-19
1
-23
/
+22
*
alac: avoid using a double-negative when checking if the frame is compressed
Justin Ruggles
2012-07-19
1
-4
/
+3
*
alac: factor out output_size check in predictor_decompress_fir_adapt()
Justin Ruggles
2012-07-19
1
-5
/
+3
*
alac: factor out loading of next decoded sample in LPC prediction
Justin Ruggles
2012-07-19
1
-3
/
+4
*
alac: use index into buffer_out instead of incrementing the pointer
Justin Ruggles
2012-07-19
1
-8
/
+6
*
alac: simplify lpc coefficient adaptation
Justin Ruggles
2012-07-19
1
-31
/
+10
*
alac: reduce the number of local variables needed in lpc prediction
Justin Ruggles
2012-07-19
1
-12
/
+12
*
alac: simplify 1st order prediction and reading of warm-up samples
Justin Ruggles
2012-07-19
1
-13
/
+5
*
alac: cosmetics: reindent after last commit
Justin Ruggles
2012-07-19
1
-45
/
+45
*
alac: remove unneeded conditionals in predictor_decompress_fir_adapt()
Justin Ruggles
2012-07-19
1
-3
/
+0
*
alac: use sizeof() instead of hardcoded data sizes
Justin Ruggles
2012-07-19
1
-2
/
+4
*
alac: make block_size signed
Justin Ruggles
2012-07-19
1
-1
/
+1
*
alac: remove a duplicate local variable
Justin Ruggles
2012-07-19
1
-1
/
+0
*
alac: conditionally set sign_modifier to 1
Justin Ruggles
2012-07-19
1
-4
/
+2
*
alac: eliminate 2 unneeded local variables in bastardized_rice_decompress()
Justin Ruggles
2012-07-19
1
-16
/
+7
*
alac: adjust conditions for updating entropy decoder history
Justin Ruggles
2012-07-19
1
-3
/
+3
*
alac: cosmetics: reindent after last commit
Justin Ruggles
2012-07-19
1
-8
/
+8
*
alac: limit the rice param before passing to decode_scalar()
Justin Ruggles
2012-07-19
1
-9
/
+7
*
alac: reduce the number of parameters to bastardized_rice_decompress()
Justin Ruggles
2012-07-19
1
-11
/
+5
*
alac: cosmetics: rename some ALACContext parameters
Justin Ruggles
2012-07-19
1
-64
/
+63
*
alac: clean up and update comments leftover from reverse-engineering
Justin Ruggles
2012-07-19
1
-31
/
+18
*
flacdec: reverse lpc coeff order, simplify filter
Mans Rullgard
2012-07-19
2
-15
/
+14
*
x86: dsputil: drop some unused CPU flag debug code
Diego Biurrun
2012-07-19
1
-15
/
+0
*
ppc: fix build with altivec disabled
Mans Rullgard
2012-07-18
1
-1
/
+3
*
vp3: move idct and loop filter pointers to new vp3dsp context
Mans Rullgard
2012-07-18
19
-169
/
+220
[next]