35890 Commits (75f2cc5134b884dd2088d7b16d6d33a46ecee02a)
 

Author SHA1 Message Date
Michael Niedermayer 75f2cc5134 avutil: check sampleformats enum, pict type enum and media type enum against insert/remove mistakes. 13 years ago
Michael Niedermayer 68230eb375 pixfmts: Selfcheck against insertions / deletions in the enum. 13 years ago
Michael Niedermayer f37b2d5a68 aacdec: Fix null pointer crash 13 years ago
Michael Niedermayer 4d70023a2a h264: fix init of topleft ref/mv. 13 years ago
Michael Niedermayer 53b6503184 avienc: Fix rawvideo 32bit 13 years ago
Michael Niedermayer 9af6abdc17 atrac3: Fix crash in tonal component decoding. 13 years ago
Michael Niedermayer 552ec4c9fd Merge remote-tracking branch 'qatar/master' 13 years ago
Mans Rullgard a1e98f198e get_bits: remove A32 variant 13 years ago
Alexandra Khirnova a7b5e841ff avconv: support stream specifiers in -metadata and -map_metadata 13 years ago
Derek Buitenhuis bb9747c8ee wavpack: Fix 32-bit clipping 13 years ago
Derek Buitenhuis 365e1ec26d wavpack: Clip samples after shifting 13 years ago
Michael Niedermayer 6d8e6fe9db CODEC_ID_SOL_DPCM: Fix used write buffer. 13 years ago
Ronald S. Bultje 0b4c323213 h264: don't drop B-frames after next keyframe on POC reset. 13 years ago
Shitiz Garg 4af0262f7d cljr: Check if width or height are positive integers 13 years ago
Michael Niedermayer 7b92863f30 ffmpeg: Fix killing [Y/n] prompt with ctrl-c 13 years ago
Michael Niedermayer cf7076ee96 ffmpeg: exit() on repeated ctrl-c 13 years ago
Michael Niedermayer 3d07e0aba0 h264: return the consumed amountg in case of Q264 13 years ago
Michael Niedermayer 227960427b h264: retuen the amount read in case of NAL_END_SEQUENCE 13 years ago
Michael Niedermayer 902c090413 h264: reset nal_unit_type so that decoding frames without any nal units 13 years ago
Michael Niedermayer f890cb948c mtvdemuxer: fix segfault caused by truncated packets. 13 years ago
Michael Niedermayer ee181f84a3 lavf: print an error if a packet has been truncated due to filesize 13 years ago
Michael Niedermayer 207d9eab5a txd/westwood: remove demuxer specific overallocate solutions as the new generic code 13 years ago
Michael Niedermayer 559ae20dda lavf: Update AVIOContext.maxsize when hitting the end. 13 years ago
Mans Rullgard b8909cb364 get_bits: remove useless pointer casts 13 years ago
Diego Biurrun 54e75be420 configure: refactor lists of tests and components into variables 13 years ago
Mans Rullgard 11b1db2759 rv40: NEON optimised weak loop filter 13 years ago
Dominique Leuenberger 39f59a8da7 RELEASE: We're now at 0.9.0.git 13 years ago
Vladimir Pantelic 65a25adc97 mpegts: replace some magic numbers with the existing define 13 years ago
Michael Niedermayer 62adc60b97 avidec: Check that the header chunks fit in the available filesize. 13 years ago
Michael Niedermayer f72601d063 txddemux: Limit allocated packets to filesize. 13 years ago
Michael Niedermayer a000975444 thp: simplify overallocate checks. 13 years ago
Michael Niedermayer 47572323f2 lavf: add internal AVIOContext.maxsize 13 years ago
Michael Niedermayer 482ee63641 thpdemux: Check that packed sizes are within the files data size and filesize. 13 years ago
Michael Niedermayer e098fba5d9 avidec: Fix infinite loop caused by rounding of timestamps in non interleaved avis. 13 years ago
Michael Niedermayer 84e57702ea configure: disable avconv again. 13 years ago
Michael Niedermayer 1f99939a63 j2kdec: Fix integer overflow leading to a segfault 13 years ago
Michael Niedermayer 0988a6a035 movenc: disable iods by default 13 years ago
Michael Niedermayer c402c1c976 smackerdemuxer: check some values before instead of just after malloc() 13 years ago
Michael Niedermayer e2a16e82b1 westwooddemux: dont require avio_size() functionality. 13 years ago
Carl Eugen Hoyos 9994643fdd Export ff_vdpau_vc1_decode_picture(). 13 years ago
Janne Grunau 72cb904453 swscale: add unscaled packed 16 bit per component endianess conversion 13 years ago
Michael Niedermayer 175cc378b3 Merge remote-tracking branch 'qatar/master' 13 years ago
Carl Eugen Hoyos 56669837ce Fix typo in v210 decoder options. 13 years ago
Michael Niedermayer 1f273c2bf2 ffmpeg: check return code from av_vsrc_buffer_add_frame() 13 years ago
Nicolas George 1509bd3e9e lavd/lavfi: remove a duplicated line. 13 years ago
Alex Converse d3b8bde2f1 movenc: Rudimentary IODs support. 13 years ago
Michael Niedermayer d0f7927177 smacker: Check for overread in smka_decode_frame() 13 years ago
Tom Evans ffa1f541b3 libavdevice: Fix v4l2 compilation under FreeBSD 13 years ago
Michael Niedermayer 7f9369b743 lavf: update rfps debug code. 13 years ago
Michael Niedermayer d19ca77f42 lavf: Fix fps misdetection when codec_info_duration is 0 and only a few frames are used to estimate fps. 13 years ago