33797 Commits (6ea6ff053af2aff8a9a898292f9640efa9290c9f)
 

Author SHA1 Message Date
Michael Niedermayer fe19e138cd cdg: Try to detect keyframes. 13 years ago
Michael Niedermayer 045c5283c3 cdg: set timestamps 13 years ago
Michael Niedermayer d69fda9127 lavf: check stream_index from read_packet() for validity. 13 years ago
Daniel Kristjansson f36ce75e35 pcm: Print number of bits in the error message of unsupported DVD PCM formats. 13 years ago
Michael Niedermayer be5ac961e0 examples/encoding: rename to decoding_encoding.c as the file is an example for both. 13 years ago
Michael Niedermayer f8e98061ec examples/encoding: List more formats to make it more clear to the reader what is not handled in libavcodec. 13 years ago
Michael Niedermayer fc11927890 mem: fix memalign hack av_realloc() 13 years ago
John Stebbins 5f3fb59953 fix AC3ENC_OPT_MODE_ON/OFF 13 years ago
Michael Niedermayer 96bc6485bc arm: fix av_clipl_int32() asm 13 years ago
Mans Rullgard fdba370f8a h264: fix HRD parameters parsing 13 years ago
Ronald S. Bultje 91f4732913 prores: implement multithreading. 13 years ago
Ronald S. Bultje e3f530feca prores: idct sse2/sse4 optimizations. 13 years ago
Ronald S. Bultje 6aa3cac6bf swscale: use aligned move for storage into temporary buffer. 13 years ago
Ronald S. Bultje 92fb52d906 prores: extract idct into its own dspcontext and merge with put_pixels. 13 years ago
Mans Rullgard 8babfc033e h264: fix invalid shifts in init_cavlc_level_tab() 13 years ago
Mans Rullgard 88d1e2b2b0 intfloat_readwrite: fix signed addition overflows 13 years ago
Luca Barbato 30c3d976f1 mov: do not misreport empty stts 13 years ago
Luca Barbato 5a7ba58657 mov: cosmetics, fix for and if spacing 13 years ago
Anton Khirnov c780b543e7 id3v2: fix NULL pointer dereference 13 years ago
Raivo Hool 2804d32075 mov: read album_artist atom 13 years ago
Raivo Hool dff4177546 mov: fix disc/track numbers and totals 13 years ago
Diego Biurrun 25c27f379f doc: fix references to obsolete presets directories for avconv/ffmpeg 13 years ago
Diego Biurrun 4b7f49082f flashsv: return more meaningful error value 13 years ago
Diego Biurrun f9a9c8f9bc flashsv: fix typo in av_log() message 13 years ago
Clément Bœsch 3473639952 ffmpeg: fix two stream related comments. 13 years ago
Michael Niedermayer 5174032953 g723.1: use memmove() where overlapping src and dst can happen. 13 years ago
Michael Niedermayer 7b5c03064d vc1: enable interlaced p fields again, they seem no longer to crash with out of array writes 13 years ago
Michael Niedermayer 4509be3d2f vc1: reset interlaced variables, prevent another bunch of crashes. 13 years ago
Justin Ruggles ff1f89de2d smacker: validate channels and sample format. 13 years ago
Justin Ruggles cf044f8bff smacker: check buffer size before reading output size 13 years ago
Justin Ruggles e190e453bd smacker: validate number of channels 13 years ago
Justin Ruggles a7984a6a6d smacker: Separate audio flags from sample rates in smacker demuxer. 13 years ago
Mans Rullgard be1242a3f2 h264: fix detection of optional trailing PPS elements 13 years ago
Mans Rullgard c79d2a20ba sipr: fix get_bits(0) calls 13 years ago
Mans Rullgard cb668476ab motion_est: make MotionExtContext.map_generation unsigned 13 years ago
Clément Bœsch d557152285 eval: document recently added random(), hypot(), gcd(). 13 years ago
Michael Niedermayer 1e4d60353c vc1: disable parts of the interlaced code due to security issues. 13 years ago
Michael Niedermayer 41f55277fa Merge remote-tracking branch 'qatar/master' 13 years ago
Stefano Sabatini fbb8468f20 ffprobe: prefer lowercase section names over uppercase ones 13 years ago
Laurent Aimar 4c7a232fc8 h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reordering() 13 years ago
Laurent Aimar e8ac80fb2c error_resilience: fix the check for missing references in ff_er_frame_end() for H264 13 years ago
Laurent Aimar 1b1182ce97 4xm: prevent NULL dereference with invalid huffman table 13 years ago
Laurent Aimar 79964745b3 4xmdemux: prevent use of uninitialized memory 13 years ago
Laurent Aimar 8d518a9c4f 4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffers 13 years ago
Laurent Aimar dc64f203a6 ptx: check for out of bound reads 13 years ago
Laurent Aimar 04a845caa7 tiffdec: fix out of bound reads/writes 13 years ago
Laurent Aimar 46cb2f6a29 eacmv: check for out of bound reads 13 years ago
Laurent Aimar 8df8a87e3f eacmv: fix potential pointer arithmetic overflows 13 years ago
Laurent Aimar c7f89064e2 adpcm: fix out of bound reads due to integer overflow 13 years ago
Laurent Aimar 2475f1a83c anm: prevent infinite loop 13 years ago