|
|
|
@bb6101d4
|
11 years |
michaelni |
avformat/nuv: use ff_get_extradata()
Signed-off-by: Michael …
|
|
|
@0cedc6c
|
11 years |
michaelni |
avformat/nutdec: use ff_get_extradata()
Signed-off-by: Michael …
|
|
|
@6f7daae0
|
11 years |
michaelni |
avformat/mpc8: use ff_get_extradata()
Signed-off-by: Michael …
|
|
|
@a1ce41c9
|
11 years |
michaelni |
avformat/mpc: use ff_get_extradata()
Signed-off-by: Michael …
|
|
|
@3e5a7dff
|
11 years |
michaelni |
avformat/mov: use ff_get_extradata()
Signed-off-by: Michael …
|
|
|
@28cc7062
|
11 years |
michaelni |
avformat/isom: use ff_get_extradata()
Signed-off-by: Michael …
|
|
|
@215759a9
|
11 years |
michaelni |
avformat/idcin: use ff_get_extradata()
Signed-off-by: Michael …
|
|
|
@d8d5258
|
11 years |
michaelni |
avformat/flvdec: use ff_get_extradata()
Signed-off-by: Michael …
|
|
|
@c633aeba
|
11 years |
michaelni |
avformat/ffmdec: use ff_get_extradata()
Signed-off-by: Michael …
|
|
|
@773f2a56
|
11 years |
michaelni |
avformat/cafdec: use ff_get_extradata()
Signed-off-by: Michael …
|
|
|
@5ce04c54
|
11 years |
michaelni |
avformat/bink: use ff_get_extradata()
Signed-off-by: Michael …
|
|
|
@e93bc3e
|
11 years |
michaelni |
avformat/avidec: use ff_get_extradata()
Signed-off-by: Michael …
|
|
|
@f04fc386
|
11 years |
michaelni |
avformat/apetag: use ff_get_extradata()
Signed-off-by: Michael …
|
|
|
@9e5fa1e5
|
11 years |
michaelni |
avformat/apc: use ff_get_extradata()
Signed-off-by: Michael …
|
|
|
@b59740e
|
11 years |
michaelni |
avformat/aiffdec: use ff_get_extradata()
Signed-off-by: Michael …
|
|
|
@482b2042
|
11 years |
michaelni |
avformat/adxdec: use ff_get_extradata()
Signed-off-by: Michael …
|
|
|
@ee4e8050
|
11 years |
michaelni |
avformat: add ff_get_extradata()
Signed-off-by: Michael Niedermayer …
|
|
|
@ac480cb
|
11 years |
michaelni |
avformat/isom: free extradata on failure to read it
Fixes use of …
|
|
|
@2a5fb0b1
|
11 years |
michaelni |
avformat/mov: check avio_read return in mov_read_dvc1()
Fixes use of …
|
|
|
@0d944ee3
|
11 years |
michaelni |
matroskadec: Fix bug when parsing realaudio codec parameters
flavor …
|
|
|
@2c0b246b
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@459db512
|
11 years |
michaelni |
avformat/ape: free packet on avio_read() failure
Fixes memleak
Fixes: …
|
|
|
@804ea14b
|
11 years |
michaelni |
avformat/nut: add minor_version field with version>=4
Signed-off-by: …
|
|
|
@6aa5037
|
11 years |
michaelni |
avformat/nut: store version in the context
Signed-off-by: Michael …
|
|
|
@3cfa310c
|
11 years |
michaelni |
avformat/ape: zero seektable&bittable and warn when they where only …
|
|
|
@f07ca542
|
11 years |
michaelni |
avcodec/vmdav: return the amount of data that has been unpacked from …
|
|
|
@d06ca204
|
11 years |
diego |
error.h: Do not circularly depend on avutil.h
|
|
|
@bb9f5516
|
11 years |
michaelni |
avcodec/eatgv: use av_mallocz() for frame_buffer
Fixes use of …
|
|
|
@51fed95
|
11 years |
michaelni |
swscale/utils: fix wrong deprecated message with rgb0
Fixes …
|
|
|
@691dec62
|
11 years |
michaelni |
Allow stream-copying grayscale mov files.
This reverts 0de2157f / …
|
|
|
@d63e9943
|
11 years |
michaelni |
avformat/mov: Do not compute a grayscale palette for cinepak in mov.
…
|
|
|
@251c96a7
|
11 years |
michaelni |
avformat/matroskadec: Fix start_time
Signed-off-by: Michael …
|
|
|
@acafbb4d
|
11 years |
michaelni |
vp9: fix crash if segmentation=1, keyframe/intraonly=1 and …
|
|
|
@4a55bffa
|
11 years |
michaelni |
vp9: fix bug in updating of coef probabilities with parallelmode=1.
…
|
|
|
@b2597042
|
11 years |
michaelni |
avcodec/libopusdec: Set codec->delay to pre_skip not fixed value
…
|
|
|
@05c3c568
|
11 years |
Carl Eugen Hoyos |
Read pictures in id3v2.2
|
|
|
@95953c1c
|
11 years |
michaelni |
avcodec/wavpack fix *void pointer arithmetic
Signed-off-by: Michael …
|
|
|
@e93a73cb
|
11 years |
michaelni |
wtvenc: output ff_format_none if ff_put_wav_header fails
This occurs …
|
|
|
@e4be0765
|
11 years |
michaelni |
wtvenc: use codec tag + MEDIASUBTYPE_BASE_GUID, if there is no …
|
|
|
@686b6dc3
|
11 years |
michaelni |
wtv: make ff_format_videoinfo2 visible to wtv encoder
Signed-off-by: …
|
|
|
@129ce05b
|
11 years |
stefasab |
tools/zmqsend: rename ctx to zmq_ctx
The new name is more explicit.
|
|
|
@dd00f9ca
|
11 years |
stefasab |
tools/zmqsend: use valid NULL log context
The zmq context is not a …
|
|
|
@99978320
|
11 years |
michaelni |
avcodec/apedec: use av_fast_padded_malloc()
Fixes use of …
|
|
|
@d5128fce
|
11 years |
michaelni |
avcodec/apedec: more checks for k
Fixes assertion failure
Fixes part …
|
|
|
@d9463340
|
11 years |
michaelni |
avcodec/libopencore-amr: remove av_free coded_frame.
There seems to …
|
|
|
@57c63c92
|
11 years |
michaelni |
MAINTAINERS: drop 2.0 from the releases that i maintain
…
|
|
|
@5c3079aa
|
11 years |
michaelni |
avformat/iss: check sscanf() return code
Fixes use of uninitialized …
|
|
|
@6da21c1f
|
11 years |
michaelni |
wtvenc: populate VIDEOINFOHEADER2
Fixes ticket #2835.
Signed-off-by: …
|
|
|
@f93b0abe
|
11 years |
michaelni |
avformat/riffenc: indent
Signed-off-by: Michael Niedermayer …
|
|
|
@fcbb9471
|
11 years |
michaelni |
riffenc: add option to ff_put_bmp_header to ignore extradata
…
|
|
|
@d08ea75a
|
11 years |
michaelni |
wtvenc: test avio_size() validity
Signed-off-by: Michael Niedermayer …
|
|
|
@5a1bfa7e
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavu: …
|
|
|
@5a8b4ed5
|
11 years |
michaelni |
Merge commit '57ead8449e44bd07b3d4a5bd42f1aab64566f92e'
* commit …
|
|
|
@5b4c7b7d
|
11 years |
michaelni |
Merge commit '6c0e83511705e7f8f5100e7852a1e7fd16aa8877'
* commit …
|
|
|
@8b285f03
|
11 years |
michaelni |
avcodec/utils: fix memleak on avcodec_open2() failure
Signed-off-by: …
|
|
|
@866c44d4
|
11 years |
michaelni |
avcodec/wavpack: clear remainder of data in case of error in …
|
|
|
@10d98248
|
11 years |
tdskywalker |
lavu: fix typo in documentation.
|
|
|
@57ead844
|
11 years |
tdskywalker |
doc: fix link to the ISC license text in the developer documentation.
|
|
|
@6c0e835
|
11 years |
tdskywalker |
doc: fix a coding style error in the developer documentation.
|
|
|
@911676c6
|
11 years |
michaelni |
avutil/avstring: add av_strnlen()
Signed-off-by: Michael Niedermayer …
|
|
|
@1c63aed2
|
11 years |
michaelni |
Convert XvMC to hwaccel v3
Signed-off-by: Ivan Kalvachev …
|
|
|
@c19f193c
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
vc1: …
|
|
|
@102b794e
|
11 years |
michaelni |
configure: support raising major version in soname
this allows …
|
|
|
@88956f73
|
11 years |
michaelni |
ffmpeg: use timestamp from before and after the decoder to detect …
|
|
|
@de2a2caf
|
11 years |
michaelni |
nutenc/write_index: warn if 2 consecutive keyframes have the same PTS …
|
|
|
@61ae9939
|
11 years |
lu_zero |
vc1: Fix intensity compensation performance regression
Introduced by …
|
|
|
@64b98df3
|
11 years |
michaelni |
vc1: simplify *_use_ic initialization
Signed-off-by: Michael …
|
|
|
@ed5bed41
|
11 years |
michaelni |
VC1: Fix intensity compensation performance regression
Fix …
|
|
|
@5410a5dc
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
hevc: …
|
|
|
@6fe5f770
|
11 years |
michaelni |
Merge commit 'be7c323176e2e5fcf30e3d2ff20975b2f936811b'
* commit …
|
|
|
@7398e05
|
11 years |
lu_zero |
hevc: move DSP declarations from hevc.h into hevcdsp.h
Signed-off-by: …
|
|
|
@9b195dd5
|
11 years |
michaelni |
avformat/4xm: shrink packet if it was only partially initialized
…
|
|
|
@2c635fab
|
11 years |
michaelni |
avformat/isom: check avio_read() result
Fixes use of uninitialized …
|
|
|
@b797a00f
|
11 years |
michaelni |
avformat/rmdec: zero string destination before use
Fixes use of …
|
|
|
@be7c323
|
11 years |
justin.ruggles |
Add a libwebp encoder
|
|
|
@ea1e630c
|
11 years |
michaelni |
vcodec/rv34: use av_mallocz() to allocate tables
Fixes use of …
|
|
|
@55328d5f
|
11 years |
michaelni |
avformat/electronicarts: detect endianness by comparing sizes instead …
|
|
|
@a07d4bc8
|
11 years |
michaelni |
avformat/gxfenc: dont use a int intermediate to store in a unsigned …
|
|
|
@587e3c34
|
11 years |
michaelni |
avformat/electronicarts: use 64bit variable for avio_tell() result
…
|
|
|
@03acb035
|
11 years |
michaelni |
avcodec/vqavideo: clear uninitialized parts of the decode buffer
…
|
|
|
@263105de
|
11 years |
michaelni |
avcodec/vqavideo: check destination size on all exit pathes
Fixes …
|
|
|
@d1b8e01
|
11 years |
michaelni |
examples/muxing: fix memleaks in resampler
- do not allocate …
|
|
|
@7d1d0b3e
|
11 years |
michaelni |
examples/muxing: use S16 sample_fmt for resample src regardless of …
|
|
|
@b6714fa0
|
11 years |
michaelni |
examples/muxing: fix av_frame_free() not called when got_packet is …
|
|
|
@8baaa924
|
11 years |
michaelni |
wtvdec: when testing for truncated files, actually check the .wtv file …
|
|
|
@70d6ce78
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
arm: …
|
|
|
@88839718
|
11 years |
michaelni |
Merge commit '5c3fa74b94fdedfd63b606f36920d7fbbc069b72'
* commit …
|
|
|
@95671622
|
11 years |
michaelni |
Merge commit '78d0b7f36e39bb4745613e312024ddd508e2f0fb'
* commit …
|
|
|
@3cd36b07
|
11 years |
michaelni |
Merge commit '259cddb137988a25607f091c2414158ff81ca7d6'
* commit …
|
|
|
@e00281b6
|
11 years |
michaelni |
Merge commit '2d18aaa14bc2233b0647d2c5abb72e0bc828c2a8'
* commit …
|
|
|
@2fb9e77a
|
11 years |
michaelni |
Merge commit '321cb8b048c7a8c0d2950f9278f36d912a886fa0'
* commit …
|
|
|
@d6b7ea0
|
11 years |
michaelni |
Merge commit '2a41826bea3833895dc06939831b7f35ca1f597e'
* commit …
|
|
|
@6fc9f5e0
|
11 years |
michaelni |
Merge commit 'f412b2c9f3a7add0ab8021262ec4bad249347e30'
* commit …
|
|
|
@0c16f644
|
11 years |
michaelni |
Merge commit '15739a9bd19a7d47ad8afb25348c684a3bdd6ef2'
* commit …
|
|
|
@b9f33ad3
|
11 years |
michaelni |
Merge commit 'e518cb863edc931888ccca6cad86f73ca7430cef'
* commit …
|
|
|
@d2344afb
|
11 years |
michaelni |
Merge commit '027712e851da4d124a842c9e2802f95d50582553'
* commit …
|
|
|
@ce612fc1
|
11 years |
michaelni |
Merge commit 'dfc50ac85e9d68a771b556297b7c411650206f3b'
* commit …
|
|
|
@4fa91b88
|
11 years |
michaelni |
Merge commit 'b254490bdabb21bd517c05b1a68717f9952ac8c4'
* commit …
|
|
|
@69278d94
|
11 years |
michaelni |
Merge commit '832e19063209a5f355af733d1a45f5051f49ce33'
* commit …
|
|
|
@eedd9148
|
11 years |
michaelni |
avformat/pva: Make sure the header is large enough before reading the …
|
|
|