|
|
|
@56e6f830
|
15 years |
lucabe72 |
Emit the SDP lines in the correct order
Originally committed as …
|
|
|
@215dab5f
|
15 years |
jmenon86 |
alacenc : use private compression_level value consistently.
…
|
|
|
@f076fe44
|
15 years |
astrange |
Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c(). …
|
|
|
@2d4bbdec
|
15 years |
astrange |
Huffyuv: Add missing const to src pointers in dsputil functions.
…
|
|
|
@8471a187
|
15 years |
astrange |
Huffyuv: Remove unnecessary allocation in alloc_temp().
RGB only …
|
|
|
@6ec8eadd
|
15 years |
astrange |
Huffyuv: Fix a valgrind warning in get_vlc2().
The padding in …
|
|
|
@a0992374
|
15 years |
jmenon86 |
alacenc : Move some code around for clarity.
Originally committed as …
|
|
|
@52ae1e86
|
15 years |
ramiro.polla |
mlp: Indent.
Originally committed as revision 20255 to …
|
|
|
@7fd88069
|
15 years |
ramiro.polla |
mlp: Only initialize VLC tables once. This caused a crash when …
|
|
|
@33815fa1
|
15 years |
ramiro.polla |
mlp: Use smaller CRC tables if CONFIG_SMALL.
Patch by Reimar.
…
|
|
|
@45fc24a0
|
15 years |
Carl Eugen Hoyos |
Do not try to free memory that was never allocated (partial revert of …
|
|
|
@0b7f39c9
|
15 years |
Carl Eugen Hoyos |
Release unreleased buffers found by make test.
Originally committed …
|
|
|
@bc2d2a07
|
15 years |
Carl Eugen Hoyos |
Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.
…
|
|
|
@b388d5e4
|
15 years |
michaelni |
Very evil missuse of svn to test if AVOption and AVOption2 are …
|
|
|
@f1cb9858
|
15 years |
michaelni |
Add an experimental AVOption2 that uses an union instead of double for …
|
|
|
@68677dd8
|
15 years |
justin.ruggles |
Log a clearer warning message when muxing FLV with Speex containing …
|
|
|
@c76911bd
|
15 years |
Reimar.Doeffinger |
Split parts of dvdata.h into dvdata.c, this ensures that things like …
|
|
|
@046c4001
|
15 years |
justin.ruggles |
Add Speex support to the FLV muxer.
Originally committed as revision …
|
|
|
@75df2edb
|
15 years |
Reimar.Doeffinger |
Add support for hardcoded ff_sin_* tables.
Originally committed as …
|
|
|
@4ee726b6
|
15 years |
Reimar.Doeffinger |
Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions …
|
|
|
@91405541
|
15 years |
Reimar.Doeffinger |
Remove silly casts to the same type as we already have.
Originally …
|
|
|
@77edf866
|
15 years |
Reimar.Doeffinger |
Add missing release_buffer at decode end for asv1 decoder.
Originally …
|
|
|
@a57afd2
|
15 years |
Reimar.Doeffinger |
Partially revert r20233, exp2f is not available on some BSDs, DOS and …
|
|
|
@e8b78541
|
15 years |
Carl Eugen Hoyos |
Raise MAX_THREADS to 16.
Patch by Frank Barchard, fbarchard google …
|
|
|
@2e3ca1ff
|
15 years |
jmenon86 |
Skip padding bytes correctly in ID3 tags.
This fixes a regression …
|
|
|
@aafd6595
|
15 years |
Reimar.Doeffinger |
Do not initialize ff_cos_* tables again in rdft_init, they are already …
|
|
|
@0fa0fa29
|
15 years |
justin.ruggles |
10l: update Makefile after rename
Originally committed as revision …
|
|
|
@5855e4e0
|
15 years |
justin.ruggles |
Rename aiff.c to aiffdec.c
Originally committed as revision 20235 to …
|
|
|
@47b47bbd
|
15 years |
justin.ruggles |
Split up the AIFF muxer and demuxer into separate files.
Originally …
|
|
|
@686884d
|
15 years |
Reimar.Doeffinger |
Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio …
|
|
|
@16aec747
|
15 years |
Reimar.Doeffinger |
Use hardcoded instead of runtime-calculated ff_cos_* tables if …
|
|
|
@6d924b5a
|
15 years |
kostya.shishkov |
Release frame after decoding is done
Originally committed as revision …
|
|
|
@ea09f691
|
15 years |
Reimar.Doeffinger |
Print a warning message when avcodec_default_free_buffers finds …
|
|
|
@4a49ab77
|
15 years |
Reimar.Doeffinger |
Remove unnecessary calls to avcodec_check_dimensions, the check is …
|
|
|
@0fbb0185
|
15 years |
Reimar.Doeffinger |
Call release_buffer on close for v210dec and v210x
Originally …
|
|
|
@4b5fee02
|
15 years |
Reimar.Doeffinger |
Add missing release_buffer on close
Originally committed as revision …
|
|
|
@d8b35b85
|
15 years |
Reimar.Doeffinger |
Add decoder for "forward uncompressed".
Fixes issue 1467.
Originally …
|
|
|
@7537726
|
15 years |
Reimar.Doeffinger |
Implement execute2 for w32thread
Originally committed as revision …
|
|
|
@1e6ff470
|
15 years |
Reimar.Doeffinger |
Fix w32thread implementation to handle job count > thread_count.
…
|
|
|
@5bd1fc6f
|
15 years |
Reimar.Doeffinger |
fft_dispatch array should be const
Originally committed as revision …
|
|
|
@c522b4e
|
15 years |
Reimar.Doeffinger |
Simplify: use FFSWAP
Originally committed as revision 20222 to …
|
|
|
@1e699993
|
15 years |
Reimar.Doeffinger |
MXF: simply ignore tracks that are invalid due to not having a valid …
|
|
|
@87462968
|
15 years |
justin.ruggles |
Add Speex support to the Ogg muxer.
Originally committed as revision …
|
|
|
@24c6f152
|
15 years |
justin.ruggles |
Do not read data past the end of the SSND chunk in the AIFF demuxer. …
|
|
|
@dd9d5a1
|
15 years |
Carl Eugen Hoyos |
Support Midvid JPEG Video Codec (still flipped).
Originally committed …
|
|
|
@54089ecd
|
15 years |
Carl Eugen Hoyos |
Support Intel JPEG Library Video Codec (still flipped).
Originally …
|
|
|
@15299b38
|
15 years |
justin.ruggles |
Calculate correct packet durations when demuxing Ogg/Speex. This …
|
|
|
@933e8667
|
15 years |
saschasommer |
extend description of avcodec_decode_audio3:
- clarify when 0 is …
|
|
|
@90aa6ace
|
15 years |
Reimar.Doeffinger |
Merge declaration and initialization
Originally committed as revision …
|
|
|
@098d8e09
|
15 years |
Reimar.Doeffinger |
Simplify: use FFMIN
Originally committed as revision 20213 to …
|
|
|
@b5ca9cd3
|
15 years |
Reimar.Doeffinger |
Reindent after removing the outer for loops in the execute2 patch
…
|
|
|
@2a1294b9
|
15 years |
Reimar.Doeffinger |
Move dnxhdenc to execute2 multithreading API.
This allows for some …
|
|
|
@8d23a86f
|
15 years |
Reimar.Doeffinger |
Add an execute2 function that is more flexible and allows to use …
|
|
|
@febd1c90
|
15 years |
Carl Eugen Hoyos |
Detect Windows Media DRM protected files and display warning if no key …
|
|
|
@0115b3ea
|
15 years |
mans |
ARM: align stack in NEON h264 mc functions
A certain rotten fruit …
|
|
|
@e276d9e8
|
15 years |
mans |
ARM: force PIC for shared libs only with ARMv6T2 and later
Originally …
|
|
|
@b8c0db99
|
15 years |
Carl Eugen Hoyos |
Allow autodetection of E-AC3.
Originally committed as revision 20206 …
|
|
|
@a9b02043
|
15 years |
Reimar.Doeffinger |
Do the dnxhd_720p_rd test with -threads 4 in order to also test the …
|
|
|
@3e6015cc
|
15 years |
mans |
ARM: simplify movrel definition as CONFIG_PIC is now set for shared …
|
|
|
@1fce58c2
|
15 years |
mans |
ARM: enable PIC for shared libs
Recent versions of gcc generate …
|
|
|
@9881d05
|
15 years |
Reimar.Doeffinger |
100l in avpicture_layout: width of chroma planes depends on format …
|
|
|
@53b04467
|
15 years |
kostya.shishkov |
Warn when WVC1 cannot be decoded
Originally committed as revision …
|
|
|
@0096d766
|
15 years |
Carl Eugen Hoyos |
Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.
Originally …
|
|
|
@3bb98498
|
15 years |
Reimar.Doeffinger |
Hack: set the coded frame PTS to the incoming PTS.
This is not …
|
|
|
@04670366
|
15 years |
stefano.sabatini-lala |
Document the additon of the w and h fields to AVFilterPic.
Originally …
|
|
|
@268fcbe2
|
15 years |
Reimar.Doeffinger |
Fix 100l incorrect bitmask check.
Originally committed as revision …
|
|
|
@9e553f7a
|
15 years |
kostya.shishkov |
Print error message when true interlaced VC-1 frames are encountered …
|
|
|
@54eb4ae0
|
15 years |
daniel |
Do not allow 0 sample rate in TMV demuxer
Originally committed as …
|
|
|
@f19ae9ea
|
15 years |
daniel |
Stricter TMV probe
Originally committed as revision 20194 to …
|
|
|
@0359289
|
15 years |
robert.swain |
AAC: Fix regression introduced in r20067 where ADTS files would always …
|
|
|
@144fec83
|
15 years |
lessen42 |
dca and aac decoders use float_to_int16_interleave, so check for
the C …
|
|
|
@12bf71b6
|
15 years |
mans |
ARM: whitespace cosmetics
Originally committed as revision 20191 to …
|
|
|
@bef966e
|
15 years |
mans |
ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00
Originally committed as …
|
|
|
@46c40e48
|
15 years |
stefano.sabatini-lala |
Add w and h fields to AVFilterPic.
See the thread:
"[FFmpeg-devel] …
|
|
|
@9797ce58
|
15 years |
justin.ruggles |
Add ALAC encoding and decoding regression tests.
Originally committed …
|
|
|
@96da1c51
|
15 years |
stefano.sabatini-lala |
Implement trace messages logging in the filterchain processing.
It is …
|
|
|
@2ad4c241
|
15 years |
mans |
ARM: make function names all-lowercase
Originally committed as …
|
|
|
@cf57bea6
|
15 years |
mans |
ARM: enable ARMv4 add_pixels_clamped
Somehow this function was never …
|
|
|
@153f4957
|
15 years |
mans |
ARM: ARMv6 optimised add_pixels_clamped()
Originally committed as …
|
|
|
@c8315e91
|
15 years |
mans |
ARM: whitespace cosmetics
Originally committed as revision 20183 to …
|
|
|
@70d8c762
|
15 years |
daniel |
Reindent
Originally committed as revision 20182 to …
|
|
|
@811e0fc2
|
15 years |
daniel |
Add RF64 support to wav demuxer.
Originally committed as revision …
|
|
|
@7ae8fb8f
|
15 years |
daniel |
Add my GPG key fingerprint
Originally committed as revision 20180 to …
|
|
|
@73c6f598
|
15 years |
Carl Eugen Hoyos |
Move HuffYUV left prediction to dsputil.
Patch by Nathan Caldwell, …
|
|
|
@95ce961d
|
15 years |
kostya.shishkov |
Since some junk may be or may be not present before actual VC-1 …
|
|
|
@01418506
|
15 years |
Reimar.Doeffinger |
Remove casts that are useless since the argument is void *.
…
|
|
|
@1c38da8
|
15 years |
jmenon86 |
Allow building api-example from outside of libavcodec and also
make it …
|
|
|
@7fd5aeb3
|
15 years |
Carl Eugen Hoyos |
Only read ID3v1 tag if ID3v2 isn't present or is empty.
This prevents …
|
|
|
@9a9964c5
|
15 years |
justin.ruggles |
cosmetics: reindent and line wrap after last commit
Originally …
|
|
|
@d6eee9f3
|
15 years |
justin.ruggles |
alacenc: add a fixed LPC coefficient mode as compression level 1. old …
|
|
|
@1fe4abf3
|
15 years |
michaelni |
Revert:
r18826 | stefano | 2009-05-14 20:50:58 +0200 (Thu, 14 May …
|
|
|
@41770abf
|
15 years |
ramiro.polla |
id3v2: Export all text information frames with correct names.
Patch by …
|
|
|
@078d89a2
|
15 years |
ramiro.polla |
MP3 muxer: Write all metadata.
Patch by Anton Khirnov <wyskas at gmail …
|
|
|
@79c07907
|
15 years |
diego |
Fix pcm_read_seek () when the position it calculates is greater than 2 …
|
|
|
@63380b5e
|
15 years |
Carl Eugen Hoyos |
Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as …
|
|
|
@55c0e1e6
|
15 years |
mans |
ARM: add ff_ prefix to lots of functions
Originally committed as …
|
|
|
@9abcc9a6
|
15 years |
mans |
ARM: cosmetics
Originally committed as revision 20166 to …
|
|
|
@f67e0b82
|
15 years |
mans |
ARM: replace some #if with if()
Originally committed as revision …
|
|
|
@701c618f
|
15 years |
mans |
ARM: clean up file/function naming conventions
Originally committed …
|
|
|
@84d430f8
|
15 years |
mans |
ARM: clean up dsputil initialisation
- Move v5 and v6 initialisation …
|
|
|