|
|
|
@f9e083a1
|
13 years |
michaelni |
avidec: Check return value of more avio_seek calls
The move of …
|
|
|
@ac1d4893
|
13 years |
michaelni |
asf: Check return value of more avio_seek calls
This reduces problems …
|
|
|
@bc851a2
|
13 years |
michaelni |
Fix writes out of bounds in the ogg demuxer.
Between ogg_save() and …
|
|
|
@340e6735
|
13 years |
michaelni |
mpeg12dec: if lavc's mpeg2 decoder was asked to drop a frame, it could …
|
|
|
@411cc5c4
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (31 …
|
|
|
@5a6f4a13
|
13 years |
michaelni |
gitignore: add files to git ignore generated on a win32 build
…
|
|
|
@dc255275
|
13 years |
michaelni |
Fixed invalid read access on extra data in cinepak decoder.
…
|
|
|
@d0121e8d
|
13 years |
michaelni |
Fixed segfault on corrupted smacker streams in the demuxer.
…
|
|
|
@d07ac185
|
13 years |
michaelni |
Fixed segfaults on corruped smacker streams in the decoder.
…
|
|
|
@1632a57
|
13 years |
michaelni |
Fixed segfault on memory allocation failure in ape demuxer.
…
|
|
|
@c8ce2b0a
|
13 years |
michaelni |
mpegts: When playing mpegts over rtp/rtsp/sdp, lavf must still read …
|
|
|
@6cfed112
|
13 years |
diego |
audioconvert: add explanatory comments to channel_names array
…
|
|
|
@3a0b5fa5
|
13 years |
diego |
audioconvert: K&R whitespace cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@53f8f0a7
|
13 years |
michaelni |
Fix for some non interleaved avi files that gets played twice or won't …
|
|
|
@e42a3dd1
|
13 years |
michaelni |
Allow reading of growing avi files (ie currently being written)
This …
|
|
|
@fe0ac337
|
13 years |
michaelni |
mpeg4videodec: Fix new slice end detection for missing slices.
…
|
|
|
@4bb3ae1e
|
13 years |
anton |
avconv: use correct index when selecting metadata to write to.
|
|
|
@f39ecc79
|
13 years |
anton |
avconv: fix inverted variable
|
|
|
@172efad7
|
13 years |
anton |
doc/avconv: document option types (input/output/per-stream/...)
Also …
|
|
|
@99442bfe
|
13 years |
anton |
doc/avtools-common-opts: write a section about stream specifiers.
|
|
|
@3a37392e
|
13 years |
anton |
doc/avconv: remove two pointless paragraphs.
They are misleading and …
|
|
|
@eb054463
|
13 years |
anton |
doc/avconv: document that global options should be specified first.
|
|
|
@d3d6a258
|
13 years |
anton |
doc/avconv: remove entries for nonexistent options
|
|
|
@1533c102
|
13 years |
anton |
doc/avconv: remove documentation for removed 'timestamp' option
|
|
|
@b3dd2010
|
13 years |
anton |
doc: cosmetics, rename fftools-common-opts to avtools-.…
|
|
|
@495ecfd1
|
13 years |
anton |
avconv: move streamid_map to options context.
|
|
|
@8e5ce590
|
13 years |
anton |
avconv: extend -vf syntax
Add a per-stream -filter option, make -vf …
|
|
|
@828e0bcb
|
13 years |
anton |
avconv: move top_field_first to options context.
|
|
|
@2c2cff16
|
13 years |
anton |
avconv: move inter/intra matrix to options context.
|
|
|
@0bc39128
|
13 years |
anton |
avconv: remove -psnr option.
It's redundant -- -flags +psnr does the …
|
|
|
@d242d80e
|
13 years |
anton |
avconv: remove me_threshold option.
It's only shadowing the AVOption …
|
|
|
@0e68c783
|
13 years |
anton |
avconv: move video_rc_override_string to options context.
|
|
|
@b2254d8
|
13 years |
anton |
avconv: move frame pixel format to the options context.
Also remove …
|
|
|
@ca46fde7
|
13 years |
anton |
avconv: move frame aspect ratio to the options context.
|
|
|
@d4397b03
|
13 years |
anton |
avconv: move frame size to the options context.
|
|
|
@91ea4811
|
13 years |
anton |
avconv: move frame_rate to the options context.
|
|
|
@bef737a7
|
13 years |
anton |
avconv: move force_fps to the options context.
|
|
|
@7c029672
|
13 years |
anton |
avconv: move forced_key_frames to the options context.
|
|
|
@77d9c454
|
13 years |
anton |
avconv: rewrite -qscale and -aq handling.
Merge video_qscale (set by …
|
|
|
@e2469ccf
|
13 years |
anton |
avconv: move audio_sample_rate to the options context.
|
|
|
@2c474ddb
|
13 years |
anton |
cmdutils: add support for programs in check_stream_specifier()
Remove …
|
|
|
@05bffc12
|
13 years |
anton |
avconv: move audio_sample_fmt to options context.
Also document it …
|
|
|
@f1f15c3c
|
13 years |
lu_zero |
mpegts: improve error reporting
When reporting continuity error show …
|
|
|
@162f1fbc
|
13 years |
lu_zero |
mpegts: on seek, reset the cc for all PIDs
Prevent false positive …
|
|
|
@3fec40b6
|
13 years |
Carl Eugen Hoyos |
Fix VA-API decoding artefacts.
Fixes ticket #457.
|
|
|
@ea0ac11e
|
13 years |
michaelni |
h264: prevent an out of array read in decode_nal_units()
…
|
|
|
@0c0ec4be
|
13 years |
michaelni |
ffmpeg: dont copy duration when -t is used
Fixes Ticket445
…
|
|
|
@23f5cff9
|
13 years |
michaelni |
h264dec: Prevent CABAC and CAVLC bitsteram overreading
Signed-off-by: …
|
|
|
@28ccda78
|
13 years |
tempn |
add libspeex encoder change
|
|
|
@a52cdcd2
|
13 years |
michaelni |
libspeex encoder wraper
taken from svn head of xuggle
|
|
|
@c975cfae
|
13 years |
Clément Bœsch |
build: fix install rule with --progs-suffix.
|
|
|
@754d7f23
|
13 years |
Clément Bœsch |
Fix compilation with --disable-everything --enable-muxer=dv
|
|
|
@7ba8e6bb
|
13 years |
michaelni |
ffmpeg: replace messy duplicated tag compatibility functions by more …
|
|
|
@cec92fe4
|
13 years |
michaelni |
ffmpeg: add vbsf & absf for compatibility.
Signed-off-by: Michael …
|
|
|
@cb66db80
|
13 years |
michaelni |
mpegts: update comment to match code
Signed-off-by: Michael …
|
|
|
@6796b824
|
13 years |
michaelni |
libavformat/utils: Only require first packet to be known for all audio …
|
|
|
@2298818f
|
13 years |
stefano.sabatini-lala |
Remove reference to the libavfilter soc SVN repo, update libavfilter …
|
|
|
@4a3294ef
|
13 years |
michaelni |
dvbsubdec: don't hardcode subtitle colors count in dvbsubdec to 16
…
|
|
|
@8fd1da5b
|
13 years |
michaelni |
vp3dec: set key_frame field of AVFrame
Signed-off-by: Michael …
|
|
|
@6d40f88c
|
13 years |
michaelni |
mpegts: Some additional HDMV types and reg descriptors for mpegts
…
|
|
|
@d162994a
|
13 years |
lu_zero |
doc: explain STDC_CONSTANT_MACROS in C++
In order to build C++ …
|
|
|
@7db7eb0
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
Fixed …
|
|
|
@60599c68
|
13 years |
Carl Eugen Hoyos |
Fix copmilation with --disable-everything --enable-muxer=mxf.
|
|
|
@1eb805ed
|
13 years |
michaelni |
cabac test: Change input to test, so a wider range of states is …
|
|
|
@830d7d5c
|
13 years |
michaelni |
cabac test: match encode and decode side
Signed-off-by: Michael …
|
|
|
@89653ea7
|
13 years |
michaelni |
cabac: fix cabac encoder
Signed-off-by: Michael Niedermayer …
|
|
|
@8bfea4ab
|
13 years |
martin |
Fixed segfault with wavpack decoder on corrupted decorrelation terms …
|
|
|
@824f98f4
|
13 years |
michaelni |
Fixed deference of NULL pointer in motionpixels decoder.
…
|
|
|
@6a11686d
|
13 years |
anton |
avconv: move audio_channels to the options context.
|
|
|
@2130981a
|
13 years |
anton |
avconv: move *_disable to options context.
|
|
|
@35c5d7d1
|
13 years |
anton |
avconv: remove -[vas]lang options.
They are redundant, the same can …
|
|
|
@013887eb
|
13 years |
anton |
avconv: move codec tags to options context.
Add a new -tag option, …
|
|
|
@b10ba117
|
13 years |
michaelni |
avisynth: Fix upside down bug
|
|
|
@4f123a7d
|
13 years |
michaelni |
avisynth: Remove wrong pts calculation.
Fixes Ticket428
|
|
|
@78a041a9
|
13 years |
michaelni |
mpeg4videodec: rewrite the slice end detection of non partitioned …
|
|
|
@e5e0580b
|
13 years |
michaelni |
Fixed size given to init_get_bits().
init_get_bits() takes a number …
|
|
|
@0c1f5b93
|
13 years |
alex.converse |
cljr: init_get_bits size in bits instead of bytes
|
|
|
@b7ce4f1d
|
13 years |
alex.converse |
indeo2: fail if input buffer too small
|
|
|
@68ca330c
|
13 years |
alex.converse |
indeo2: init_get_bits size in bits instead of bytes
|
|
|
@46b00495
|
13 years |
alex.converse |
ffv1: Fixed size given to init_get_bits() in decoder.
init_get_bits() …
|
|
|
@8362a0ff
|
13 years |
michaelni |
Fixed size given to init_get_bits() in ffv1 decoder.
init_get_bits() …
|
|
|
@22bf6f70
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@1bb766a9
|
13 years |
michaelni |
ffmpeg: fix -re
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@73e0ec2f
|
13 years |
michaelni |
rc: finetune convergence failure fix
Signed-off-by: Michael …
|
|
|
@ed14517c
|
13 years |
michaelni |
rc: fix convergence failure
Signed-off-by: Michael Niedermayer …
|
|
|
@bcef876f
|
13 years |
michaelni |
Fix documentation for "-debug" commandline argument
(cherry picked …
|
|
|
@6dcbbe34
|
13 years |
michaelni |
av_interleave_packet_per_dts: switch noninterleaved flushing logic to …
|
|
|
@88fddd0b
|
13 years |
Clément Bœsch |
ffprobe: replace specific ## GNU cpp extension with VA_ARGS.
|
|
|
@8096b7c6
|
13 years |
michaelni |
asfenc: fix assert failure on long ffserver runs
|
|
|
@d64066f6
|
13 years |
michaelni |
Prevent double free of side_data when AVFMT_FLAG_KEEP_SIDE_DATA flag is set
|
|
|
@5241bc27
|
13 years |
Clément Bœsch |
ffprobe: replace simple string printing with the appropriate helper.
|
|
|
@78d7d8f
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
Employ …
|
|
|
@04c13dc
|
13 years |
michaelni |
qcelpdec: fix the return value of qcelp_decode_frame().
|
|
|
@54e1eaef
|
13 years |
michaelni |
mp3dec: Dont spam the user on multiple mp3 frames.
|
|
|
@8ba987bf
|
13 years |
michaelni |
ffmdec: set avio buffer to ffm->packet_size, avoid dirty reads
|
|
|
@0b99e858
|
13 years |
michaelni |
ffmdec: fix seeking for non indexed files
Signed-off-by: Michael …
|
|
|
@59810f83
|
13 years |
michaelni |
ffmdec: handle wrapped file in ffm_seek
|
|
|
@dba2b63a
|
13 years |
alex.converse |
wavpack: Check error codes rather than working around error conditions.
|
|
|
@6337de92
|
13 years |
michaelni |
doxygen: dont generate docs for avconv.c
This is a workaround to avoid …
|
|
|
@6376362d
|
13 years |
diego |
Employ FF_ARRAY_ELEMS instead of manually calculating array length.
|
|
|