projects
/
platform
/
upstream
/
libav.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Remove deprecated and now unused Mersenne Twister PRNG.
2009-03-19
Alex Converse
MOV: Use the AOT enum for the mp4_audio_types mapping.
commit
|
commitdiff
|
tree
2009-03-18
Alex Converse
Fix typo in AOT_ER_AAC_ELD
commit
|
commitdiff
|
tree
2009-03-18
Alex Converse
Update the MPEG-4 AOT table.
commit
|
commitdiff
|
tree
2009-03-18
Alex Converse
Move MPEG-4 AOT enum to mpeg4audio.h.
commit
|
commitdiff
|
tree
2009-03-16
Alex Converse
Cosmetics: Re-indent after last commit
commit
|
commitdiff
|
tree
2009-03-16
Alex Converse
MOV: Support stz2 "Compact Sample Size Box"
commit
|
commitdiff
|
tree
2009-03-16
Alex Converse
AAC: IEEE-754 type punning for 16-bit floating point...
commit
|
commitdiff
|
tree
2009-03-11
Alex Converse
patcheck: Replace non-POSIX echo -e with printf.
commit
|
commitdiff
|
tree
2009-03-06
Alex Converse
Re-indent after last commit.
commit
|
commitdiff
|
tree
2009-03-06
Alex Converse
If we get an error from ff_aac_parse_header() we should...
commit
|
commitdiff
|
tree
2009-03-06
Alex Converse
ADTS: Increased protection against writing illegal...
commit
|
commitdiff
|
tree
2009-03-06
Alex Converse
Fix the channel allocation bug/assumption (issue 800).
commit
|
commitdiff
|
tree
2009-03-05
Alex Converse
AAC: hoist dependent gain lookup out of the loop
commit
|
commitdiff
|
tree
2009-03-04
Alex Converse
MOV: fix demuxing fragmented files
commit
|
commitdiff
|
tree
2009-03-03
Alex Converse
MOV: fix crash when 'meta' occurs before first 'trak'
commit
|
commitdiff
|
tree
2009-03-03
Alex Converse
H.264: Simplify decode_residual()
commit
|
commitdiff
|
tree
2009-03-01
Alex Converse
AAC: Make the CPE function more consistent with the...
commit
|
commitdiff
|
tree
2009-02-26
Alex Converse
Re-indent after last commit.
commit
|
commitdiff
|
tree
2009-02-26
Alex Converse
Refactor AAC unsigned band type decoding for a modest...
commit
|
commitdiff
|
tree
2009-02-26
Alex Converse
Use const to better allow the compiler to optimize...
commit
|
commitdiff
|
tree
2009-02-23
Alex Converse
Close the AAC parse context, discovered by Netgem.
commit
|
commitdiff
|
tree
2009-02-19
Alex Converse
Re-indent after last commit
commit
|
commitdiff
|
tree
2009-02-19
Alex Converse
AAC in ASF does not need parsing.
commit
|
commitdiff
|
tree
2009-02-19
Alex Converse
Add Divio MPEG-4 FOURCC (M4CC)
commit
|
commitdiff
|
tree
2009-02-19
Alex Converse
Reindent after last commit
commit
|
commitdiff
|
tree
2009-02-19
Alex Converse
Some buffer checks for indeo3
commit
|
commitdiff
|
tree
2009-02-13
Alex Converse
Re-indent after last commit.
commit
|
commitdiff
|
tree
2009-02-13
Alex Converse
Make set coup.gain[c][0] aand only coup.gain[c][0]...
commit
|
commitdiff
|
tree
2009-02-13
Alex Converse
Report the illegal audio object type, not it offset...
commit
|
commitdiff
|
tree
2009-02-13
Alex Converse
Correctly map ADTS profile_ObjectType to MPEG-4 AOT
Patch by
Alex Converse
( alex converse gmail com )
commit
|
commitdiff
|
tree
2009-02-12
Alex Converse
ADTS Muxer: Refuse to write illegal ADTS files by checking...
Patch by
Alex Converse
( alex converse gmail com )
commit
|
commitdiff
|
tree
2009-02-12
Alex Converse
Give an error message when returning due to an unallocated...
Patch by
Alex Converse
( alex converse gmail com )
commit
|
commitdiff
|
tree
2009-02-12
Alex Converse
Add support for sample rate index 12, 7350 Hz
Patch by
Alex Converse
( alex converse gmail com )
commit
|
commitdiff
|
tree
2009-02-12
Alex Converse
Remove bogus coupling_point assignment for non-CCE...
Patch by
Alex Converse
( alex converse gmail com )
commit
|
commitdiff
|
tree
2009-02-09
Alex Converse
Increase the number of packets required to identify...
commit
|
commitdiff
|
tree
2009-02-09
Alex Converse
VP3: Do not ignore error from read_huffman_tree().
commit
|
commitdiff
|
tree
2009-02-05
Alex Converse
Make the MP3 probe weakly claim all files with ID3v2...
commit
|
commitdiff
|
tree
2009-02-03
Alex Converse
Add av_cold attributes to *_init and *_end functions.
commit
|
commitdiff
|
tree
2009-02-03
Alex Converse
VP3: Prevent stack corruption from an unset custom...
commit
|
commitdiff
|
tree
2009-01-30
Alex Converse
Use the new RDFT code in the QDM2 decoder.
commit
|
commitdiff
|
tree
2009-01-30
Alex Converse
Add the rdft family of transforms (fft/ifft of an all...
commit
|
commitdiff
|
tree
2009-01-29
Alex Converse
Mark ff_fft_end av_cold.
commit
|
commitdiff
|
tree
2009-01-22
Alex Converse
Mark ff_fft_init with av_cold.
commit
|
commitdiff
|
tree
2009-01-22
Alex Converse
Clean up FFT related comments.
commit
|
commitdiff
|
tree
2009-01-20
Alex Converse
Fix a read past end of buffer crash in the mp3 probe
commit
|
commitdiff
|
tree
2009-01-19
Alex Converse
Fix probing of files with ID3v2 tags. Discussed at
commit
|
commitdiff
|
tree
2009-01-15
Alex Converse
Factorise id3v2 header parsing from mp3.c to be shared
Patch by
Alex Converse
( alex converse gmail com )
commit
|
commitdiff
|
tree
2009-01-07
Alex Converse
Factorise enum of AC3 error types to be usable by AAC...
Patch by
Alex Converse
( alex converse gmail com )
commit
|
commitdiff
|
tree
2008-12-21
Alex Converse
AAC: Fix AAC prediction when used in conjunction with...
Patch by
Alex Converse
(alex converse gmail com)
commit
|
commitdiff
|
tree
2008-12-21
Alex Converse
AAC: Don't write an illegal sampling_index in a PCE...
Patch by
Alex Converse
(alex converse gmail com)
commit
|
commitdiff
|
tree
2008-12-09
Alex Converse
AAC: Use a sign LUT rather than 1-2*get_bits1()
Patch by
Alex Converse
(alex converse gmail com)
commit
|
commitdiff
|
tree
2008-12-09
Alex Converse
AAC: Unroll code within decode_spectrum_and_dequant...
Patch by
Alex Converse
(alex converse gmail com)
commit
|
commitdiff
|
tree
2008-12-09
Alex Converse
AAC: Remove unnecessary fabsf()
Patch by
Alex Converse
(alex converse gmail com)
commit
|
commitdiff
|
tree
2008-11-24
Alex Converse
AAC: Frequency domain prediction and hence Main profile...
Patch by
Alex Converse
( alex converse gmail com )
commit
|
commitdiff
|
tree
2008-11-05
Alex Converse
Fix perceptual noise shaping scaling including an oversight...
Patch by
Alex Converse
(alex converse gmail com)
commit
|
commitdiff
|
tree
2008-10-06
Alex Converse
Rename variables to clarify the channel coupling element...
Patch by
Alex Converse
(alex converse gmail com)
commit
|
commitdiff
|
tree
2008-10-06
Alex Converse
Correct documentation of ch_select array.
Patch by
Alex Converse
(alex converse gmail com)
commit
|
commitdiff
|
tree
2008-10-06
Alex Converse
Corrections to channel coupling code to attain conformance...
Slightly reworked from a patch by
Alex Converse
(alex converse gmail com)
commit
|
commitdiff
|
tree
2008-09-18
Alex Converse
Cast the return value of get_bits() to signed integer...
Patch by
Alex Converse
(alex converse gmail com)
commit
|
commitdiff
|
tree
2008-09-16
Alex Converse
Validate pulse position and error out if an invalid...
Patch by
Alex Converse
(alex converse gmail com)
commit
|
commitdiff
|
tree
2008-09-13
Alex Converse
Apply pulses to unscaled coefficients rather than scaled.
Slight reworking of a patch by
Alex Converse
(alex converse gmail com)
commit
|
commitdiff
|
tree
2008-09-13
Alex Converse
Correct order of parsing for pulse scalefactor band...
Patch by
Alex Converse
(alex converse gmail com)
commit
|
commitdiff
|
tree
2008-09-12
Alex Converse
Only read some of TNS bitstream data in the case that...
Patch by
Alex Converse
(alex converse gmail com)
commit
|
commitdiff
|
tree