|
|
|
@624c413
|
13 years |
Clément Bœsch |
examples: add -Wall to CFLAGS.
|
|
|
@2b97be5d
|
13 years |
Clément Bœsch |
examples/filtering: fix unused variable and return value in …
|
|
|
@b117c392
|
13 years |
Clément Bœsch |
examples/filtering: fix deprecated function calls warnings.
|
|
|
@f0755375
|
13 years |
Clément Bœsch |
examples/filtering: fix implicit declarations and function mis-usage.
|
|
|
@4a519b6e
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mov: …
|
|
|
@57182b9f
|
13 years |
Reimar.Doeffinger |
lavf-fate-ogg_vp3: Try -idct auto instead of -idct simple.
-idct …
|
|
|
@76cc0992
|
13 years |
Reimar.Doeffinger |
oggenc: fix condition when not to flush due to keyframe granule.
The …
|
|
|
@030e96fe
|
13 years |
Reimar.Doeffinger |
oggdec: improve warning message.
Print whether it was a keyframe or a …
|
|
|
@8688e6ac
|
13 years |
Clément Bœsch |
ffprobe: fix crash if the file can't be opened.
|
|
|
@5be805d3
|
13 years |
martin |
mov: Use defines for sample flags in fragments
Signed-off-by: Martin …
|
|
|
@3eec23f3
|
13 years |
martin |
mov: Use defines for trun flags
Signed-off-by: Martin Storsjö …
|
|
|
@73328f24
|
13 years |
martin |
mov: Use defines for tfhd flags
Signed-off-by: Martin Storsjö …
|
|
|
@6d702dc0
|
13 years |
kostya.shishkov |
proresenc: force bitrate not to exceed given limit
Apple ProRes …
|
|
|
@c742ab4
|
13 years |
rsbultje |
vc1parse: call vc1_init_common().
The parser uses VLC tables …
|
|
|
@9d3050d3
|
13 years |
rsbultje |
wma: don't return 0 on invalid packets.
Return 0 means "please return …
|
|
|
@41afac7f
|
13 years |
rsbultje |
asf: prevent packet_size_left from going negative if hdrlen > pktlen.
…
|
|
|
@74699ac8
|
13 years |
rsbultje |
mjpegb: don't return 0 at the end of frame decoding.
Return 0 …
|
|
|
@f23a7403
|
13 years |
Reimar.Doeffinger |
Add muxer test based on stream-copy from FATE sample.
This should …
|
|
|
@c7e8639c
|
13 years |
martin |
rtpdec: Identify incorrectly signalled H263
H263 in RTP can be …
|
|
|
@f3bd226d
|
13 years |
michaelni |
ffmpeg: Fix setting flags for codec copy.
Signed-off-by: Michael …
|
|
|
@ad8173eb
|
13 years |
Reimar.Doeffinger |
Allow other programs to open the same files on Windows.
In order to …
|
|
|
@7c8d477
|
13 years |
Reimar.Doeffinger |
Make AAC in Ogg (ogm) work.
This needs the extradata to be extracted. …
|
|
|
@4538d660
|
13 years |
stefasab |
lavfi/aspect: set default value to 0:1, as stated in the docs
Fix …
|
|
|
@80715c3b
|
13 years |
stefasab |
lavfi/aspect: remove confusing comments
|
|
|
@36021871
|
13 years |
stefasab |
lavfi/aspect: show log info even in case no argument is provided to …
|
|
|
@c9ac0827
|
13 years |
michaelni |
movenc: Dont crash on aspect=0/0.
Signed-off-by: Michael Niedermayer …
|
|
|
@c36010c2
|
13 years |
michaelni |
avidec: remove harmless duplicate code.
Signed-off-by: Michael …
|
|
|
@bfe7bace
|
13 years |
michaelni |
libx264: unbreak libx264rgb
Signed-off-by: Paul B Mahol …
|
|
|
@bbb61a1c
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (22 …
|
|
|
@b1af4e9c
|
13 years |
martin |
vp8dsp: split long line.
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@32a659c7
|
13 years |
rsbultje |
aiff: don't skip block_align==0 check on COMM-after-SSND files.
This …
|
|
|
@ce7aee9
|
13 years |
alex.converse |
dpcm: ignore extra unpaired bytes in stereo streams.
Fixes: …
|
|
|
@3e13005c
|
13 years |
rsbultje |
mp3on4: require a minimum framesize.
If bufsize < headersize, …
|
|
|
@c0994e39
|
13 years |
rsbultje |
mpc7: assign an error level + context to av_log() msg.
|
|
|
@84c202cc
|
13 years |
rsbultje |
huffyuv: error out on bit overrun.
On EOF, get_bits() will …
|
|
|
@f6492476
|
13 years |
Carl Eugen Hoyos |
Fix ffmpeg -codecs output.
|
|
|
@07333750
|
13 years |
martin |
dct-test: Add the missing ff_ prefix to the altivec functions
…
|
|
|
@89baf359
|
13 years |
martin |
dct-test: Remove a stray declaration of a nonexistent function
…
|
|
|
@53026339
|
13 years |
martin |
movenc: Write the unknown duration as 64 bit fields in ismv
This is …
|
|
|
@99a357f4
|
13 years |
martin |
movenc: Write track durations with all bits set if duration is unknown …
|
|
|
@545e8879
|
13 years |
michaelni |
y41penc: switch to encode2()
Signed-off-by: Paul B Mahol …
|
|
|
@48ad7f82
|
13 years |
michaelni |
r210enc: switch to encode2()
Signed-off-by: Paul B Mahol …
|
|
|
@f9caec0c
|
13 years |
michaelni |
h264: change deblock_h_chroma_8_mmxext() to prevent valgrind …
|
|
|
@af468015
|
13 years |
rsbultje |
als: prevent infinite loop in zero_remaining().
Found-by: Mateusz …
|
|
|
@941fc1e
|
13 years |
rsbultje |
cook: prevent div-by-zero if channels is zero.
Found-by: Mateusz …
|
|
|
@44f5b262
|
13 years |
Carl Eugen Hoyos |
Make CDXL palette opaque.
|
|
|
@e9b380a7
|
13 years |
anton |
pamenc: switch to encode2().
|
|
|
@3cc77ded
|
13 years |
anton |
svq1enc: switch to encode2().
|
|
|
@6a047213
|
13 years |
anton |
dvenc: switch to encode2().
|
|
|
@b3566a6a
|
13 years |
anton |
dpxenc: switch to encode2().
|
|
|
@83c7fe32
|
13 years |
anton |
pngenc: switch to encode2().
|
|
|
@ab3a410
|
13 years |
anton |
v210enc: switch to encode2().
|
|
|
@f0366fec
|
13 years |
anton |
xwdenc: switch to encode2().
|
|
|
@f2a4559c
|
13 years |
justin.ruggles |
ttadec: use branchless unsigned-to-signed unfolding
|
|
|
@d7840529
|
13 years |
justin.ruggles |
avcodec: add a Sun Rasterfile encoder
Signed-off-by: Justin Ruggles …
|
|
|
@1f1fbcfa
|
13 years |
justin.ruggles |
sunrast: Move common defines to a new header file.
Signed-off-by: …
|
|
|
@b5c626fd
|
13 years |
justin.ruggles |
cdxl: fix video decoding for some files
Width is padded for ham …
|
|
|
@6d10c5bf
|
13 years |
justin.ruggles |
cdxl: fix audio for some samples
There may be extra padding at and of …
|
|
|
@f02edc4
|
13 years |
justin.ruggles |
apetag: add proper support for binary tags
export as attachment …
|
|
|
@323b9da9
|
13 years |
justin.ruggles |
ttadec: remove dead code
The unused code being removed is for …
|
|
|
@1bab6f85
|
13 years |
rsbultje |
swscale: make access to filter data conditional on filter type.
…
|
|
|
@a95e3fa9
|
13 years |
rsbultje |
swscale: update context offsets after removal of AlpMmxFilter.
|
|
|
@d493170e
|
13 years |
Reimar.Doeffinger |
matroskadec: introduce resync function.
This allows handling matroska …
|
|
|
@9e0f897f
|
13 years |
Reimar.Doeffinger |
Add ismv regression test.
Signed-off-by: Reimar Döffinger …
|
|
|
@3ce7148d
|
13 years |
Reimar.Doeffinger |
movenc: fix crashes if a stream is empty.
For some reason this always …
|
|
|
@857d1486
|
13 years |
michaelni |
prores: initialise encoder and decoder parts only when needed
|
|
|
@a0e44414
|
13 years |
michaelni |
movenc: leave st->codec->frame_size as is instead of forcing it to 1.
…
|
|
|
@5d9ad542
|
13 years |
kostya.shishkov |
prores: initialise encoder and decoder parts only when needed
|
|
|
@25c42234
|
13 years |
rsbultje |
swscale: make monowhite/black RGB-independent.
Disadvantage is that …
|
|
|
@1b84cf41
|
13 years |
michaelni |
Makefile: fix proresdec dependancies
Signed-off-by: Michael …
|
|
|
@52e4018b
|
13 years |
rsbultje |
flac: fix infinite loops on all-zero input or end-of-stream.
…
|
|
|
@b4027d97
|
13 years |
rsbultje |
wmapro: change max. block size to 13 bits.
WMApro actually support …
|
|
|
@29b9aee4
|
13 years |
stefasab |
ffprobe: add count_frames and count_packets options
Signed-off-by: …
|
|
|
@8c1ebdce
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@7bdefc0
|
13 years |
stefasab |
lavfi/overlay: add logic for avoiding overlaying frames with PTS > …
|
|
|
@05ee0db
|
13 years |
michaelni |
dshow_filter: fix compilation with mingw-w64
Closes ticket #999 …
|
|
|
@22b125f9
|
13 years |
michaelni |
g729dec: fix 'warning: assignment from incompatible pointer type'
…
|
|
|
@934abf6
|
13 years |
michaelni |
g729dec: fix use of deprecated functions.
Signed-off-by: Michael …
|
|
|
@ad21c051
|
13 years |
michaelni |
diracdec: fix use of deprecated funnctions
Signed-off-by: Michael …
|
|
|
@204cb29b
|
13 years |
justin.ruggles |
shorten: Use separate pointers for the allocated memory for decoded …
|
|
|
@c509f4f7
|
13 years |
justin.ruggles |
atrac3: Fix crash in tonal component decoding.
Add a check to avoid …
|
|
|
@9fb7a5af
|
13 years |
justin.ruggles |
ws_snd1: Fix wrong samples counts.
This makes the check that avoids …
|
|
|
@8b18288
|
13 years |
michaelni |
qtrleenc: fix uninitialized variable warnings
Signed-off-by: Michael …
|
|
|
@5a03a3d
|
13 years |
michaelni |
proresdec2: use ff_dsputil_init() avoid deprecated ff_ less variant.
…
|
|
|
@67f17e7
|
13 years |
michaelni |
proresdec2: Fix 16 vs. 8bit compiler warnings.
Signed-off-by: Michael …
|
|
|
@51df7b23
|
13 years |
martin |
movenc: Don't set a default sample duration when creating ismv
…
|
|
|
@298a587
|
13 years |
martin |
rtp: Factorize the check for distinguishing RTCP packets from RTP
The …
|
|
|
@c6643fdd
|
13 years |
rsbultje |
golomb: avoid infinite loop on all-zero input (or end of buffer).
…
|
|
|
@c9fdf324
|
13 years |
justin.ruggles |
bethsoftvid: synchronize video timestamps with audio sample rate
…
|
|
|
@773ff823
|
13 years |
justin.ruggles |
bethsoftvid: add audio stream only after getting the first audio …
|
|
|
@9546f331
|
13 years |
justin.ruggles |
bethsoftvid: Set video packet duration instead of accumulating pts.
|
|
|
@05e4ae83
|
13 years |
justin.ruggles |
bethsoftvid: set packet key frame flag for audio and I-frame video …
|
|
|
@17b11559
|
13 years |
justin.ruggles |
bethsoftvid: fix read_packet() return codes.
Use proper AVERROR …
|
|
|
@f320fb89
|
13 years |
justin.ruggles |
bethsoftvid: pass palette in side data instead of in a separate …
|
|
|
@f3a094f2
|
13 years |
martin |
sdp: Ignore RTCP packets when autodetecting RTP streams
The rtp …
|
|
|
@17b11ffe
|
13 years |
kostya.shishkov |
proresenc: initialise 'sign' variable
|
|
|
@b92ecda2
|
13 years |
michaelni |
snow: zero scratchbuf.
This should fix some valgrind warnings.
…
|
|
|
@0f155c86
|
13 years |
michaelni |
fate: trying to fix "libavcodec/dct-test.o:(.rodata+0xdc): undefined …
|
|
|
@f3e08490
|
13 years |
rsbultje |
mpegaudio: replace memcpy by SIMD code
By replacing memcpy with an …
|
|
|
@ae591aee
|
13 years |
rsbultje |
vc1: prevent using last_frame as a reference for I/P first frame.
…
|
|
|