|
|
|
@66ac25e2
|
14 years |
janne-ffmpeg |
configure: enable fast_cmov for 'atom'
Originally committed as …
|
|
|
@c0ec9918
|
14 years |
mans |
Remove global mm_flags variable
Originally committed as revision …
|
|
|
@3611c45a
|
14 years |
rsbultje |
Mark xmm registers as clobbered in simple loopfilter. Should fix the …
|
|
|
@a7638957
|
14 years |
mans |
configure: fix typo in test deps
Originally committed as revision …
|
|
|
@4c399dc8
|
14 years |
alex.converse |
Fix undefined expressions that use multiple calls to get_bits().
…
|
|
|
@37b9706
|
14 years |
stefano.sabatini-lala |
Factorize opt_new_{audio,video,subtitle} definitions.
Originally …
|
|
|
@dfd57757
|
14 years |
stefano.sabatini-lala |
Cosmetics: rename out_video_filter to output_video_filter, for …
|
|
|
@4ddf0d29
|
14 years |
stefano.sabatini-lala |
Make configure_filters() return a meaningful error code rather than …
|
|
|
@b3c1652
|
14 years |
mans |
msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header()
…
|
|
|
@e2f402f1
|
14 years |
tobias.bindhammer |
added interlacing option and compression option for colorram (lut)
…
|
|
|
@eedca998
|
14 years |
stefano.sabatini-lala |
Implement ff_get_ref_perms_string() and use it for tracing.
…
|
|
|
@668338c5
|
14 years |
mans |
avformat: free decryption key in av_close_input_stream()
Originally …
|
|
|
@bb07ab7c
|
14 years |
tobias.bindhammer |
fixed some return values and deprecated CODEC_TYPE_VIDEO.
dithering …
|
|
|
@ac9c19da
|
14 years |
mans |
asfcrypt: fix unaligned accesses with armcc
Compilers may assume a …
|
|
|
@7f1af825
|
14 years |
stefano.sabatini-lala |
Add fifo filter.
Originally committed as revision 24896 to …
|
|
|
@5a9dd3de
|
14 years |
stefano.sabatini-lala |
Make avfilter_start_frame() invoke avfilter_get_video_buffer() on the …
|
|
|
@3f1710e7
|
14 years |
ramiro.polla |
indent
Originally committed as revision 24894 to …
|
|
|
@66842fe8
|
14 years |
mans |
swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion
…
|
|
|
@83761d5b
|
14 years |
mans |
swscale: remove unused macro parameter in BGR2UV template
Originally …
|
|
|
@91880e46
|
14 years |
diego |
Add _XOPEN_SOURCE definition for usleep().
patch by Dave Yeo, daveryeo …
|
|
|
@62147469
|
14 years |
alex.converse |
acenc: LAME-inspired window decision
This performs quite a bit better …
|
|
|
@c36b2c01
|
14 years |
alex.converse |
Revert unintended changes to fft.h from r24890.
Originally committed …
|
|
|
@af00ddde
|
14 years |
alex.converse |
aacenc: Rename Psy3gpp* structs to AacPsy*
This allows cleaner …
|
|
|
@078ae66b
|
14 years |
mans |
fate: set LC_ALL=C to avoid locale interference
Originally committed …
|
|
|
@1ee39ebd
|
14 years |
vitor1001 |
BinkAudio FATE tests
Originally committed as revision 24888 to …
|
|
|
@cb4f1246
|
14 years |
alex.converse |
imdct/x86: Use "s->mdct_size" instead of "1 << s->mdct_bits".
It …
|
|
|
@e955bf3b
|
14 years |
mans |
asfcrypt: fix unaligned read in ff_asfcrypt_dec()
Originally …
|
|
|
@573af754
|
14 years |
benoit.fouet |
Add missing parentheses to AV_NE macro.
Originally committed as …
|
|
|
@c4ab519e
|
14 years |
vitor1001 |
Make "-fs ss" mean "make output file of size equals or less than ss" …
|
|
|
@7f50caa7
|
14 years |
tobias.bindhammer |
Adding of a64-codec: there were changes to be documented in changelog
…
|
|
|
@e4d2ab52
|
14 years |
tobias.bindhammer |
removed an unnecessary blank line
Originally committed as revision …
|
|
|
@1c109780
|
14 years |
vitor1001 |
fix fate breakage, 10l to me (too much copy and pasting)
Originally …
|
|
|
@680aefa
|
14 years |
vitor1001 |
MP3 float decoder FATE tests
Originally committed as revision 24880 …
|
|
|
@952139a3
|
14 years |
lucabe72 |
Do not use the server SSRC as client SSRC in the RTP demuxer
…
|
|
|
@b7cf4e4f
|
14 years |
tobias.bindhammer |
enabling codec and muxer by registering it in allcodec.c and …
|
|
|
@40c5ee99
|
14 years |
tobias.bindhammer |
added codec-ids for the a64 codec
Originally committed as revision …
|
|
|
@8fb9e198
|
14 years |
tobias.bindhammer |
documentation added for the a64 codec
Originally committed as …
|
|
|
@901694f1
|
14 years |
tobias.bindhammer |
Corresponding muxer for the a64 codec
Originally committed as …
|
|
|
@07862680
|
14 years |
vitor1001 |
Add FATE test for WMV8 DRM
Originally committed as revision 24874 to …
|
|
|
@7bf7833f
|
14 years |
tobias.bindhammer |
Initial version of the a64 (multicolor charset) codec
Originally …
|
|
|
@620918e4
|
14 years |
Reimar.Doeffinger |
Add truemotion1 tests.
Originally committed as revision 24872 to …
|
|
|
@684d608b
|
14 years |
rsbultje |
Fix segfaults in VP8 SIMD code on Win64 (and FATE/win64 failures).
…
|
|
|
@b56a9c8e
|
14 years |
mans |
fate: remove unused variable in fate.sh
Originally committed as …
|
|
|
@78b5c97d
|
14 years |
alex.converse |
Convert ff_imdct_half_sse() to yasm.
This is to avoid split asm …
|
|
|
@715e9be2
|
14 years |
mans |
fate: remove pointless fate/fate2 separation
Originally committed as …
|
|
|
@c60a2d70
|
14 years |
mans |
mmsh depends on http
Originally committed as revision 24867 to …
|
|
|
@8226e977
|
14 years |
mans |
fate: allow specifying relative path to config file in fate.sh
…
|
|
|
@3d6bd1c
|
14 years |
vitor1001 |
Add FATE test for ANSI/ASCII animation and TTY demuxer
Originally …
|
|
|
@2a86d4b9
|
14 years |
Reimar.Doeffinger |
The 24-bit ydt also should not depend on endianness,
since all of it …
|
|
|
@47af6239
|
14 years |
Reimar.Doeffinger |
Since the 24 bit format is decoded to endian-dependant
BGR32 and not …
|
|
|
@751c5093
|
14 years |
Reimar.Doeffinger |
Do not swap red and blue when decoding truemotion
on big-endian.
…
|
|
|
@f5ea69b2
|
14 years |
rsbultje |
MMSH support, the most popular and widely used of all MMS variants. …
|
|
|
@c901f6ab
|
14 years |
stefano.sabatini-lala |
Cosmetics: remove useless ().
Originally committed as revision 24860 …
|
|
|
@be7110cd
|
14 years |
stefano.sabatini-lala |
Cosmetics: if( -> if (.
Originally committed as revision 24859 to …
|
|
|
@a29b170
|
14 years |
Reimar.Doeffinger |
Export the presentation video dimensions as …
|
|
|
@bf23eaf6
|
14 years |
Reimar.Doeffinger |
Add myself as maintainer for the PGS subtitle decoder.
Originally …
|
|
|
@99046339
|
14 years |
stefano.sabatini-lala |
Add null audio filter.
Patch by S.N. Hemanth Meenakshisundaram -af …
|
|
|
@f59e9eaf
|
14 years |
stefano.sabatini-lala |
Add AUDIO FILTERS section.
Originally committed as revision 24855 to …
|
|
|
@375fb9f1
|
14 years |
mans |
dv: fix alignment of scratch buffer
Originally committed as revision …
|
|
|
@8bdf118
|
14 years |
fenrir |
Fixed mpeg12 top field first flag value with field picture encoding.
…
|
|
|
@26553088
|
14 years |
stefano.sabatini-lala |
Add APIchanges for av_fill_image_max_pixstep() rename of r24851.
…
|
|
|
@e3443361
|
14 years |
stefano.sabatini-lala |
Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().
…
|
|
|
@d1a991f2
|
14 years |
stefano.sabatini-lala |
Add missing period in av_fill_image_max_pixstep() doxy.
Originally …
|
|
|
@014df3a2
|
14 years |
stefano.sabatini-lala |
Make ff_dprintf_ref() print audio related information if available.
…
|
|
|
@e29b451
|
14 years |
stefano.sabatini-lala |
Cosmetics: merge two lines in ff_dprintf_ref().
Originally committed …
|
|
|
@0055b2d1
|
14 years |
stefano.sabatini-lala |
Make ff_dprintf_ref() print the information related to the referenced …
|
|
|
@b5fbb31
|
14 years |
stefano.sabatini-lala |
Rename ff_dprintf_picref() to ff_dprintf_ref().
The function is going …
|
|
|
@801ab980
|
14 years |
stefano.sabatini-lala |
Extend ff_dprintf_picref() to make it print video interlaced and …
|
|
|
@382ecd35
|
14 years |
stefano.sabatini-lala |
Make ff_dprintf_picref() print video properties only if available.
…
|
|
|
@28c52b1e
|
14 years |
stefano.sabatini-lala |
Only print the pointer to the first plane in ff_dprintf_picref().
To …
|
|
|
@3fa3e4f
|
14 years |
stefano.sabatini-lala |
Cosmetics: add an empty newline between the function description and …
|
|
|
@53bc0dc2
|
14 years |
ramiro.polla |
fix anonymous memory mapping for NetBSD
mmap() with MAP_ANONYMOUS …
|
|
|
@364cacc7
|
14 years |
Aurélien Jacobs |
add FF_API_URL_RESETBUF define to disable the deprecated …
|
|
|
@838b27b4
|
14 years |
Aurélien Jacobs |
add FF_API_REGISTER_PROTOCOL define to disable the deprecated …
|
|
|
@b2125520
|
14 years |
mans |
applehttp: define _XOPEN_SOURCE=600 as required for usleep()
…
|
|
|
@dd5f3238
|
14 years |
mans |
imc: fix undefined float to int conversion
Conversion of an out of …
|
|
|
@b42c483
|
14 years |
mans |
fate-run: use 'run' function in 'ffmpeg' function
Originally …
|
|
|
@91de2c0a
|
14 years |
mans |
fate: add -v 0 to ffmpeg flags
Originally committed as revision 24836 …
|
|
|
@404eba44
|
14 years |
Aurélien Jacobs |
add FF_API_URL_CLASS define to enable usage of URLContext as a AVClass …
|
|
|
@cd223e0b
|
14 years |
martin |
Add Apple HTTP Live Streaming demuxer
Originally committed as …
|
|
|
@e55ebcc3
|
14 years |
martin |
Move the definition of the maximum url size for static buffers to …
|
|
|
@f9c399c4
|
14 years |
martin |
Make parse_key_value from httpauth a common lavf internal function
…
|
|
|
@8d884020
|
14 years |
ramiro.polla |
swscale-test: add CRC output
Originally committed as revision 31982 …
|
|
|
@dc46661a
|
14 years |
stefano.sabatini-lala |
Enable and change the log level to DEBUG for the message printed in …
|
|
|
@ca857431
|
14 years |
stefano.sabatini-lala |
Cosmetics: apply misc spacing style fixes.
Originally committed as …
|
|
|
@7fe82bd7
|
14 years |
stefano.sabatini-lala |
Fix braino: @flip -> @file.
Originally committed as revision 24829 to …
|
|
|
@33d2e7b
|
14 years |
stefano.sabatini-lala |
Add APIchanges entry after the addition of av_fill_image_max_pixstep() …
|
|
|
@a6ddf8b
|
14 years |
stefano.sabatini-lala |
Implement inline function av_fill_image_max_pixstep() and use it for …
|
|
|
@25ae798c
|
14 years |
Aurélien Jacobs |
add a comment to clarify that FF_API_* defines are not part of public …
|
|
|
@54036be1
|
14 years |
Aurélien Jacobs |
rename LAVF_API_* defines to FF_API_* to clarify that it is not public …
|
|
|
@a42c29fe
|
14 years |
ramiro.polla |
validate input data and linesizes
Originally committed as revision …
|
|
|
@18bbe9df
|
14 years |
Carl Eugen Hoyos |
Support unsynchronisation for id3v2 tags.
Patch by Alexander …
|
|
|
@8b839ec7
|
14 years |
stefano.sabatini-lala |
Remove "CODEC_CAP_EXPERIMENTAL added" entry from the Changelog.
…
|
|
|
@1bf75aec
|
14 years |
stefano.sabatini-lala |
Fix configure .pc files generation and make install when …
|
|
|
@df4f1d51
|
14 years |
Carl Eugen Hoyos |
Add AVC EOS tag to H264-encoded FLV files.
Patch by Thierry Foucu, …
|
|
|
@32a15a24
|
14 years |
mans |
fate: store last version in per-slot file
This allows the same …
|
|
|
@dd872bf4
|
14 years |
Aurélien Jacobs |
add LAVF_API_OLD_METADATA define to disable the deprecated metadata …
|
|
|
@072e3efd
|
14 years |
Aurélien Jacobs |
add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS …
|
|
|
@6a36facc
|
14 years |
mans |
Fix out-of-tree build
Originally committed as revision 24816 to …
|
|
|
@7f38d28c
|
14 years |
stefano.sabatini-lala |
Add APIchanges entry after the addition of AV_NE in r24814.
…
|
|
|