50230 Commits (9748cac5650a24d5b004a861649ab5a8274d5248)
 

Author SHA1 Message Date
Michael Niedermayer 9748cac565 Merge commit '4f3b058c84f570e261d743c7c22f865617fd28ac' 12 years ago
Michael Niedermayer 663ebae79a Merge commit '56daf10e0313c5e36f43e773f457d2a99ff0df10' 12 years ago
Nicolas George ea2de3d096 lavf/concatdec: add the "duration" directive. 12 years ago
Nicolas George b92c7a8f4b tools: add seek_print. 12 years ago
Michael Niedermayer 33796645dc loco: check the last plane too 12 years ago
Michael Niedermayer 714ff44858 Merge commit '067432c1c95882c7221e694f33d9f3bdbe46de7f' 12 years ago
Michael Niedermayer 4ba35194a9 Merge commit 'f935aca44c674d30e3ed940ef73bbad1228a5855' 12 years ago
Nicolas George ccc7bcc4fc lavc: check return values consistency when decoding subtitles. 12 years ago
Nicolas George e568d432b1 lavfi/formats: reindent after last commit. 12 years ago
Nicolas George 2d98dd3d14 lavfi: fix merging of formats and clarify exception. 12 years ago
Nicolas George 3d7f4f8726 lavf/avio: check that the protocol supports the open mode. 12 years ago
Nicolas George bf0712c2f8 libavfilter/af_amerge: fix segfault if init fails. 12 years ago
Michael Niedermayer 066739f6bc pmpdec: check packet sizes 12 years ago
Michael Niedermayer 7276e9ea95 pmpdec: fix signedness 12 years ago
Michael Niedermayer b0bc0eb978 pmpdec: read index before creating audio streams 12 years ago
Reimar Döffinger 50a37f9202 pmpdec: check for EOF while reading index. 12 years ago
Michael Niedermayer 82d79289db avformat: Allocate duration_error separately 12 years ago
Michael Niedermayer 285485ac5f matroskaenc: fix cue tracknum off by 1 error 12 years ago
Michael Niedermayer 73fce258b7 vf_mp: Set pseudo pal 12 years ago
Michael Niedermayer da8ef5ac2f rtmpproto: increase APP_MAX_LENGTH 12 years ago
Michael Niedermayer 02ac3398eb rtmpproto: Check APP_MAX_LENGTH 12 years ago
Paul B Mahol df63e0c8bb doc/filters: add forgotten sentence for blend filter examples 12 years ago
Michael Niedermayer c10c2aed47 h264: Silence warning: comparison of distinct pointer types lacks a cast 12 years ago
Michael Niedermayer 5270cb39ba bmp: Fix warning X may be used uninitialized in this function 12 years ago
Anton Khirnov 4f3b058c84 cavs: initialize various context tables to 0 12 years ago
Anton Khirnov 0dff40bfb9 mlpdec: do not try to allocate a zero-sized output buffer. 12 years ago
Anton Khirnov 56daf10e03 mov: use the format context for logging. 12 years ago
Michael Niedermayer 23c9180c00 aacdec: Fix warning: initialization from incompatible pointer type 12 years ago
Michael Niedermayer cfcab4c507 vf_overlay: silence warning: X may be used uninitialized in this function 12 years ago
Michael Niedermayer 3c14c82b7e avfilter: Silence warning: passing argument 3 of av_image_copy from incompatible pointer type 12 years ago
Anton Khirnov ddfe1246d9 flicvideo: avoid an infinite loop in byte run compression 12 years ago
Anton Khirnov 067432c1c9 loco: check that there is data left after decoding a plane. 12 years ago
Anton Khirnov de6dfa2bb8 lagarith: avoid infinite loop in lag_rac_refill() 12 years ago
Anton Khirnov f935aca44c av_memcpy_backptr: avoid an infinite loop for back = 0 12 years ago
Anton Khirnov 8097fc9a2d 4xm: check the return value of read_huffman_tables(). 12 years ago
Clément Bœsch 0ac71f9a32 fate/subtitles: add character encoding conversion test. 12 years ago
Stefano Sabatini e95637841c tests: fix parseutils test after 12a269a522 12 years ago
Stefano Sabatini 160def32da doc/muxers: fix reference to @anchor defined in another manual 12 years ago
Stefano Sabatini ce84c14ab1 lavu/parseutils: remove spurious "]]" in date format specification 12 years ago
Senthilnathan M 12a269a522 lavu/parseutils: allow MM:SS format for duration in av_parse_time() 12 years ago
Malcolm Bechard 239b88c284 Improve QTRLE encoding performance, no change to output file size/content. 12 years ago
Michael Niedermayer 2c21d34ea4 avutil/mem: do a small set of checks for memalign hack before freeing. 12 years ago
Paul B Mahol 89c77b6b15 exr: shorter channel buffer names 12 years ago
Paul B Mahol 7a930f310a exr: remove superfluous check 12 years ago
Paul B Mahol fefd4b0924 exr: cosmetics: reindent 12 years ago
Paul B Mahol 9c75c24de4 exr: check if line offset table is complete only once per frame 12 years ago
Paul B Mahol cc0bd78413 exr: support more line orders 12 years ago
Paul B Mahol 1178868683 exr: fix overflow check in lineoffset processing 12 years ago
Paul B Mahol 88d7259fd2 exr: merge multiple if () blocks 12 years ago
Paul B Mahol 3456891291 exr: check version too 12 years ago