summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | lavfi/alphamerge: switch to ff_filter_frame() APIStefano Sabatini2012-12-021-16/+5
| |
* | lavfi/blackdetect: switch to new ff_filter_frame() APIStefano Sabatini2012-12-021-18/+6
| |
* | lavu/parseutils: accept %J for hours >= 24.Nicolas George2012-12-023-3/+5
| | | | | | | | Allow to parse durations >= 24:00:00.
* | mpc8: check seektable size before attempting to use it.Michael Niedermayer2012-12-021-0/+4
| | | | | | | | | | | | | | Fixes null pointer dereference Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
* | dcadec: fix reading from prior to an arrayMichael Niedermayer2012-12-021-0/+5
| | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
* | lavfi/hqdn3d: avoid use of uninitialized variable.Clément Bœsch2012-12-021-1/+1
| |
* | lavfi/gradfun: avoid use of uninitialized variable.Clément Bœsch2012-12-021-1/+1
| |
* | xxan: more complete ybuf checks, fix out of array accesses.Michael Niedermayer2012-12-021-2/+4
| | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
* | Add FourCC V264 for H264 in CCTV recordings.Carl Eugen Hoyos2012-12-021-0/+1
| |
* | lavfi/vsrc: switch to ff_filter_frame.Clément Bœsch2012-12-023-15/+3
| |
* | lavf/assdec: return appropriate error code instead of -1.Clément Bœsch2012-12-021-1/+1
| |
* | lavf/assdec: add ass_ prefix to callbacks.Clément Bœsch2012-12-021-11/+11
| |
* | lavf/assdec: rewrite using the demux subtitles API.Clément Bœsch2012-12-021-120/+75
| |
* | lavf: use ff_subtitles_queue_seek() for text subtitles demuxers.Clément Bœsch2012-12-026-0/+54
| |
* | lavf/subtitles: seek a little more backward when necessary.Clément Bœsch2012-12-021-0/+11
| | | | | | | | | | If some previous subtitles are overlapping with the current time we make sure they are raised so the renderer can display them too.
* | lavf/subtitles: add ff_subtitles_queue_seek().Clément Bœsch2012-12-022-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | This function is almost identical to lavf/assdec:read_seek2(). It performs a generic seek for text subtitles demuxers for the new seeking API. The only difference with assdec:read_seek2 is the ts_diff being unsigned to avoid overflows. The seek callback in the ASS demuxer will be removed when it is redesigned to use FFDemuxSubtitlesQueue.
* | ffmpeg: use avformat_seek_file() instead of av_seek_frame().Clément Bœsch2012-12-021-1/+1
| | | | | | | | | | | | | | | | avformat_seek_file() is the new API. It will make sure the read_seek2() callback is called when the demuxer has it. Signed-off-by: Michael Niedermayer <[email protected]> Signed-off-by: Clément Bœsch <[email protected]>
* | vmnc: Check for integer overflowMichael Niedermayer2012-12-011-0/+4
| | | | | | | | | | | | | | Fixes null pointer dereference and potential out of array accesses. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
* | dcadec: check lfe fieldMichael Niedermayer2012-12-011-0/+6
| | | | | | | | | | | | | | Fix out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
* | PVF demuxerPaul B Mahol2012-12-016-1/+91
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | Support Sorenson Spark in f4v files streamed by Flash Media Server.Carl Eugen Hoyos2012-12-012-2/+6
| |
* | mxfdec: check index_tables before dereferencing in close.Michael Niedermayer2012-12-011-4/+6
| | | | | | | | | | | | | | Fixes null pointer dereference Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
* | svq1dec: update w/h only if the header is successfully parsed.Michael Niedermayer2012-12-011-5/+9
| | | | | | | | | | | | | | Prevents inconsistency and out of array accesses. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
* | lavu/opt: allow to set sample and pixel format with av_opt_set_int()Stefano Sabatini2012-12-016-13/+28
| | | | | | | | | | | | | | | | | | | | | | This change requires the user to specify min and max value, and makes possible to prevent the user to set AV_{SAMPLE,PIX}_FMT_NONE if forbidden. Add required ifdeffery in case of mixed libraries, when libavutil is updated but not the other libraries. This is a followup of 08d0969c1402ccec4dce44bd430128fb59d7b790.
* | fate/mp3: increase fuzz for NEON, due to different rounding from lrintf()Michael Niedermayer2012-12-011-0/+4
| | | | | | | | | | | | This should fix fate failures of the hecommon test Signed-off-by: Michael Niedermayer <[email protected]>
* | lavfi/geq: add T variable and exampleStefano Sabatini2012-12-013-3/+14
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-012-4/+8
|\| | | | | | | | | | | | | | | | | | | | | | | * qatar/master: configure: Use headers in the check for _beginthreadex for w32threads avutil: Use a configure check to enable windows console functions avutil: Include io.h with a separate condition from windows console functions Conflicts: libavutil/log.c Merged-by: Michael Niedermayer <[email protected]>
| * configure: Use headers in the check for _beginthreadex for w32threadsMartin Storsjö2012-11-301-1/+1
| | | | | | | | | | | | | | | | | | When targeting the metro API subset, this function still exists in the link libraries, but is excluded from the headers. This makes sure w32threads is automatically disabled when targeting this API subset (since not all the necessary functions for it are available). Signed-off-by: Martin Storsjö <[email protected]>
| * avutil: Use a configure check to enable windows console functionsMartin Storsjö2012-11-302-2/+4
| | | | | | | | | | | | Not all versions or API subsets of windows have these functions. Signed-off-by: Martin Storsjö <[email protected]>
| * avutil: Include io.h with a separate condition from windows console functionsMartin Storsjö2012-11-301-1/+3
| | | | | | | | | | | | | | | | Not all versions of windows have the console color functions, while io.h might be needed for isatty (which can be found in unistd.h or io.h). Signed-off-by: Martin Storsjö <[email protected]>
* | doc/ffmpeg-filters: add short descriptionStefano Sabatini2012-12-011-0/+8
| |
* | tests/ref/seek/lavf_gif: update for 9d5cfce85540: gifdec: rudimentary seekingMichael Niedermayer2012-12-011-13/+26
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | gifdec: rudimentary seekingPaul B Mahol2012-12-011-0/+1
| | | | | | | | | | | | With this ffplay -loop X successfully seeks to start. Signed-off-by: Paul B Mahol <[email protected]>
* | gifdec: use av_fast_malloc()Paul B Mahol2012-12-011-7/+6
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | shorten: return more meaningful error codesPaul B Mahol2012-12-011-15/+15
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | ws-snd1: return meaningful error codePaul B Mahol2012-12-011-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | wnv1: return more meaningful error codesPaul B Mahol2012-12-011-4/+4
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | xldec: K&R formatting cosmeticsPaul B Mahol2012-12-011-7/+10
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | xldec: return meaningful error codePaul B Mahol2012-12-011-3/+3
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | motionpixels: use meaningful error codePaul B Mahol2012-12-011-3/+3
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | mvi: check av_mallocz() resultPaul B Mahol2012-12-011-0/+2
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | swscale: fix 12 and 14 bit YUV planar output with scaling.Michael Niedermayer2012-12-017-54/+65
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | pcmdec: check codec_idMichael Niedermayer2012-12-011-0/+5
| | | | | | | | | | | | | | Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
* | check std tag size before reading.Michael Niedermayer2012-12-011-0/+4
| | | | | | | | | | | | | | Fixes out of array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
* | qdm2: check array index before use, fix out of array accessesMichael Niedermayer2012-12-011-0/+5
| | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
* | aacps: check iid/icc_par more completely.Michael Niedermayer2012-11-301-0/+17
| | | | | | | | | | | | | | Fixes global out of array read. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
* | dxa: check reference frame availability before use.Michael Niedermayer2012-11-301-0/+4
| | | | | | | | | | | | | | Fix NULL pointer dereference Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
* | update ChangelogPaul B Mahol2012-11-301-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | gifdec: remove width and height from demuxer contextPaul B Mahol2012-11-301-8/+6
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | smacker: more complete vlc length check, fixes out of array readMichael Niedermayer2012-11-301-1/+1
| | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>