|
|
|
@459414b
|
13 years |
stefasab |
lavfi/setfield: rename variable top_field_first to mode
The new name …
|
|
|
@c97201dd
|
13 years |
stefasab |
lavfi/setfield: add "progressive" option
Add "prog" parameter value, …
|
|
|
@98495152
|
13 years |
michaelni |
Revert "h264: assembly version of get_cabac for x86_64 with PIC (v4)"
…
|
|
|
@e9b1d5ae
|
13 years |
michaelni |
fix swr_convert buffering of packed audio
swr_convert is not properly …
|
|
|
@a812b599
|
13 years |
michaelni |
h264: assembly version of get_cabac for x86_64 with PIC (v4)
This …
|
|
|
@3194ab78
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@9b1f776d
|
13 years |
Reimar.Doeffinger |
Fix compilation with NASM.
Signed-off-by: Reimar Döffinger …
|
|
|
@dd5e1fc2
|
13 years |
Reimar.Doeffinger |
mxfdec: fix memleak on read error/EOF.
This also matches the rest of …
|
|
|
@4a80ebe4
|
13 years |
michaelni |
indeo3: Fix reallocation code so that it doesnt become inconsistent.
…
|
|
|
@b0e9edc
|
13 years |
justin.ruggles |
avcodec: add a cook parser to get subpacket duration
Fixes jittery …
|
|
|
@2c22701c
|
13 years |
michaelni |
ac3dec: Check number of output channels.
Fixes out of array write.
…
|
|
|
@1df49142
|
13 years |
michaelni |
avsdec: Set dimensions instead of relying on the demuxer.
This fixes …
|
|
|
@34c426be
|
13 years |
nicolas.george |
ffmpeg: check encoder earlier.
Fixes a segfault with Ogg output, …
|
|
|
@acb1730
|
13 years |
justin.ruggles |
FATE: allow lavf tests to alter input parameters
Change some lavf …
|
|
|
@50529804
|
13 years |
justin.ruggles |
FATE: replace the acodec-pcm_s24daud test with an enc_dec_pcm checksum …
|
|
|
@03caef1b
|
13 years |
justin.ruggles |
FATE: replace the acodec-g726 test with 4 new encode/decode tests
…
|
|
|
@a6c8cca
|
13 years |
justin.ruggles |
FATE: replace current g722 encoding tests with an encode/decode test
…
|
|
|
@870165e2
|
13 years |
justin.ruggles |
FATE: add a pattern rule for generating asynth wav files
|
|
|
@010943c6
|
13 years |
justin.ruggles |
FATE: optionally write a WAVE header in audiogen
|
|
|
@0c0d1bce
|
13 years |
justin.ruggles |
avutil: add audio fifo buffer
The functions operate on the sample …
|
|
|
@044f7275
|
13 years |
michaelni |
ffv1: add optional per slice CRCs to detect undamaged slices.
…
|
|
|
@b4fc5385
|
13 years |
michaelni |
ffv1: move most fields from the frame header to the slice headers with …
|
|
|
@9408316a
|
13 years |
michaelni |
ffv1: refactor slice decoding init loop so that the first is less a …
|
|
|
@8456089f
|
13 years |
michaelni |
ffv1: clear slice state in decode_slice()
Signed-off-by: Michael …
|
|
|
@c7a435a
|
13 years |
michaelni |
ffv1: split clear_slice_state() out so individual slices can be …
|
|
|
@32883c06
|
13 years |
michaelni |
ffv1: split init_slice_state() out so individual slices can be inited
…
|
|
|
@d7a4c43f
|
13 years |
michaelni |
ffv1: Add a CRC check to the global header with version 1.3
…
|
|
|
@97502548
|
13 years |
stefasab |
lavfi/mp: remove libmpcodecs mirror filter
The native libavfilter …
|
|
|
@65fa7bc
|
13 years |
stefasab |
lavfi: add avfilter_unref_bufferp()
Signed-off-by: Stefano Sabatini …
|
|
|
@455fcf29
|
13 years |
michaelni |
avidec: zero extradata padding
Signed-off-by: Michael Niedermayer …
|
|
|
@ee402df9
|
13 years |
michaelni |
mtvdec: check that the buf is large enough for probing
Signed-off-by: …
|
|
|
@2a70d830
|
13 years |
michaelni |
jvdec: Make sure there is enough data for the id string.
Previously …
|
|
|
@2a976deb
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
dv: …
|
|
|
@2ff935f4
|
13 years |
michaelni |
build system: remove -wcast-qual
Generating warnings when casting …
|
|
|
@a9cd12ee
|
13 years |
michaelni |
mlpdec: set channel variables after checking them
This fixes out of …
|
|
|
@ab75ad01
|
13 years |
Carl Eugen Hoyos |
Make targa-in-mov QuickTime-compatible for more colour-spaces.
See …
|
|
|
@a4a88fd4
|
13 years |
michaelni |
Remove .rodata alignment kludge for Mach-O if a recent enough yasm is …
|
|
|
@b4043ef5
|
13 years |
Carl Eugen Hoyos |
Print unexpected length of flicvideo extradata.
|
|
|
@cbda76c7
|
13 years |
michaelni |
mxfdec: Add missing break in frame layout parsing
Reviewed-by: Tomas …
|
|
|
@70ca163b
|
13 years |
michaelni |
mxf: Fix frame layout values
Reviewed-by: Tomas Härdin …
|
|
|
@c90b8a74
|
13 years |
michaelni |
h263dec: Check for width/height changes on frame skips too.
Found-by: …
|
|
|
@2b983779
|
13 years |
diego |
dv: Initialize encoder tables during encoder init.
|
|
|
@903ccf71
|
13 years |
michaelni |
error_concealment: Check that the reference is not NULL
In normal …
|
|
|
@b0660460
|
13 years |
michaelni |
error_concealment: make sure mbaff flags are 0 as interlaced is not …
|
|
|
@b7c2358f
|
13 years |
michaelni |
error_concealment: switch asserts mostly to av_asserts.
Signed-off-by: …
|
|
|
@5e59a77
|
13 years |
michaelni |
vc1dec: check that coded slice positions and interlacing match.
This …
|
|
|
@df23d64e
|
13 years |
michaelni |
h263dec: always enable picture dimensions reverting check.
This does …
|
|
|
@f2e44655
|
13 years |
diego |
dv: Replace some magic numbers by the appropriate #define.
|
|
|
@9cc338b1
|
13 years |
justin.ruggles |
FATE: pass the decoded output format and audio source file to …
|
|
|
@c755b1fb
|
13 years |
justin.ruggles |
FATE: specify the input format when decoding in enc_dec_pcm()
The …
|
|
|
@705f3d47
|
13 years |
justin.ruggles |
x86inc: support AVX abstraction for 2-operand instructions
Add …
|
|
|
@e73ec921
|
13 years |
mans |
configure: detect PGI compiler and set suitable flags
Signed-off-by: …
|
|
|
@d8b06521
|
13 years |
justin.ruggles |
avconv: check for an incompatible changing channel layout
The decoder …
|
|
|
@74e4bb69
|
13 years |
michaelni |
Merge remote-tracking branch 'hexene/stagefright'
* …
|
|
|
@6208313a
|
13 years |
mans |
avio: make AVIOContext.av_class pointer to const
Fix this warning: …
|
|
|
@9d72c052
|
13 years |
mans |
nutdec: add malloc check and fix const to non-const conversion …
|
|
|
@f51b7e5
|
13 years |
naufal22 |
libstagefright: avoid memory leak
|
|
|
@dddd06d5
|
13 years |
Carl Eugen Hoyos |
Make tiff-in-mov QuickTime-compatible for more colour-spaces.
Fixes …
|
|
|
@2343a99c
|
13 years |
naufal22 |
libstagefright: support more output pixel formats
|
|
|
@e366e6bf
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
ppc: …
|
|
|
@1d48e88
|
13 years |
naufal22 |
libstagefright: avoid potential deadlock on output MediaBuffer
…
|
|
|
@a02f8ef1
|
13 years |
michaelni |
h263dec: Prevent dimension changes from leaking on errors in header …
|
|
|
@7b915a40
|
13 years |
naufal22 |
libstagefright: explicitly set positive timestamps as stagefright …
|
|
|
@0f53601a
|
13 years |
diego |
ppc: drop unused function dct_quantize_altivec()
This also allows …
|
|
|
@aa3f2cb5
|
13 years |
diego |
mpegaudiodec: Do not discard mp_decode_frame() return value.
This …
|
|
|
@601d072e
|
13 years |
michaelni |
diracdec: check xybsep
Fixes division by 0
Found-by: Mateusz "j00ru" …
|
|
|
@e531e73a
|
13 years |
michaelni |
indeo: Make sure the to be used vlc table has been initilaized.
…
|
|
|
@c58290e5
|
13 years |
michaelni |
Reset pts_correction state on codec flush.
Signed-off-by: Michael …
|
|
|
@9ed388f5
|
13 years |
michaelni |
ogm: Fix division by 0
Found-by: Mateusz "j00ru" Jurczyk and Gynvael …
|
|
|
@82010922
|
13 years |
michaelni |
h264: reset current_slice on context reinit
This fixes a null pointer …
|
|
|
@9f39d3d1
|
13 years |
michaelni |
lavf: check that the context to avformat_open_input() is valid.
…
|
|
|
@abe63303
|
13 years |
michaelni |
AVoption doxy: clarify a few needs in relation to AVClass less …
|
|
|
@3c583002
|
13 years |
mans |
matroska: do not set invalid default duration if frame rate is zero
…
|
|
|
@fc882b6e
|
13 years |
Carl Eugen Hoyos |
Fix build dependencies for libvo-aac and libopencore-amrnb.
|
|
|
@124eb7e4
|
13 years |
michaelni |
aacdec: drop channel reseting code.
its no longer needed and causes a …
|
|
|
@aa0f84d
|
13 years |
michaelni |
aacdec: disable new chan_config guessing code from libav.
It causes …
|
|
|
@dbe29db
|
13 years |
michaelni |
aacdec: more verbose overread error message
Signed-off-by: Michael …
|
|
|
@ac97d47d
|
13 years |
lu_zero |
mkv: use av_reduce instead of av_d2q for framerate estimation
It …
|
|
|
@68526dbc
|
13 years |
michaelni |
aacdec: reduce difference to alexs version of aacdec.c
Signed-off-by: …
|
|
|
@204bcdf5
|
13 years |
lu_zero |
mkv: report average framerate as minimal as well
This is in line with …
|
|
|
@12327237
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
aacenc: …
|
|
|
@df8d5eaa
|
13 years |
alex.converse |
avcodec_string: Favor AVCodecContext.codec over the default codec.
…
|
|
|
@b5d2bf9
|
13 years |
alex.converse |
cook: Make constants passed to AV_BE2NE32C() unsigned to avoid signed …
|
|
|
@a666752
|
13 years |
michaelni |
indeo5: dont run the wavelet transform over partially decoded bands.
…
|
|
|
@e90dfa68
|
13 years |
michaelni |
yadif: Improve pts calculation for is_second.
Tested-by: Robert Nagy …
|
|
|
@7a3d2258
|
13 years |
michaelni |
CrystalHD: Set aspect ratio.
Signed-off-by: sebist …
|
|
|
@e128182
|
13 years |
michaelni |
CrystalHD: fix pStride value.
Signed-off-by: sebist …
|
|
|
@ebf6d1d2
|
13 years |
michaelni |
nuv: check buffer size before checking content.
Found-by: Mateusz …
|
|
|
@096231d4
|
13 years |
michaelni |
avidec: Dont crash on avi packets that belong to dv streams in dv in …
|
|
|
@9789b6ca
|
13 years |
michaelni |
avidec: document early_exit argument
Signed-off-by: Michael …
|
|
|
@2677697a
|
13 years |
michaelni |
matroskadec: check headerstrip data availability.
Fixes null ptr …
|
|
|
@0f96f0d9
|
13 years |
derek.buitenhuis |
aacenc: Fix issues with huge values of bit_rate.
Do not pointlessly …
|
|
|
@a80217a5
|
13 years |
michaelni |
copy pts and format props between lavfi buffer and frame.
…
|
|
|
@c7c976c
|
13 years |
michaelni |
oggdec: Safety check against stream counts being inconsistent in …
|
|
|
@9bb3b7d0
|
13 years |
michaelni |
oggdec: Recreate streams only in the 1 stream case.
Other cases are …
|
|
|
@db6e26d7
|
13 years |
diego |
dv_tablegen: Drop unnecessary av_unused attribute from …
|
|
|
@15141f93
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
indeo3: …
|
|
|
@68ca49dc
|
13 years |
nicolas.george |
fate: libavutil tests do not require SAMPLES.
|
|
|
@b0e7321c
|
13 years |
nicolas.george |
parseutils: include errors in test output.
|
|
|
@83632cbb
|
13 years |
kostya.shishkov |
proresenc: multithreaded quantiser search
|
|
|