|
|
|
@d2838f09
|
10 years |
michaelni |
cmdutils.c: Use av_realloc_array()
Signed-off-by: Michael Niedermayer …
|
|
|
@ea7af58f
|
10 years |
michaelni |
avformat/id3v2: support USLT tags
I think this turned out pretty …
|
|
|
@369b4cd4
|
10 years |
michaelni |
cmdutils: Use 64bit for file size/offset related variable in …
|
|
|
@bbfca8e8
|
10 years |
michaelni |
avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving …
|
|
|
@da0dadbe
|
10 years |
michaelni |
avfilter/buffer: use av_freep() to avoid leaving stale pointers in …
|
|
|
@59ca6e25
|
10 years |
michaelni |
avformat/hlsproto: Use av_freep, to avoid leaving stale pointers in …
|
|
|
@6e70e4ac
|
10 years |
michaelni |
avformat/matroskadec: Use av_freep() to avoid leaving stale pointers …
|
|
|
@383c6a3a
|
10 years |
michaelni |
avformat/mov: use av_freep() to avoid leaving stale pointers in memory …
|
|
|
@62eafb6a
|
10 years |
michaelni |
avformat/mov: Clear array to prevent potential out of array read from …
|
|
|
@145a8471
|
10 years |
onemda |
lavfi: check av_strdup() return value
Signed-off-by: Paul B Mahol …
|
|
|
@3ebd76a
|
10 years |
michaelni |
mov: Fix negative size calculation in mov_read_default().
The …
|
|
|
@3859868c
|
10 years |
michaelni |
avformat/mov: fix integer overflow in mov_read_udta_string()
…
|
|
|
@db42d93a
|
10 years |
michaelni |
mov: Fix overflow and error handling in read_tfra().
Under abnormal …
|
|
|
@a79ac73b
|
10 years |
michaelni |
avfilter/vf_idet: Add analyze_interlaced_flag mode
This should allow …
|
|
|
@42411a85
|
10 years |
michaelni |
avfilter/vf_yadif: detect telecine content
Fixes: yadif with …
|
|
|
@bd780104
|
10 years |
michaelni |
avformat/id3v1: strip trailing whitespace
ID3v1 fields have a fixed …
|
|
|
@08810a88
|
10 years |
James |
x86/flacdsp: remove unneeded ifdeffery
x86inc can translate r*m into …
|
|
|
@d02d4d04
|
10 years |
michaelni |
avformat/dvbsub: increase probe score
Ive not found a single false …
|
|
|
@b0826b83
|
10 years |
michaelni |
avformat/dvbsub: fix indent after previous commit
Signed-off-by: …
|
|
|
@3bf2b376
|
10 years |
michaelni |
avformat/dvbsub: check for 0xf0 earlier in probe, 30% faster
…
|
|
|
@0e1c827e
|
10 years |
michaelni |
Merge remote-tracking branch 'origin/master'
* origin/master:
…
|
|
|
@91bdb244
|
10 years |
onemda |
libavfilter/vf_blend: do not unconditionally compile both filters
…
|
|
|
@c9151de7
|
10 years |
michaelni |
avcodec/dvdsubdec: fix out of bounds accesses
The code blindly …
|
|
|
@beedeb43
|
10 years |
michaelni |
doc/ffmpeg: mention both ffpreset/avpreset in documentation, remove …
|
|
|
@fb22e5ae
|
10 years |
michaelni |
Merge commit '46808fdf04ab113df374157b90b506eb3110daf2'
* commit …
|
|
|
@e7521d97
|
10 years |
michaelni |
Merge commit '9f810a9b374e0ff8e2a19fd8a7347afe2933e229'
* commit …
|
|
|
@dd4de4a9
|
10 years |
michaelni |
Merge commit 'c4aa0f865fb2c3b28a309d1bb27fd1c24b75ba28'
* commit …
|
|
|
@1ed5912
|
10 years |
michaelni |
Merge commit 'f4d4e66a24a5c9497a5b6d3c089ac58089a87428'
* commit …
|
|
|
@1d41571b
|
10 years |
michaelni |
Merge commit '3e160652219ff4da433f5672ae1e5f4956abb815'
* commit …
|
|
|
@f1098eb9
|
10 years |
michaelni |
avformat/aiffdec: only read codec tag when there is space in header
…
|
|
|
@ce1e10aa
|
10 years |
michaelni |
avformat/utils: add dvbsub to set_codec_from_probe_data()
Fixes part …
|
|
|
@e313735
|
10 years |
michaelni |
avformat: add dvbsub demuxer
This is needed for probing some dvbsub …
|
|
|
@d1781fd7
|
10 years |
michaelni |
avformat/rawdec: Add FF_DEF_RAWSUB_DEMUXER
This is similar to the …
|
|
|
@dc265e2b
|
10 years |
michaelni |
avformat/rawdec: Make ff_raw_data_read_header() non static
This is …
|
|
|
@58721388
|
10 years |
michaelni |
avformat/flvenc: omit more metadata elements with specific meaning
…
|
|
|
@0f931b29
|
10 years |
michaelni |
Factorize avpriv_mirror() out
Signed-off-by: Michael Niedermayer …
|
|
|
@9bff052b
|
10 years |
michaelni |
avfilter/vf_sab: fix filtering tiny images
Fixes out of array reads
…
|
|
|
@46808fdf
|
10 years |
martin |
movenc: Enable editlists by default if delay_moov is enabled
Being …
|
|
|
@9f810a9b
|
10 years |
martin |
libavformat: Check for malloc failures in avformat_new_stream
CC: …
|
|
|
@c4aa0f86
|
10 years |
martin |
libavformat: Remove a misleading/incorrect comment
This comment can …
|
|
|
@f4d4e66a
|
10 years |
martin |
configure: Remap -L to -libpath for msvc
This allows using libraries …
|
|
|
@3e160652
|
10 years |
martin |
cmdutils: update copyright year to 2015.
Signed-off-by: Martin …
|
|
|
@9975088
|
10 years |
Reynaldo H. Verdejo Pinochet |
ffserver: reindent rtsp_cmd_setup()
Signed-off-by: Reynaldo H. …
|
|
|
@ac1940b2
|
10 years |
Reynaldo H. Verdejo Pinochet |
ffserver: reflow rtsp_cmd_setup()
Signed-off-by: Reynaldo H. Verdejo …
|
|
|
@196bc03a
|
10 years |
Reynaldo H. Verdejo Pinochet |
ffserver: drop redundant else clause
Signed-off-by: Reynaldo H. …
|
|
|
@9e55130a
|
10 years |
Reynaldo H. Verdejo Pinochet |
ffserver: reindent compute_status()
Signed-off-by: Reynaldo H. …
|
|
|
@907101e
|
10 years |
Reynaldo H. Verdejo Pinochet |
ffserver: reflow compute_status()
Signed-off-by: Reynaldo H. Verdejo …
|
|
|
@5c95de15
|
10 years |
michaelni |
avcodec/libxvid: check for av_malloc*() failures
Signed-off-by: …
|
|
|
@bd12aa2b
|
10 years |
michaelni |
avcodec/ljpegenc: Check for av_malloc_array() failure
Signed-off-by: …
|
|
|
@d56b0984
|
10 years |
michaelni |
avformat/westwood_vqa: Remove unneeded cast
Signed-off-by: Michael …
|
|
|
@0daf6014
|
10 years |
michaelni |
avformat/movenc: fix DELAY_MOOV
Signed-off-by: Michael Niedermayer …
|
|
|
@00f9e51a
|
10 years |
michaelni |
tests/regression-funcs: Remove hardcoded threads 1
The tests which …
|
|
|
@4bcb58b3
|
10 years |
michaelni |
Merge commit 'f2ad1495f23376ce61542967f4fc14205f284d40'
* commit …
|
|
|
@cc5f5e14
|
10 years |
u |
build: require libxcb >= 1.4
Fixes Ticket #4139
|
|
|
@38c1bffd
|
10 years |
michaelni |
Merge commit '470c9db11ff2c3249e995e7ba68e87bb81bf778c'
* commit …
|
|
|
@b8db25a3
|
10 years |
James |
configure: bump year
Happy new year!
|
|
|
@e566667d
|
10 years |
michaelni |
Merge commit '5cf6bda6e2eae496e8eb2bb06c96852d59a58b8a'
* commit …
|
|
|
@3be67f33
|
10 years |
michaelni |
Merge commit '7a1a63e34fa46af18311c2493fdaec9a93bdb750'
* commit …
|
|
|
@983778f1
|
10 years |
michaelni |
Merge commit 'c5e7ea13d2d4da0c5da91973a547afff6fe9e011'
* commit …
|
|
|
@b0ba8a23
|
10 years |
michaelni |
Merge commit 'b3b0b35db2f3b61bf2f0f4fa85f5b6267d83c8fe'
* commit …
|
|
|
@f38e2bcb
|
10 years |
michaelni |
Merge commit '847bf5988fec1d3e65c1d8cf0cdb8caf0cfd0c1b'
* commit …
|
|
|
@504267f
|
10 years |
michaelni |
avformat/movenc: Use cluster timestamps when available in edts
Also …
|
|
|
@0506f687
|
10 years |
michaelni |
Merge commit 'c725faebda9a516766d94c33b07972ab0f70cf93'
* commit …
|
|
|
@f2ad1495
|
10 years |
martin |
avisynth: Use RTLD_LOCAL instead of RTLD_GLOBAL
There shouldn't be …
|
|
|
@68a06a24
|
10 years |
michaelni |
Merge commit '724cbea7193945fe5a5b4dea8ede344803572844'
* commit …
|
|
|
@7ca10d10
|
10 years |
michaelni |
Merge commit '355d01a1bf55297b1d1f04e4bfbf0ddc93b6247e'
* commit …
|
|
|
@470c9db1
|
10 years |
martin |
sidxindex: Remove parsing that isn't necessary any longer
When we …
|
|
|
@5cf6bda
|
10 years |
martin |
sidxindex: Don't adjust the Period start time depending on the track …
|
|
|
@7a1a63e3
|
10 years |
martin |
dashenc: Use pts for MPD timeline timestamps
This should be more …
|
|
|
@c5e7ea1
|
10 years |
martin |
dashenc: Use delay_moov
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@b3b0b35d
|
10 years |
martin |
movenc: Get rid of a hack for updating the dvc1 atom
Use the more …
|
|
|
@847bf598
|
10 years |
martin |
movenc: Add an option for delaying writing the moov with empty_moov
…
|
|
|
@c725faeb
|
10 years |
martin |
movenc: Use start_dts/cts instead of cluster[0] for writing edit lists …
|
|
|
@724cbea7
|
10 years |
martin |
movenc: Remove an unnecessary condition when flushing fragments
If …
|
|
|
@355d01a1
|
10 years |
martin |
movenc: Factorize writing ftyp and other identification tags to a …
|
|
|
@a3ab8742
|
10 years |
michaelni |
avutil/camellia: cosmetic fixes
Signed-off-by: Giorgio Vazzana …
|
|
|
@fbb792f
|
10 years |
michaelni |
avutil/camellia: use K[2] instead of *K in generate_round_keys()
…
|
|
|
@8e38b153
|
10 years |
michaelni |
avutil/camellia: make LR128() more robust
Signed-off-by: Giorgio …
|
|
|
@88d19d24
|
10 years |
michaelni |
avutil/camellia: fix documentation for av_camellia_crypt()
…
|
|
|
@55763b6f
|
10 years |
michaelni |
lavd/lavfi: allow to extract subcc.
Signed-off-by: Nicolas George …
|
|
|
@c6bb651b
|
10 years |
michaelni |
libavutil: Added Camellia symmetric block cipher
Signed-off-by: …
|
|
|
@4c7a1ccb
|
10 years |
michaelni |
Changelog: Add cropdetect non 8bpp
Suggested-by: Reimar
Previous …
|
|
|
@11201bbf
|
10 years |
clement |
avformat/mov: reindent after previous commit
|
|
|
@55faf56c
|
10 years |
clement |
avformat/mov: move edit list heuristics into mov_build_index()
…
|
|
|
@75cc57f7
|
10 years |
michaelni |
avcodec/mpeg12dec: Check actual aspect ratio instead of …
|
|
|
@1010b36d
|
10 years |
michaelni |
avcodec/mpeg12dec: Recalculate SAR unconditionally
Fixes Ticket4161
…
|
|
|
@aeb36fd
|
10 years |
michaelni |
avcodec/mpeg12dec: Move user data debug code out of unrelated if …
|
|
|
@6a29499
|
10 years |
u |
avformat/flvdec: remove duplicated line error
Fix typo regression …
|
|
|
@8009a51f
|
10 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@efc4bfc1
|
10 years |
michaelni |
avformat/flvdec: use named identifier instead of literal numbers as …
|
|
|
@eb767a27
|
10 years |
michaelni |
avformat/flvdec: Increase string array size
Fixes parsing …
|
|
|
@322f0f5
|
10 years |
michaelni |
avformat/flvdec: do not inject dts=0 metadata packets which failed to …
|
|
|
@5c37ffca
|
10 years |
michaelni |
avformat/flvdec: add several error messages to error conditions
…
|
|
|
@46aa75ee
|
10 years |
Marton Balint |
ffplay: dump format before selecting streams
This helps the user to …
|
|
|
@5e7dcb04
|
10 years |
Marton Balint |
ffplay: add support for stream specifiers in -ast, -vst, -sst options
…
|
|
|
@82928656
|
10 years |
Marton Balint |
ffplay: remove unused no_background from videostate
Signed-off-by: …
|
|
|
@8c1f5fb0
|
10 years |
Marton Balint |
ffplay: remove flushed state from decoder context
Signed-off-by: …
|
|
|
@d25d9296
|
10 years |
michaelni |
avfilter/vf_idet: Add 9, 12 and 14 bit pixel formats
Signed-off-by: …
|
|
|
@18802bc8
|
10 years |
michaelni |
avfilter/vf_idet: Use frame_requested instead of prev
This is more …
|
|
|
@3eb5cbe0
|
10 years |
michaelni |
avformat/cdxl: Fix integer overflow of image_size
Signed-off-by: …
|
|
|