2012-11-15 |
Clément Bœsch | swr/resample: move templating parameters to template... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Michael Niedermayer | zmbv: avoid use of uninitialized data |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Michael Niedermayer | vmdav: more complete check for block_align, prevent... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Michael Niedermayer | flashsv: only realloc blocks for version 2 |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Paul B Mahol | pcm: give more descriptive name to codec |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Michael Niedermayer | pgssubdec: check RLE size before copying. Fix out of... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Michael Niedermayer | flashsv: reallocate block array independant of frame... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Carl Eugen... | Read QuickTime version 1 audio fields in broken mov... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Michael Niedermayer | swr: move if() block into the only branch where it... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Michael Niedermayer | swr: reorder/redesign operations to avoid integer overflow. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Clément Bœsch | ffserver: fix streams and priv_data memleaks when closi... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Michael Niedermayer | Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040' |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Michael Niedermayer | ituh263dec: more complete w/h check. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Michael Niedermayer | rv10: always check image size not just in some cases. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | xwma: check bytes_per_sample, fix division by 0. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | dxa: dont try to use the previous frame if there is... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | bink: check quant_index, fix out of array read |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Xi Wang | bgmc: Fix av_malloc checks in ff_bgmc_init() |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | gifdec: check ff_lzw_decode_init() return value, fix... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | wmaprodec: check num_sfb for validity. Fix out of array... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Luca Barbato | avformat: clarify stream id for muxing |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Luca Barbato | rtp: set the payload type as stream id |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | vpriv_adx_decode_header: avoid underreading the array. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | vc1dec: require a minimum of 2x2 for the edge pos.... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Paul B Mahol | Add missing dependency for avr demuxer |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | vc1dec: check first field slices, fix out of array... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Diego Biurrun | fate: Add dependencies for aac, alac, amrnb, amrwb... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Mans Rullgard | ppc: do not pass redundant compiler flags |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Mans Rullgard | avutil: change GET_UTF8 to not use av_log2() |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | mov: Dont try to calculate with unknown durations,... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | Merge commit 'da39cac8def7ea73cad2fa2b611209663c7abe2c' |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | Remove deprecation of avcodec_get_chroma_sub_sample. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2' |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Xi Wang | segment: fix NULL pointer dereference in seg_write_header() |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Clément Bœsch | ffserver: fix NULL dereference with quoted Stream name. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Clément Bœsch | ffserver: prefer av_asprintf over malloc+snprintf for... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | 8bps: check index against buffer size before reading... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | mpeg12data: increase size of ff_mpeg1_default_intra_mat... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | aasc: check before reading the first 4 byte, fix overread |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | vmnc: check input size before reading chunk header... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | Merge remote-tracking branch 'lippit/master' |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | ffmpeg: fix double ;; |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Niedermayer | ffmpeg: fix audio timestamps on stream copy with -ss |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Diego Biurrun | x86: mmx2 ---> mmxext in asm constructs |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Diego Biurrun | Drop broken and unused CABAC test program. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | imc: sanity check scalefactors. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | lxfdec: fix "no audio stream" check. avoid null ptrs... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Stefano Sabatini | lavfi/frei0r: add additional trailing slash in FREI0R_P... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Stefano Sabatini | lavfi/frei0r: correctly handle paths longer than 1023... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | av_probe_input_format3: support NULL as buffer. Fixes... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | alac: check channel count more completely, fix out... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | avrndec: calculate true_height only when used. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | pcmdec: consistently use codec_id, fixes out of array... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | mpegts: prevent freeing ones own section in pat_cb |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | mov: check stps correctly, avoid overreading 1 element. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | dvdec: check ipcm more completely, avoid assert failure. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Clément Bœsch | lavf/wtvenc: fix s[tp]_pairs memleak. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Georg Lippitsch | Update iec61883 to handle multiple devices, and allow |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | mpeg4video_parser: init static tables before use, fix... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | mpeg4videodec: split static decoder table init out |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Diego Biurrun | x86: h264_weight_10bit: port to cpuflags |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | rv10: consider B frames in low delay streams invalid. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Luca Barbato | libtheoraenc: add missing pixdesc.h header |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | dcadec: check layout & channel count for consistency. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Luca Barbato | avcodec: remove ff_is_hwaccel_pix_fmt |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Luca Barbato | pixdesc: add av_pix_fmt_get_chroma_sub_sample |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | mpegts: dont set stream info when a decoder has already... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | mpegts: prevent freeing ones own section in pmt_cb |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Paul B Mahol | paf: set channel layout |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Paul B Mahol | Replace rest of libavutil/audioconvert.h with libavutil... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | avcodec.h: update audioconvert.h header after rename |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Stefano Sabatini | lavfi: store and propagate number of channels informati... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Stefano Sabatini | doc/encoders: document libtheora encoder |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Stefano Sabatini | lavc/libtheoraenc: return proper error codes |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b' |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | remove tests/asynth1.sw |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Clément Bœsch | fate/avfilter: honor GPL dependency. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Luca Barbato | hlsenc: stand alone hls segmenter |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | wavpack: check the blocks sample count, fix out of... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Niedermayer | wavpack: check ch_offset |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Michael Niedermayer | flashv: check if keyframe is available, fix null deref. |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Michael Niedermayer | flashv: use avcodec_set_dimensions() |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Michael Niedermayer | svq1dec: dont export the qscale table. |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Michael Niedermayer | indeo4: more complete check for the scan vs block sizes. |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Clément Bœsch | lavc/aac: fix shared build failures with MSVC. |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Michael Niedermayer | xan: check size_segment before reading, fixes out of... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Michael Niedermayer | mjpegdec: tighten unescaped_buf_size size check, preven... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Michael Niedermayer | swfdec: check space before copy |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Michael Niedermayer | theora: check that pix fmt is valid, fix null ptr deref |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Michael Niedermayer | lagarith: always allocate for 4 planes. Fixes out of... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Paul B Mahol | wv: use right function to read block_samples |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Justin Ruggles | yop: set channel layout |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Justin Ruggles | wtv: set channel layout for mpeg audio |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Justin Ruggles | westwood_aud: set channel layout |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Justin Ruggles | wc3movie: set channel layout |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Justin Ruggles | tmv: set channel layout |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Justin Ruggles | tiertexseq: set channel layout |
commit | commitdiff | tree | snapshot |
next |