source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d4e74d5   12 years michaelni Remove deprecation of avcodec_get_chroma_sub_sample. Add explanations …
(edit) @e13d5e9a   12 years michaelni Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2' * commit …
(edit) @26afdbcf   12 years Clément Bœsch ffserver: fix NULL dereference with quoted Stream name.
(edit) @a9ba9268   12 years Clément Bœsch ffserver: prefer av_asprintf over malloc+snprintf for Launch setting.
(edit) @66ff90f4   12 years michaelni 8bps: check index against buffer size before reading line length …
(edit) @7acee665   12 years michaelni mpeg12data: increase size of ff_mpeg1_default_intra_matrix to prevent …
(edit) @e1631f8e   12 years michaelni aasc: check before reading the first 4 byte, fix overread Found-by: …
(edit) @39c5cd60   12 years michaelni vmnc: check input size before reading chunk header, fix overread …
(edit) @b6165882   12 years michaelni Merge remote-tracking branch 'lippit/master' * lippit/master: …
(edit) @9f088712   12 years michaelni ffmpeg: fix double ;; Signed-off-by: Michael Niedermayer …
(edit) @9406d6be   12 years michaelni ffmpeg: fix audio timestamps on stream copy with -ss Signed-off-by: …
(edit) @2f74f8d7   12 years michaelni imc: sanity check scalefactors. This fixes undefined behavior …
(edit) @1f196051   12 years michaelni lxfdec: fix "no audio stream" check. avoid null ptrs deref Found-by: …
(edit) @334a0d15   12 years stefasab lavfi/frei0r: add additional trailing slash in FREI0R_PATH paths …
(edit) @9a2028d   12 years stefasab lavfi/frei0r: correctly handle paths longer than 1023 chars
(edit) @af9ec3dd   12 years michaelni av_probe_input_format3: support NULL as buffer. Fixes null ptr deref …
(edit) @001af703   12 years michaelni alac: check channel count more completely, fix out of array read …
(edit) @b1191331   12 years michaelni avrndec: calculate true_height only when used. Fixes division by 0 …
(edit) @7373b3ad   12 years michaelni pcmdec: consistently use codec_id, fixes out of array reads Found-by: …
(edit) @eab022d   12 years michaelni mpegts: prevent freeing ones own section in pat_cb Found-by: Mateusz …
(edit) @4392e69a   12 years michaelni mov: check stps correctly, avoid overreading 1 element. Found-by: …
(edit) @3669915e   12 years michaelni dvdec: check ipcm more completely, avoid assert failure. Found-by: …
(edit) @41ebbb3b   12 years Clément Bœsch lavf/wtvenc: fix s[tp]_pairs memleak.
(edit) @15b02dde   12 years georg.lippitsch Update iec61883 to handle multiple devices, and allow selection of DV …
(edit) @7c76eaec   12 years michaelni mpeg4video_parser: init static tables before use, fix nulll ptr deref …
(edit) @1bd024ec   12 years michaelni mpeg4videodec: split static decoder table init out Signed-off-by: …
(edit) @5e9c6ef8   12 years diego x86: h264_weight_10bit: port to cpuflags
(edit) @c74cd999   12 years michaelni rv10: consider B frames in low delay streams invalid. Fix assertion …
(edit) @83f9ed42   12 years lu_zero libtheoraenc: add missing pixdesc.h header Was left out from …
(edit) @a0212ecf   12 years michaelni dcadec: check layout & channel count for consistency. Fixes out of …
(edit) @cc085993   12 years lu_zero avcodec: remove ff_is_hwaccel_pix_fmt It is used only in one place …
(edit) @c1a02e88   12 years lu_zero pixdesc: add av_pix_fmt_get_chroma_sub_sample Deprecate …
(edit) @4facddd5   12 years michaelni mpegts: dont set stream info when a decoder has already been opened. …
(edit) @327cd0d0   12 years michaelni mpegts: prevent freeing ones own section in pmt_cb Found-by: Mateusz …
(edit) @09a03923   12 years onemda paf: set channel layout Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @1acd2f6b   12 years onemda Replace rest of libavutil/audioconvert.h with …
(edit) @e97a2410   12 years michaelni avcodec.h: update audioconvert.h header after rename Found-by: …
(edit) @79456652   12 years stefasab lavfi: store and propagate number of channels information in audio …
(edit) @9d2a7c04   12 years stefasab doc/encoders: document libtheora encoder
(edit) @8cb76ef2   12 years stefasab lavc/libtheoraenc: return proper error codes
(edit) @799d749c   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (24 …
(edit) @7eb40d85   12 years michaelni Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b' * commit …
(edit) @a8f2420   12 years michaelni remove tests/asynth1.sw This file appears to have been commited by …
(edit) @f6f5293   12 years Clément Bœsch fate/avfilter: honor GPL dependency.
(edit) @22a0827d   12 years lu_zero hlsenc: stand alone hls segmenter Simplifies usage but has higher latency.
(edit) @d8a1eb11   12 years michaelni wavpack: check the blocks sample count, fix out of array accesses …
(edit) @580021cf   12 years michaelni wavpack: check ch_offset Signed-off-by: Michael Niedermayer …
(edit) @e9cb533f   12 years michaelni flashv: check if keyframe is available, fix null deref. Found-by: …
(edit) @4b2f696d   12 years michaelni flashv: use avcodec_set_dimensions() Signed-off-by: Michael …
(edit) @0a373c31   12 years michaelni svq1dec: dont export the qscale table. SVQ1 has no qscales so the …
(edit) @7ab690bf   12 years michaelni indeo4: more complete check for the scan vs block sizes. Fixes out of …
(edit) @7581ad24   12 years Clément Bœsch lavc/aac: fix shared build failures with MSVC. This is a workaround …
(edit) @0e239b22   12 years michaelni xan: check size_segment before reading, fixes out of array read. …
(edit) @a9456c7c   12 years michaelni mjpegdec: tighten unescaped_buf_size size check, prevent null ptr …
(edit) @abe68364   12 years michaelni swfdec: check space before copy Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @d1493d2c   12 years michaelni theora: check that pix fmt is valid, fix null ptr deref Found-by: …
(edit) @9eef41b8   12 years michaelni lagarith: always allocate for 4 planes. Fixes out of array accesses …
(edit) @87c113f4   12 years onemda wv: use right function to read block_samples Signed-off-by: Paul B …
(edit) @b9629acb   12 years justin.ruggles yop: set channel layout
(edit) @935fbb66   12 years justin.ruggles wtv: set channel layout for mpeg audio
(edit) @7b48d93e   12 years justin.ruggles westwood_aud: set channel layout
(edit) @2ce7f820   12 years justin.ruggles wc3movie: set channel layout
(edit) @a94b0267   12 years justin.ruggles tmv: set channel layout
(edit) @7f348bd7   12 years justin.ruggles tiertexseq: set channel layout
(edit) @a3949fe1   12 years justin.ruggles swfdec: set channel layout
(edit) @1c758772   12 years justin.ruggles sol: set channel layout
(edit) @bfccd76a   12 years justin.ruggles smacker: set channel layout
(edit) @57e590e4   12 years justin.ruggles siff: set channel layout
(edit) @a634896c   12 years justin.ruggles sierravmd: set channel layout
(edit) @c1ac602d   12 years justin.ruggles rtpdec_amr: set channel layout
(edit) @ce842029   12 years justin.ruggles rsodec: set channel layout
(edit) @60a5853   12 years justin.ruggles rmdec: set channel layout for RA version 3
(edit) @444b79c1   12 years justin.ruggles qcp: set channel layout
(edit) @b5e3e777   12 years justin.ruggles psxstr: set channel layout
(edit) @c9759eb4   12 years justin.ruggles omadec: set channel layout
(edit) @ef1b23ad   12 years justin.ruggles jvdec: set channel layout
(edit) @d4088efb   12 years justin.ruggles oggparsespeex: validate channel count and set channel layout
(edit) @43711312   12 years justin.ruggles iss: set channel layout
(edit) @232e9c4c   12 years justin.ruggles nuv: set channel layout
(edit) @cc57228e   12 years justin.ruggles mxg: set channel layout
(edit) @66d7ceb4   12 years justin.ruggles mvi: set channel layout
(edit) @f6c6e5aa   12 years justin.ruggles mpc7: set channel layout
(edit) @f24b0b1b   12 years justin.ruggles mmf: set channel layout
(edit) @87199d34   12 years justin.ruggles mm: set channel layout
(edit) @41a2d959   12 years justin.ruggles ipmovie: set channel layout
(edit) @024e0370   12 years justin.ruggles iff: set channel layout
(edit) @73e2007f   12 years justin.ruggles idroqdec: set channel layout
(edit) @f6c3adde   12 years justin.ruggles gxfdec: set channel layout when applicable
(edit) @d4a105a   12 years justin.ruggles gsmdec: set channel layout
(edit) @644d8d2e   12 years justin.ruggles flvdec: set channel layout
(edit) @d5ca70b1   12 years justin.ruggles dv: set channel layout
(edit) @49e7af06   12 years justin.ruggles dsicin: set channel layout
(edit) @a05a6378   12 years justin.ruggles daud: set channel layout Update FATE reference due to WAVE channel …
(edit) @0d09a584   12 years justin.ruggles cdxl: set channel layout
(edit) @e8088d6   12 years justin.ruggles bmv: set channel layout
(edit) @2fe804f3   12 years justin.ruggles bink: set channel layout
(edit) @ff50d27a   12 years justin.ruggles bfi: set channel layout
(edit) @b5d1a15d   12 years justin.ruggles bethsoftvid: set channel layout
(edit) @39f0e9b8   12 years justin.ruggles apc: set channel layout
(edit) @5595368b   12 years justin.ruggles amr: set channel_layout
Note: See TracRevisionLog for help on using the revision log.