|
|
|
@8001e9f7
|
11 years |
michaelni |
avcodec/jpeg2000dec: fix error detection in pix_fmt_match()
Fixes out …
|
|
|
@723e7b86
|
11 years |
michaelni |
avcodec/jpeg2000dec: calculate planar and pixelsize from pixel format …
|
|
|
@6ba02602
|
11 years |
michaelni |
avcodec/vmnc: Check that rectangles are within the picture
Prevents …
|
|
|
@7c6cf689
|
11 years |
michaelni |
avcodec/diracdec: allocate edges internally instead of depending on …
|
|
|
@d83707c6
|
11 years |
michaelni |
Merge commit '024db24912a39316b0ef0b7d793307d62da038f4'
* commit …
|
|
|
@d08dd328
|
11 years |
michaelni |
avcodec/mpegvideo_enc: disable direct mode in load_input_picture() for …
|
|
|
@ea4b477a
|
11 years |
michaelni |
Merge commit 'f7e85ee996b3886c2b13e928b83277382311af96'
* commit …
|
|
|
@9ab8f373
|
11 years |
stefasab |
examples/muxing: remove redundant {}
|
|
|
@b933c72
|
11 years |
stefasab |
examples/muxing: change error checks, from "ret != 0" to "ret < 0"
…
|
|
|
@d72c742d
|
11 years |
stefasab |
examples/muxing: factorize write_interleave code
Also log output …
|
|
|
@5e2b8e49
|
11 years |
stefasab |
examples: add remuxing example
Show how to perform streamcopy from …
|
|
|
@024db249
|
11 years |
anton |
mpegvideo: allocate edges when encoding.
Allocating edges will be …
|
|
|
@f7e85ee9
|
11 years |
anton |
lavc: allow the caller to override dimensions in ff_get_buffer()
This …
|
|
|
@4014b401
|
11 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
…
|
|
|
@a493f854
|
11 years |
michaelni |
avcodec/x86/dsp: add_int16_mmx / add_int16_sse2
Signed-off-by: …
|
|
|
@da068482
|
11 years |
michaelni |
avcodec/dsputil/huffyuv: move diff int16 and add int16 to dsputil
…
|
|
|
@f9c2d4d1
|
11 years |
Carl Eugen Hoyos |
Allow decoding of slightly broken Nikon avi files.
Fixes ticket #3330.
|
|
|
@f29cdbe1
|
11 years |
michaelni |
vp8: remove redundant "equals 1" test
mb_layout is either zero or …
|
|
|
@1a193c4
|
11 years |
michaelni |
lavf: add avformat_get_mov_video_tags() and …
|
|
|
@fde2afd9
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
eac3: …
|
|
|
@10f1ee2f
|
11 years |
michaelni |
Merge commit 'ade75fb811500f3e3f284737f123938d83be728f'
* commit …
|
|
|
@3a5a039a
|
11 years |
michaelni |
Merge commit 'c229f571fd3c7d7b567c27c87b2bbcdaee1b0e9f'
* commit …
|
|
|
@c3d12156
|
11 years |
michaelni |
Merge commit '1f604f96ea70503caa642f68a85be6074a5b3f46'
* commit …
|
|
|
@9d13432a
|
11 years |
michaelni |
avformat/matroskadec: identify SMI as SVQ3
Fixes part of Ticket3256
…
|
|
|
@0d43b114
|
11 years |
tdskywalker |
eac3: cosmetics, re-indent.
|
|
|
@ade75fb8
|
11 years |
tdskywalker |
(e)ac3: clip surround mix level indexes.
Values 0-2 are reserved, 3 …
|
|
|
@c229f571
|
11 years |
tdskywalker |
(e)ac3: parse and store the Lt/Rt and LFE mix levels.
|
|
|
@1f604f96
|
11 years |
tdskywalker |
ac3: set default matrix encoding modes in parse_frame_header.
…
|
|
|
@48218580
|
11 years |
michaelni |
avformat/matroskadec: support QDM2 as generated by mkvtoolnix-6.7.0
…
|
|
|
@5800b085
|
11 years |
michaelni |
avformat/matroskadec: support SVQ3 as generated by mkvtoolnix-6.6.0
…
|
|
|
@0500623d
|
11 years |
michaelni |
Merge remote-tracking branch 'cigaes/master'
* cigaes/master:
…
|
|
|
@ad8d063f
|
11 years |
michaelni |
avcodec/mjpegdec: Dont skip picture allocation if theres no picture …
|
|
|
@2dc5980
|
11 years |
george |
lavfi/dualinput: fix shortest option.
Fix trac ticket #3315.
|
|
|
@77b8d4e5
|
11 years |
george |
lavfi/vf_tile: use av_make_q.
|
|
|
@c4b7ad32
|
11 years |
george |
lavfi/avf_concat: use av_make_q.
|
|
|
@bf9908c6
|
11 years |
george |
lavfi/af_amerge: use av_make_q.
|
|
|
@3532dd52
|
11 years |
george |
lavu/rational: add syntactic sugar.
Add a function to create a …
|
|
|
@56072421
|
11 years |
stefasab |
doc/muxers: add "Options", "Examples", "Syntax", etc. subsections
…
|
|
|
@093439b
|
11 years |
stefasab |
doc/encoders: add libx264rgb doc and supported pixfmts for …
|
|
|
@52957359
|
11 years |
stefasab |
doc/muxers/segment: fix formula for computing the segment_time_delta value
|
|
|
@3dc494f8
|
11 years |
stefasab |
lavfi/vidstabtransform: apply various documentation/option minor fixes …
|
|
|
@676a395a
|
11 years |
michaelni |
avcodec/aacdec: Dont fail if channels arent known yet
Fixes …
|
|
|
@31e703e8
|
11 years |
michaelni |
avcodec/mjpegdec: Dont treat the lack of a startcode differently from …
|
|
|
@361e27a3
|
11 years |
michaelni |
avcodec/mjpegdec: only run EOI emulation code when there was a scan
…
|
|
|
@8893f31e
|
11 years |
michaelni |
avcodec/mjpegdec: update cur_scan also for non-LS jpeg
This should …
|
|
|
@b9bedb0b
|
11 years |
michaelni |
avcodec/dnxhdenc: return meaningful return codes
Signed-off-by: …
|
|
|
@a52fbe51
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
h264: …
|
|
|
@2510e820
|
11 years |
michaelni |
Merge commit '9ecabd7892ff073ae60ded3fc0a1290f5914ed5c'
* commit …
|
|
|
@87e46dd5
|
11 years |
michaelni |
Merge commit '0652e024c680420d298cdf3719d0a0c030173fe3'
* commit …
|
|
|
@59fb3c4b
|
11 years |
michaelni |
Merge commit '98cc9efc5f6b4dc847ed3b9b60b1c3bcd14e6791'
* commit …
|
|
|
@32961030
|
11 years |
michaelni |
Merge commit '00dbff4c3e048b4abd01bf805725aabff0fa5ee1'
* commit …
|
|
|
@f2cb3b36
|
11 years |
michaelni |
Merge commit '7f0e81db3c4ee6f8ce15058bafa72ce928a89f3f'
* commit …
|
|
|
@357a733f
|
11 years |
michaelni |
Merge commit 'd1b3fabe6945e511bb20fc9ca52b47eb952526ee'
* commit …
|
|
|
@06637c92
|
11 years |
michaelni |
Merge commit '210881110d3e22cca36edeaca118b5e22c998266'
* commit …
|
|
|
@8b2e5e42
|
11 years |
anton |
h264: check that an IDR NAL only contains I slices
Found-by: Mateusz …
|
|
|
@9ecabd78
|
11 years |
anton |
h264: reset num_reorder_frames if it is invalid
An invalid VUI is not …
|
|
|
@0652e024
|
11 years |
anton |
h264: reset ref count if decoding the slice header fails
Otherwise …
|
|
|
@98cc9efc
|
11 years |
anton |
h264: prevent two matching fields from being both a short/long ref …
|
|
|
@00dbff4c
|
11 years |
anton |
h264: do not call field_end if we do not have a current picture
Fixes …
|
|
|
@7f0e81db
|
11 years |
anton |
h264: limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3 …
|
|
|
@d1b3fabe
|
11 years |
anton |
h264: reset first_field if frame_start() fails for missing refs
In …
|
|
|
@3dd04cbc
|
11 years |
michaelni |
swresample: Add arm&x86 clobber tests
Signed-off-by: Michael …
|
|
|
@26800e38
|
11 years |
michaelni |
vp9/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxext
pavgb is an sse …
|
|
|
@21088111
|
11 years |
siretart |
Prepare for 10_alpha2 Release
|
|
|
@0117ba55
|
11 years |
michaelni |
avcodec/mpegvideo_enc: fix custom matrixes with jpeg
Signed-off-by: …
|
|
|
@4d55fe72
|
11 years |
michaelni |
x86inc: speed up compilation with yasm
Work around yasm's …
|
|
|
@740e6042
|
11 years |
michaelni |
ffmpeg: change ost->finished to an enum
Idea-by: ramiro …
|
|
|
@d73f8976
|
11 years |
michaelni |
ffmpeg: update statistics only when a packet is actually muxed
…
|
|
|
@5c459504
|
11 years |
michaelni |
ffmpeg/flush_encoders: dont mux packets once ost->finished has been …
|
|
|
@706741e8
|
11 years |
michaelni |
ffmpeg: properly close down muxers on av_interleaved_write_frame() …
|
|
|
@4ff77d44
|
11 years |
michaelni |
ffmpeg: check ost->finished in check_output_constraints()
No testcase …
|
|
|
@7d91fb30
|
11 years |
michaelni |
ffmpeg: check ost->finished in reap_filters()
This avoids finished …
|
|
|
@ed7f1a5c
|
11 years |
michaelni |
avformat/metadata: allow ff_metadata_conv() to be called with NULL …
|
|
|
@447d71b8
|
11 years |
michaelni |
avfilter/vf_elbg: Fixed seed range of elbg filter
Signed-off-by: …
|
|
|
@19df5dcb
|
11 years |
michaelni |
avcodec/dnxhdenc: check that qmax is within the supported range
…
|
|
|
@f1caaa1c
|
11 years |
michaelni |
dnxhdenc: fix mb_rc size
Fixes out of array access with RC_VARIANCE …
|
|
|
@ee27b113
|
11 years |
michaelni |
avformat/riff: fix demuxing of h264 INMC
Its said that there was a …
|
|
|
@68ed0b6c
|
11 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
Fix …
|
|
|
@f1edf881
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@cd259cda
|
11 years |
michaelni |
Merge commit '104a97beaffa6348e6fd2c2d07d67c1402322bb3'
* commit …
|
|
|
@6e2d3ba0
|
11 years |
michaelni |
Merge commit '5ef11b8dcc054b230deb9b20493255c14a80597d'
* commit …
|
|
|
@206c06d9
|
11 years |
michaelni |
Merge commit '2ce8bca51f7264b47027f69d50dd8e49aa2fd683'
* commit …
|
|
|
@58770db2
|
11 years |
michaelni |
Merge commit '33018907bd07b34e0e70d5ae12097265eb3734d7'
* commit …
|
|
|
@5049b6a1
|
11 years |
michaelni |
Merge commit 'f9cc6883a4e5cf72cbfa21d17e1908a2a432f6bd'
* commit …
|
|
|
@045d8007
|
11 years |
michaelni |
Merge commit '045654f422e74be8ed09a0819d39051d67633a09'
* commit …
|
|
|
@68ebf70f
|
11 years |
michaelni |
Merge commit 'ff23c4e4935e96e62d8ff2212a1955a43add88e1'
* commit …
|
|
|
@ee3fc8aa
|
11 years |
Carl Eugen Hoyos |
Fix libxvid crash on failing initialisation.
Fixes ticket #3297.
|
|
|
@c8b99f8a
|
11 years |
michaelni |
Merge commit '87acd33c092ab9e7d73686627e9105d99c1e4928'
* commit …
|
|
|
@9f3a555b
|
11 years |
michaelni |
Merge commit '03f2de5856ec8571fcf5f4cf6dccc713294af545'
* commit …
|
|
|
@d2a7314f
|
11 years |
clement |
vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2().
Similar gains in …
|
|
|
@c9db8694
|
11 years |
anton |
avisynth: fix setting packet properties
Reviewed-by: Stephen …
|
|
|
@104a97be
|
11 years |
anton |
buffersrc: handle non-refcounted frames in av_buffersrc_add_frame() …
|
|
|
@5ef11b8d
|
11 years |
anton |
yuv4mpeg: set average frame rate
|
|
|
@2ce8bca
|
11 years |
anton |
avconv: print a warning when falling back to default 25fps
|
|
|
@33018907
|
11 years |
anton |
mp3enc: allow omitting the id3v2 header with -id3v2_version 0
|
|
|
@f9cc6883
|
11 years |
anton |
mp3enc: add an option for disabling the Xing frame.
|
|
|
@045654f4
|
11 years |
lu_zero |
doxy: Document better the available AVFrame flags
|
|
|
@ff23c4e4
|
11 years |
lu_zero |
doxy: Add AVFrame to the structured modules
|
|
|
@87acd33c
|
11 years |
martin |
aviocat: Add support for specifying the input duration
This avoids …
|
|
|
@03f2de58
|
11 years |
martin |
aviocat: Check the argv array length before reading element i+1
…
|
|
|