|
|
|
@84cc314e
|
12 years |
martin |
smoothstreaming: Export the mp4 codec tags
This fixes stream copy …
|
|
|
@9888ffb1
|
12 years |
lu_zero |
mov: check for EOF in long lasting loops
A quite widespread pattern …
|
|
|
@419ffb23
|
12 years |
lu_zero |
avcodec: cleanup utils.c
|
|
|
@ee90119e
|
12 years |
justin.ruggles |
binkaudio: remove unneeded GET_BITS_SAFE macro
Normal get_bits() …
|
|
|
@7bfd1766
|
12 years |
justin.ruggles |
binkaudio: use float sample format
Use planar for DCT codec, …
|
|
|
@0801b597
|
12 years |
justin.ruggles |
binkaudio: use a different value for the coefficient scale for the DCT …
|
|
|
@6a08955c
|
12 years |
lu_zero |
flvenc: silence bogus warning
The compiler fails to figure out that …
|
|
|
@2a8a860a
|
12 years |
mans |
configure: include flags in nm variable
This simplifies ensuring …
|
|
|
@ee0f53e9
|
12 years |
justin.ruggles |
alsdec: fix misplaced parentheses.
Signed-off-by: Justin Ruggles …
|
|
|
@ac3f5a68
|
12 years |
justin.ruggles |
alsdec: check return values.
Signed-off-by: Justin Ruggles …
|
|
|
@66197988
|
12 years |
justin.ruggles |
alsdec: fix number of decoded samples in first sub-block in BGMC mode. …
|
|
|
@97f0efbf
|
12 years |
justin.ruggles |
alsdec: Fix out of ltp_gain_values read.
Found-by: Mateusz "j00ru" …
|
|
|
@5b051ec3
|
12 years |
justin.ruggles |
alsdec: Check that quantized parcor coeffs are within range.
ALS …
|
|
|
@9853e41a
|
12 years |
justin.ruggles |
alsdec: check opt_order.
Fixes out of array write in quant_cof.
Also …
|
|
|
@23aae62c
|
12 years |
justin.ruggles |
alsdec: Check k used for rice decoder.
Values that fail this check …
|
|
|
@e3496e5d
|
12 years |
anton |
avfiltergraph: silence an uninitialized variable warning
The warning …
|
|
|
@34ebbbf
|
12 years |
anton |
xsubenc: reindent
|
|
|
@466b39e
|
12 years |
anton |
lavc: replace AVCodecContext.encode with subtitle-specific callback
…
|
|
|
@9f64c821
|
12 years |
anton |
lavc: add const to private codec class initialization.
Silences a …
|
|
|
@58dee6e6
|
12 years |
anton |
avconv: don't pass a bogus parameter to …
|
|
|
@049ce4f
|
12 years |
anton |
id3v2: strdup the genre name explicitly.
It would have been done …
|
|
|
@ffdd2e91
|
12 years |
anton |
lavf/id3v2: do not export empty fields.
This also avoids a memleak.
…
|
|
|
@4e48aa86
|
12 years |
anton |
buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame()
|
|
|
@1fce361d
|
12 years |
mans |
lavfi: replace empty input/output lists with null pointers
…
|
|
|
@2f34021d
|
12 years |
janne-libav |
avconv: flush filtered frames before reconfiguring filters
This …
|
|
|
@a5ea623
|
12 years |
lu_zero |
mov: stsd entries must be at least 16 byte
Fix near infinite loop in …
|
|
|
@9db67bed
|
12 years |
lu_zero |
mov: detect EOF in mov_read_dref()
Avoid a near infinite loop.
Issue …
|
|
|
@4ed5ac50
|
12 years |
lu_zero |
file: return proper error on seek failures
|
|
|
@2568646
|
12 years |
mans |
mpegvideo: drop unnecessary arguments to hpel_motion()
These …
|
|
|
@66f5a6b4
|
12 years |
mans |
mpegvideo: drop 'inline' from some functions
These functions do not …
|
|
|
@66f52d0c
|
12 years |
anton |
nellymoserdec: drop support for s16 output.
It internally decodes as …
|
|
|
@8b78c296
|
12 years |
anton |
bmpdec: only initialize palette for pal8.
Gray8 is not considered to …
|
|
|
@1c9d54b
|
12 years |
derek.buitenhuis |
build: Properly remove object files while cleaning
Previously, object …
|
|
|
@7689eea4
|
12 years |
mans |
flacdsp: arm optimised lpc filter
|
|
|
@c1c8fdab
|
12 years |
derek.buitenhuis |
compat/vsnprintf: return number of bytes required on truncation.
This …
|
|
|
@3f7fd59
|
12 years |
lu_zero |
avformat: fix typo in avformat_close_input
The condition should not be &&.
|
|
|
@7040c9fa
|
12 years |
anton |
mp3enc: write Xing TOC
Based on the code by:
Peter Belkner …
|
|
|
@ca8e39dd
|
12 years |
anton |
mp3enc: support MPEG-2 and MPEG-2.5 in Xing header.
|
|
|
@6365e4db
|
12 years |
anton |
mp3enc: downgrade some errors in writing Xing frame to warnings
Also …
|
|
|
@3b4bb19e
|
12 years |
anton |
lavf: flush the output AVIOContext in av_write_trailer().
This is …
|
|
|
@0c270239
|
12 years |
anton |
lavf: cosmetics, reformat av_write_trailer().
|
|
|
@5d1203f0
|
12 years |
anton |
avio: flush the internal buffer in avio_close()
This is consistent …
|
|
|
@04438790
|
12 years |
anton |
Enhance doc on asyncts audiofilter
Signed-off-by: Anton Khirnov …
|
|
|
@990450c5
|
12 years |
anton |
cmdutils: avoid setting data pointers to invalid values in …
|
|
|
@cb663280
|
12 years |
mans |
libavcodec: remove av_destruct_packet_nofree()
This function was …
|
|
|
@1c56cdad
|
12 years |
derek.buitenhuis |
riff: Add SVQ3 fourcc
Signed-off-by: Derek Buitenhuis …
|
|
|
@07e87858
|
12 years |
mans |
fate: ac3: add 4.0 and downmix tests
Signed-off-by: Mans Rullgard …
|
|
|
@692dd8ed
|
12 years |
mans |
configure: x86: improve ebp availability check
Some compilers are …
|
|
|
@714508bc
|
12 years |
lu_zero |
vorbisdec: ensure FASTDIV denominator is never 1
In both usages of …
|
|
|
@44272c1c
|
12 years |
lu_zero |
avformat: refactor avformat_close_input
Do not crash if the input …
|
|
|
@4d1f443c
|
12 years |
lu_zero |
avformat: simplify avformat_close_input
avio_close checks by itself …
|
|
|
@58139e14
|
12 years |
diego |
x86: dsputil: Move Xvid IDCT put/add functions to a more suitable place
|
|
|
@18d88255
|
12 years |
martin |
trasher: Include all the necessary headers
The missing headers are …
|
|
|
@2017f0fd
|
12 years |
diego |
x86: Remove some leftover declarations for non-existent functions
|
|
|
@8ff78578
|
12 years |
mans |
ARM: libavresample: NEON optimised generic fltp to s16 conversion
…
|
|
|
@d26de33
|
12 years |
mans |
ARM: libavresample: NEON optimised stereo fltp to s16 conversion
…
|
|
|
@643b5b79
|
12 years |
mans |
ARM: libavresample: NEON optimised flat float to s16 conversion
…
|
|
|
@ca6b544a
|
12 years |
martin |
os_support: Choose between direct.h and io.h using a configure check
…
|
|
|
@7b07fab5
|
12 years |
martin |
os_support: Include io.h instead of direct.h on mingw32ce
Windows CE …
|
|
|
@91ff4e83
|
12 years |
martin |
x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been …
|
|
|
@b9141aa3
|
12 years |
diego |
swscale: Remove two bogus asserts
|
|
|
@97cb9236
|
12 years |
mans |
ac3: move ac3_downmix() from dsputil to ac3dsp
Signed-off-by: Mans …
|
|
|
@b901c30d
|
12 years |
justin.ruggles |
lavr/audio_mix_matrix: acknowledge the existence of LFE2.
…
|
|
|
@38445728
|
12 years |
justin.ruggles |
mlp_parser: avoid mapping multiple disctinct TrueHD channels to the …
|
|
|
@8919fee7
|
12 years |
justin.ruggles |
lavu/audioconvert: add a second low frequency channel.
Can be used by …
|
|
|
@07584eaf
|
12 years |
lu_zero |
mpegts: check substreams before discarding
Allow to extract the AC3 …
|
|
|
@62c9ae11
|
12 years |
martin |
Add a smooth streaming segmenter muxer
This muxer splits the output …
|
|
|
@29a9b12b
|
12 years |
martin |
file: Add an avoption for disabling truncating existing files on open
…
|
|
|
@5e357289
|
12 years |
lu_zero |
img2dec: always close AVIOContexts
Zero sized files would cause the …
|
|
|
@c3bcd22e
|
12 years |
martin |
rtpdec_jpeg: Error out on other unsupported type values as well
…
|
|
|
@1743938d
|
12 years |
martin |
rtpdec_jpeg: Disallow using the reserved q values
Signed-off-by: …
|
|
|
@1de9317b
|
12 years |
martin |
rtpdec_jpeg: Fold the default qtables case into an existing if …
|
|
|
@a218deb8
|
12 years |
martin |
rtpdec_jpeg: Store and reuse old qtables for q values 128-254
…
|
|
|
@a2526490
|
12 years |
martin |
rtpdec_jpeg: Simplify the calculation of the number of qtables
…
|
|
|
@cbaa9eed
|
12 years |
martin |
rtpdec_jpeg: Add more comments about the fields in the SOF0 section
…
|
|
|
@31adff08
|
12 years |
martin |
rtpdec_jpeg: Clarify where the subsampling magic numbers come from
…
|
|
|
@c64d2a63
|
12 years |
martin |
rtpdec_jpeg: Don't use a bitstream writer for the EOI marker
…
|
|
|
@20f325f3
|
12 years |
martin |
rtpdec_jpeg: Don't needlessly use a bitstream writer for the header
…
|
|
|
@43957fcc
|
12 years |
martin |
rtpdec_jpeg: Simplify writing of the jpeg header
Generalize writing …
|
|
|
@932d8300
|
12 years |
martin |
rtpdec_jpeg: Merge two if statements
This makes the code more …
|
|
|
@7ef4323
|
12 years |
martin |
rtpdec_jpeg: Write the DHT section properly
Currently the size header …
|
|
|
@76fa7e09
|
12 years |
diego |
utvideoenc: Add missing AV_ prefix to codec ID
|
|
|
@676ea8fa
|
12 years |
diego |
avserver: Add missing #include for av_gettime()
|
|
|
@6121a3ef
|
12 years |
martin |
configure: Only disable aligned stack on MSVC on 32 bit
On 64 bit, …
|
|
|
@f69f51b3
|
12 years |
diego |
configure: indentation cosmetics
|
|
|
@55e778be
|
12 years |
martin |
rtpdec_jpeg: Add support for default quantizers
Generate quantization …
|
|
|
@1648a508
|
12 years |
diego |
x86: dsputil: Move specific optimization settings out of global init …
|
|
|
@0e8dccb7
|
12 years |
anton |
avplay: get rid of ugly casts in the options table
|
|
|
@4e82cbb6
|
12 years |
anton |
avplay: fix prototypes for option callbacks.
They have been wrong …
|
|
|
@ee0dadc1
|
12 years |
anton |
flvdec: always set AVFMTCTX_NOHEADER.
New streams may be created at …
|
|
|
@0697d812
|
12 years |
martin |
file: Use a normal private context for storing the file descriptor
…
|
|
|
@5fa22ae3
|
12 years |
martin |
configure: Adjust the xgetbv instrinsic check
The 64 bit cl.exe …
|
|
|
@afb5ed55
|
12 years |
diego |
configure: Add --disable-inline-asm command line option
This can come …
|
|
|
@88a35699
|
12 years |
martin |
configure: Don't try to enable the log2 function on msvcrt
Some …
|
|
|
@a84edbac
|
12 years |
diego |
x86: dsputil: Only compile motion_est code when encoders are enabled
|
|
|
@8c5ed7a6
|
12 years |
mans |
mem: fix typo in check for ICC
Signed-off-by: Mans Rullgard …
|
|
|
@f181662d
|
12 years |
mans |
fate: mp3: drop redundant CMP setting
Signed-off-by: Mans Rullgard …
|
|
|
@3c198154
|
12 years |
martin |
rtp: Depacketization of JPEG (RFC 2435)
Signed-off-by: Martin Storsjö …
|
|
|
@aefea4d0
|
12 years |
martin |
Rename ff_put_string to avpriv_put_string
This allows using it from …
|
|
|
@a0845bae
|
12 years |
martin |
mjpeg: Rename some symbols to avpriv_* instead of ff_*
These symbols …
|
|
|