2012-11-12 |
Michael Niedermayer | svq1dec: dont export the qscale table. |
commit | commitdiff | tree |
2012-11-12 |
Michael Niedermayer | indeo4: more complete check for the scan vs block sizes. |
commit | commitdiff | tree |
2012-11-12 |
Clément Bœsch | lavc/aac: fix shared build failures with MSVC. |
commit | commitdiff | tree |
2012-11-12 |
Michael Niedermayer | xan: check size_segment before reading, fixes out of... |
commit | commitdiff | tree |
2012-11-12 |
Michael Niedermayer | mjpegdec: tighten unescaped_buf_size size check, preven... |
commit | commitdiff | tree |
2012-11-12 |
Michael Niedermayer | swfdec: check space before copy |
commit | commitdiff | tree |
2012-11-12 |
Michael Niedermayer | theora: check that pix fmt is valid, fix null ptr deref |
commit | commitdiff | tree |
2012-11-12 |
Michael Niedermayer | lagarith: always allocate for 4 planes. Fixes out of... |
commit | commitdiff | tree |
2012-11-12 |
Paul B Mahol | wv: use right function to read block_samples |
commit | commitdiff | tree |
2012-11-12 |
Michael Niedermayer | 4xmdec: test version for cfrms, fix out of array accesses |
commit | commitdiff | tree |
2012-11-12 |
Michael Niedermayer | wavpack: fix out of array access |
commit | commitdiff | tree |
2012-11-12 |
Paul B Mahol | adpcm: reindent after previous commit |
commit | commitdiff | tree |
2012-11-12 |
Paul B Mahol | adpcm: ADPCM IMA SMJPEG stereo decoding |
commit | commitdiff | tree |
2012-11-12 |
Paul B Mahol | anm: return meaningful error codes |
commit | commitdiff | tree |
2012-11-12 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
commit | commitdiff | tree |
2012-11-12 |
Michael Niedermayer | Merge commit '2b479bcab0a8365a7c094c5fa44b8cb6da9810d0' |
commit | commitdiff | tree |
2012-11-12 |
Michael Niedermayer | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' |
commit | commitdiff | tree |
2012-11-12 |
Michael Niedermayer | Merge commit '802713c4e7b41bc2deed754d78649945c3442063' |
commit | commitdiff | tree |
2012-11-12 |
Justin Ruggles | binkaudio: set channel layout |
commit | commitdiff | tree |
2012-11-12 |
Michael Niedermayer | vc1dec: prevent null ptr dereferences. |
commit | commitdiff | tree |
2012-11-12 |
Michael Niedermayer | vc1dec: factorize srcU/V offseting out |
commit | commitdiff | tree |
2012-11-12 |
Michael Niedermayer | vc1: check image height, fix division by 0 |
commit | commitdiff | tree |
2012-11-12 |
Michael Niedermayer | mpeg12: clean current picture ptr. |
commit | commitdiff | tree |
2012-11-11 |
Clément Bœsch | lavfi: remove mp=geq filter. |
commit | commitdiff | tree |
2012-11-11 |
Clément Bœsch | lavfi: add geq filter. |
commit | commitdiff | tree |
2012-11-11 |
Clément Bœsch | lavf/assenc: add non strict ts flag. |
commit | commitdiff | tree |
2012-11-11 |
Clément Bœsch | lavfi: remove mp=fixpts filter. |
commit | commitdiff | tree |
2012-11-11 |
Clément Bœsch | lavfi: remove mp=tile filter. |
commit | commitdiff | tree |
2012-11-11 |
Clément Bœsch | fate/lavfi: increase vf tile coverage. |
commit | commitdiff | tree |
2012-11-11 |
Clément Bœsch | doc/filters: complete tile documentation. |
commit | commitdiff | tree |
2012-11-11 |
Clément Bœsch | lavfi/tile: extend shorthand parameters. |
commit | commitdiff | tree |
2012-11-11 |
Clément Bœsch | lavfi/tile: add nb_frames option. |
commit | commitdiff | tree |
2012-11-11 |
Clément Bœsch | lavfi/tile: add margin and padding options. |
commit | commitdiff | tree |
2012-11-11 |
Clément Bœsch | lavfi/tile: allow named arguments. |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | gxf: avoid null ptr deref without streams. |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | proresdec: check input size before reading qmats, preve... |
commit | commitdiff | tree |
2012-11-11 |
Diego Biurrun | build: Drop AVX assembly ifdefs |
commit | commitdiff | tree |
2012-11-11 |
Diego Biurrun | doc: git-howto: Leave reviewers time to react before... |
commit | commitdiff | tree |
2012-11-11 |
Diego Biurrun | x86: Require an assembler able to cope with AVX instruc... |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | dsicinav: update bitmap_frame_size, avoid out of array... |
commit | commitdiff | tree |
2012-11-11 |
Justin Ruggles | Include libavutil/channel_layout.h instead of libavutil... |
commit | commitdiff | tree |
2012-11-11 |
Justin Ruggles | lavu: rename audioconvert.* to channel_layout.* and... |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | snow: fix edge emu switch |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | msmpeg4dec: check w/h, prevent assert failure later |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | segafilm: fix division by 0 |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | omadec: fix len check in nprobe() prevent out of array... |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | zmbvdec: check decompression buffer size. |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | diracdec: check wavelet depth, prevent out of array... |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | libvorbisdec: dont try to update an empty que |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | diracdec: Use only one frame per reference |
commit | commitdiff | tree |
2012-11-11 |
Alberto Delmás | mss2: prevent potential uninitialized reads |
commit | commitdiff | tree |
2012-11-11 |
Kostya Shishkov | mss2: reindent after last commit |
commit | commitdiff | tree |
2012-11-11 |
Alberto Delmás | mss2: fix handling of unmasked implicit WMV9 rectangles |
commit | commitdiff | tree |
2012-11-11 |
Anton Khirnov | configure: add lavu dependency to lavr/lavfi .pc files |
commit | commitdiff | tree |
2012-11-11 |
Stefano Sabatini | doc/Makefile: generate library headers with the correct... |
commit | commitdiff | tree |
2012-11-11 |
Peter Ross | electronic arts: support rare samples containing adpcm_... |
commit | commitdiff | tree |
2012-11-11 |
Peter Ross | electronicarts: use av_log_ask_for_sample |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | h264: 2nd try at getting sm2v working |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | dwt_yasm/vertical_compose: fix width witdth argument. |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
commit | commitdiff | tree |
2012-11-11 |
Stefano Sabatini | doc: add libavfilter.texi |
commit | commitdiff | tree |
2012-11-11 |
Stefano Sabatini | doc: add libavutil.texi |
commit | commitdiff | tree |
2012-11-11 |
Diego Biurrun | x86inc: Set program_name outside of x86inc.asm |
commit | commitdiff | tree |
2012-11-11 |
Paul B Mahol | smackaud: return meaningful error codes |
commit | commitdiff | tree |
2012-11-11 |
Paul B Mahol | targa: return more meaningful error codes |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | diracdec: allocate enough space for blocks |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | diracdec: fix edge emulation check, fixes out of array... |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | h264: Support SMV2 |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | h264_refs: Print default in case we are missing a refer... |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | mxfdec: avoid double free and leaks. |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | matroskadec: check h in generic rm packet shuffler |
commit | commitdiff | tree |
2012-11-11 |
Michael Niedermayer | mjpegdec: check SE. |
commit | commitdiff | tree |
2012-11-10 |
Clément Bœsch | lavf/srtenc: ignore invalid timed packets instead of... |
commit | commitdiff | tree |
2012-11-10 |
Michael Niedermayer | alac: fix bps check |
commit | commitdiff | tree |
2012-11-10 |
Michael Niedermayer | lavfi/avcodec: check that injected avframes use a suppo... |
commit | commitdiff | tree |
2012-11-10 |
Michael Niedermayer | lavfi/avcodec: check avfilter_copy_frame_props() return... |
commit | commitdiff | tree |
2012-11-10 |
Nedeljko Babic | mips: Add dependencies on HAVE_INLINE_ASM |
commit | commitdiff | tree |
2012-11-10 |
Michael Niedermayer | lag_read_prob_header: fix out of array access |
commit | commitdiff | tree |
2012-11-10 |
Michael Niedermayer | alac: Check channel indexes more completely, fix out... |
commit | commitdiff | tree |
2012-11-10 |
Michael Niedermayer | alac: fix integer overflow leading to subsequent out... |
commit | commitdiff | tree |
2012-11-10 |
Michael Niedermayer | alac: fix nb_samples < order case |
commit | commitdiff | tree |
2012-11-10 |
Diego Biurrun | x86: h264_qpel_10bit: drop unused parameter from MC10... |
commit | commitdiff | tree |
2012-11-10 |
Michael Niedermayer | mov: Make sure no streams after the header lack a times... |
commit | commitdiff | tree |
2012-11-10 |
Piotr Bandurski | riff: add SMV2 FourCC for H264 |
commit | commitdiff | tree |
2012-11-10 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
commit | commitdiff | tree |
2012-11-10 |
Carl Eugen... | Allow forcing a frame size in bytes for image2pipe. |
commit | commitdiff | tree |
2012-11-10 |
Carl Eugen... | Add yuv4xxp12 and yuv4xxp14 pixel formats to y4m encode... |
commit | commitdiff | tree |
2012-11-10 |
Peter Ross | pictordec: fill any unset portion of the image |
commit | commitdiff | tree |
2012-11-10 |
Piotr Bandurski | riff: add GXVE FourCC for WMV2 |
commit | commitdiff | tree |
2012-11-10 |
Michael Niedermayer | ivi_common: check ref_tile size, fix out of array accesses |
commit | commitdiff | tree |
2012-11-09 |
Michael Niedermayer | ivi_common: more MV Checks, fixes out of array reads |
commit | commitdiff | tree |
2012-11-09 |
Michael Niedermayer | ebml_read_binary: use fast_padded_malloc() |
commit | commitdiff | tree |
2012-11-09 |
Diego Biurrun | x86: PALIGNR: port to cpuflags |
commit | commitdiff | tree |
2012-11-09 |
Michael Niedermayer | twinvq: make ibps check unsigned |
commit | commitdiff | tree |
2012-11-09 |
Diego Biurrun | x86: h264_qpel_10bit: port to cpuflags |
commit | commitdiff | tree |
2012-11-09 |
Michael Niedermayer | iff/ilbm: check remaining buffer size. |
commit | commitdiff | tree |
2012-11-09 |
Michael Niedermayer | pcmdec: check that channels is valid. |
commit | commitdiff | tree |
2012-11-09 |
Michael Niedermayer | aacdec: fix temporary array size |
commit | commitdiff | tree |
2012-11-09 |
Michael Niedermayer | pngdec: check that format matches too not just dimensions |
commit | commitdiff | tree |
2012-11-09 |
Michael Niedermayer | tiffdec: check rps, fix infinite loop. |
commit | commitdiff | tree |
next |