|
|
|
@f398617b
|
12 years |
stefasab |
ffprobe: fix CSV writer output
Fix regression introduced in …
|
|
|
@d0c6ac0d
|
12 years |
uhmmmm |
Fix segfault with -filters option
Filters now use null pointers to …
|
|
|
@f1b6c14
|
12 years |
uhmmmm |
ffserver: fix typo in log message
Signed-off-by: Bobby Bingham …
|
|
|
@8d07742c
|
12 years |
michaelni |
avidec: workaround aac with broken block align
Fixes Ticket1742
…
|
|
|
@8e2a950b
|
12 years |
derek.buitenhuis |
ffprobe: Add a few common disposition cases
This info is crucial in …
|
|
|
@b89c16e7
|
12 years |
Clément Bœsch |
lavfi/select: make sure avctx is set before closing it.
This avoid a …
|
|
|
@9e208ce6
|
12 years |
Carl Eugen Hoyos |
Silence warning C4554 when compiling with msvc.
warning C4554: '>>' : …
|
|
|
@0b2ac67
|
12 years |
michaelni |
sonic: factorize tail_size
Signed-off-by: Michael Niedermayer …
|
|
|
@512beea5
|
12 years |
michaelni |
sonicenc: limit quant so that golomb codes are less than 32 bits long
…
|
|
|
@efac6f74
|
12 years |
michaelni |
x86/mpegaudiodec: drop likely now unneeded #if HAVE_AVX_EXTERNAL
…
|
|
|
@c0dfc720
|
12 years |
michaelni |
mpegaudiodec: add prototypes for all functions that may need them
…
|
|
|
@36e5c472
|
12 years |
michaelni |
allcodecs: re-enable sonic
Signed-off-by: Michael Niedermayer …
|
|
|
@a44cbc1c
|
12 years |
michaelni |
sonic: update to encode2() API
Signed-off-by: Michael Niedermayer …
|
|
|
@4cdc337b
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
flvenc: …
|
|
|
@91af7609
|
12 years |
michaelni |
Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'
* commit …
|
|
|
@4aade44c
|
12 years |
Carl Eugen Hoyos |
targaenc: Use named TGA_RLE constant instead of magic number
|
|
|
@8e590625
|
12 years |
Carl Eugen Hoyos |
Fix typo in targa encoder comment
|
|
|
@6a08955c
|
12 years |
lu_zero |
flvenc: silence bogus warning
The compiler fails to figure out that …
|
|
|
@6e03da7f
|
12 years |
nicolas.george |
doc: fix typos in filter documentation
Signed-off-by: Bobby Bingham …
|
|
|
@70a97345
|
12 years |
michaelni |
dsputil: change assert(8) to av_assert2(8)
Signed-off-by: Michael …
|
|
|
@db436b17
|
12 years |
michaelni |
swscale: change assert() to av_assert()
Signed-off-by: Michael …
|
|
|
@a1fb2b93
|
12 years |
michaelni |
nsvdec: change 2 commented assert() to av_assert()
they keep showing …
|
|
|
@66bdc585
|
12 years |
michaelni |
get_cabac_inline_x86: workaround clang bug with disabled optimizations …
|
|
|
@2a8a860a
|
12 years |
mans |
configure: include flags in nm variable
This simplifies ensuring …
|
|
|
@b0fabed
|
12 years |
michaelni |
When copying pkt side_data, don't forget size, type
Signed-off-by: …
|
|
|
@63951aec
|
12 years |
michaelni |
libx264: feed x264_param_apply_profile from AVCodecContext.profile in …
|
|
|
@fd9cd8c
|
12 years |
michaelni |
libx264: connect AVCodecContext.rtp_payload_size to …
|
|
|
@07d2d063
|
12 years |
Reimar.Doeffinger |
Remove code that duplicates existing code a few lines down.
This also …
|
|
|
@5c95a934
|
12 years |
derek.buitenhuis |
dirac_arith: Fix unprotected inline asm
Signed-off-by: Derek …
|
|
|
@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 …
|
|
|
@23aae62c
|
12 years |
justin.ruggles |
alsdec: Check k used for rice decoder.
Values that fail this check …
|
|
|
@9853e41a
|
12 years |
justin.ruggles |
alsdec: check opt_order.
Fixes out of array write in quant_cof.
Also …
|
|
|
@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
…
|
|
|
@291b2203
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
avconv: …
|
|
|
@1ad63ff1
|
12 years |
stefasab |
fate: add av_small_strptime() test to fate-parseutils
|
|
|
@85c93d90
|
12 years |
stefasab |
lavu/parseutils: fix av_small_strptime() whitespace directive parsing
…
|
|
|
@2f34021d
|
12 years |
janne-libav |
avconv: flush filtered frames before reconfiguring filters
This …
|
|
|
@83438a0
|
12 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@d8f8e911
|
12 years |
Marton Balint |
ffplay: dont wait 100ms if data is not yet ready
Also signal the wait …
|
|
|
@a593f5bd
|
12 years |
michaelni |
arm/dca: Fix compilation of decode_blockcodes() with --enable-thumb
…
|
|
|
@094991eb
|
12 years |
Clément Bœsch |
lavf/oggdec: reword stream creation error message.
|
|
|
@23f64200
|
12 years |
Clément Bœsch |
lavf/oggdec: reindent and comment blocks.
|
|
|
@a218c5eb
|
12 years |
Clément Bœsch |
lavf/oggdec: make stream replacement less convoluted.
Also re-use the …
|
|
|
@e18ea765
|
12 years |
Clément Bœsch |
lavf/oggdec: more explicit zeroing of the new ogg stream.
|
|
|
@3a895533
|
12 years |
Clément Bœsch |
lavf/oggdec: rework allocations in ogg_new_streams().
|
|
|
@a5ea623
|
12 years |
lu_zero |
mov: stsd entries must be at least 16 byte
Fix near infinite loop in …
|
|
|
@edca8038
|
12 years |
Clément Bœsch |
lavf/oggdec: simplify destroying streams with chained audio streams.
…
|
|
|
@277ddf1
|
12 years |
Clément Bœsch |
lavf/oggdec: rename str to sid.
"str" is misleading here (it's often …
|
|
|
@e1ca1dd7
|
12 years |
Clément Bœsch |
lavf/oggdec: remove a comment not matching anything.
|
|
|
@bf8bfc6a
|
12 years |
Clément Bœsch |
lavf/oggdec: inline ogg_get_headers().
There is no point in a distant …
|
|
|
@6fa2532
|
12 years |
Carl Eugen Hoyos |
vda_h264.c: Change header inclusion order.
Fixes compilation with …
|
|
|
@52ef5ca9
|
12 years |
Carl Eugen Hoyos |
Mentioning 8bps once in the FFmpeg documentation is sufficient.
|
|
|
@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
|
|
|
@e80cbdbc
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@744e4429
|
12 years |
michaelni |
mp3enc: merge mp2/mp3_write_trailer
Signed-off-by: Michael …
|
|
|
@197bbcf4
|
12 years |
michaelni |
mp3enc: move mp3_update_xing() down
Signed-off-by: Michael …
|
|
|
@f276a490
|
12 years |
michaelni |
Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'
* commit …
|
|
|
@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 …
|
|
|
@d214e5cf
|
12 years |
Clément Bœsch |
lavc/ass_split: add ff_ prefix to ass_style_get().
|
|
|
@74434d3b
|
12 years |
Clément Bœsch |
lavfi/ass: mark ass_libavfilter_log_level_map as static const.
|
|
|
@ca81e3b6
|
12 years |
Clément Bœsch |
lavf/mkv: prefix video stereo arrays with ff_.
|
|
|
@8b052207
|
12 years |
Clément Bœsch |
lavu/error: make error_entries static const.
|
|
|
@e3a1eb9e
|
12 years |
derek.buitenhuis |
af_pan: Fix sscanf formats to work with buggy sscanf implementations
…
|
|
|
@d512e74d
|
12 years |
derek.buitenhuis |
bprint: Remove custom vsnprintf
A proper implementation was …
|
|
|
@663c21d4
|
12 years |
derek.buitenhuis |
compat/vsnprintf: return number of bytes required on truncation.
This …
|
|
|
@e1b44960
|
12 years |
derek.buitenhuis |
msvc: Add a va_copy compatability macro for msvc
Signed-off-by: Derek …
|
|
|
@31fbdecc
|
12 years |
derek.buitenhuis |
msvc: Disable stripping
MSVC-built binaries should not be stripped.
…
|
|
|
@1c9d54b
|
12 years |
derek.buitenhuis |
build: Properly remove object files while cleaning
Previously, object …
|
|
|
@7689eea4
|
12 years |
mans |
flacdsp: arm optimised lpc filter
|
|
|
@49f3b331
|
12 years |
eclipse7 |
lavf/segment: Use distinct IDs for list type ext & csv
Remove a bogus …
|
|
|
@3245be95
|
12 years |
eclipse7 |
lavf/segment: Rename variable in print_csv_escaped_str()
Rename a …
|
|
|
@bac1b31
|
12 years |
eclipse7 |
lavf/segment: Simplify CSV field quoting code
Should also be faster …
|
|
|
@aefed6ca
|
12 years |
michaelni |
udp: pick params from AVOptions also
This updated version does not …
|
|
|
@0da0b5e0
|
12 years |
michaelni |
pngdec: av_log() zlib errors
Signed-off-by: Michael Niedermayer …
|
|
|
@5a627c1
|
12 years |
derek.buitenhuis |
Remove mt-work directory
It is all dead and rotting code.
Also, move …
|
|
|
@c1c8fdab
|
12 years |
derek.buitenhuis |
compat/vsnprintf: return number of bytes required on truncation.
This …
|
|
|
@374c17c8
|
12 years |
michaelni |
lavc/vp56: Re-indent functions affected by threading refactor
All …
|
|
|
@39a3894a
|
12 years |
michaelni |
lavc/vp6: Implement "slice" threading for VP6A decode
The YUV …
|
|
|
@1c20fcf0
|
12 years |
michaelni |
lavc/vp56: Simplify get/release_buffer code
Rather than cleverly …
|
|
|
@eebc11eb
|
12 years |
michaelni |
lavc/vp56: Move golden_frame into VP56Context
Makes golden_frame more …
|
|
|
@6e86d6af
|
12 years |
michaelni |
lavc/vp6: Refactor vp6_decode_init into …
|
|
|
@23503cad
|
12 years |
michaelni |
lavc/vp56: Refactor ff_vp56_init into …
|
|
|
@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 …
|
|
|