source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ddcf67c8   13 years rsbultje lzw: prevent buffer overreads. Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @28e8c4d5   13 years diego WMAL: Remove inaccurate and unnecessary doxy A call to …
(edit) @63a1b48   13 years rsbultje h264: fix cabac-on-stack after safe cabac reader.
(edit) @bd508d43   13 years rsbultje truemotion2: convert packet header reading to bytestream2. Also use …
(edit) @44257ef4   13 years rsbultje asf: only set index_read if the index contained entries. This allows …
(edit) @a9401981   13 years rsbultje cabac: add overread protection to BRANCHLESS_GET_CABAC(). Found-by: …
(edit) @448dc425   13 years rsbultje cabac: increment jump locations by one in callers of …
(edit) @16f6e83f   13 years rsbultje cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE().
(edit) @951014e5   13 years rsbultje cabac: use struct+offset instead of memory operand in …
(edit) @a0bdcb01   13 years rsbultje h264: add overread protection to get_cabac_bypass_sign_x86().
(edit) @95bfa4ea   13 years rsbultje h264: reindent get_cabac_bypass_sign_x86().
(edit) @db02592   13 years rsbultje h264: use struct offsets in get_cabac_bypass_sign_x86().
(edit) @7374fac8   13 years rsbultje h264: fix overreads in cabac reader. Found-by: Mateusz "j00ru" …
(edit) @d360dd90   13 years rsbultje wmall: fix seeking.
(edit) @0a82f52   13 years rsbultje lagarith: fix buffer overreads. Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @c0b34e61   13 years diego dvdec: drop unnecessary dv_tablegen.h #include dvdec.c uses nothing …
(edit) @2efb710a   13 years mans build: fix doc generation errors in parallel builds The $(dir) …
(edit) @a92be9b8   13 years diego Replace memset(0) by zero initializations. Also remove one pointless …
(edit) @856c8e0a   13 years diego faandct: Remove FAAN_POSTSCALE define and related code. It is not a …
(edit) @a839dbb9   13 years anton dvenc: print allowed profiles if the video doesn't conform to any of them.
(edit) @3c6607eb   13 years anton avcodec_encode_{audio,video}: only reallocate output packet when it …
(edit) @e2e165c0   13 years anton FATE: add a test for vp8 with changing frame size.
(edit) @e74d6da   13 years rsbultje fate: add kgv1 fate test. Tested to be bit-exact across x86-64, …
(edit) @eed691f   13 years justin.ruggles oggdec: calculate correct timestamps in Ogg/FLAC We need to parse the …
(edit) @55abaa58   13 years justin.ruggles westwood_vqa: fix SND0 chunk handling Version from vqa header does …
(edit) @f0a343f3   13 years rsbultje westwood_vqa: set video stream duration Signed-off-by: Paul B Mahol …
(edit) @98df2e24   13 years rsbultje raw: forward avpicture_fill() error code in raw_decode(). Found-by: …
(edit) @8e0b7e2f   13 years diego build: Do not explicitly add the doc directory to the OBJDIRS list. …
(edit) @d724fe66   13 years diego dv: Split off DV video decoder into its own file.
(edit) @9f43fdda   13 years diego build: fix RALF decoder standalone compilation, which depends on …
(edit) @d7ce1a48   13 years diego configure: Drop stray duplicate entry for --disable-fft from help output.
(edit) @904100e5   13 years martin make av_interleaved_write_frame() flush packets when pkt is NULL This …
(edit) @c9024a9f   13 years alex.converse mpegts: Fix dead error checks
(edit) @95b192de   13 years rsbultje vc1: Do not read from array if index is invalid. Found-by: Mateusz …
(edit) @2ad40554   13 years rsbultje targa: convert to bytestream2. Also remove some write-only variables …
(edit) @5484170a   13 years rsbultje rv34: set mb_num_left to 0 after finishing a frame Prevents running …
(edit) @72ccfb3   13 years diego build: ppc: drop stray leftover backslash
(edit) @e7e19b15   13 years diego build: Only clean the architecture subdirectory we build for. This …
(edit) @6a7c5312   13 years diego build: drop some unnecessary dependencies from the H.264 parser
(edit) @ad0e31f1   13 years diego build: prettyprinting cosmetics
(edit) @80391552   13 years diego libavutil: Remove pointless rational test program.
(edit) @193d7ee   13 years diego libavutil: Remove broken and pointless lzo test program.
(edit) @967923a   13 years anton lavf doxy: expand AVStream.codec doxy.
(edit) @e44ada12   13 years anton lavf doxy: improve AVStream.time_base doxy. Remove confusing sentence …
(edit) @f58b8cc3   13 years anton lavf doxy: add some basic documentation about reading from the demuxer.
(edit) @10fa4ff7   13 years anton lavf doxy: document passing options to demuxers.
(edit) @dca9c81d   13 years anton lavf doxy: clarify that an AVPacket contains encoded data.
(edit) @3fadb29   13 years martin mpegtsenc: allow user triggered PES packet flushing Signed-off-by: …
(edit) @9c47f2b2   13 years anton APIchanges: mark the place where 0.7 was cut.
(edit) @75bdd55e   13 years anton APIchanges: mark the place where 0.8 was cut.
(edit) @5d20e7b7   13 years anton APIchanges: fill in missing dates and hashes.
(edit) @b2af057a   13 years rsbultje smacker: convert palette and header reading to bytestream2.
(edit) @c3bbd0b5   13 years rsbultje alac: convert extradata reading to bytestream2.
(edit) @62ce9de   13 years diego x86: dsputil: prettyprint gcc inline asm
(edit) @3b54912   13 years diego x86: K&R prettyprinting cosmetics for dsputil_mmx.c
(edit) @915a2a0a   13 years diego x86: conditionally compile H.264 QPEL optimizations
(edit) @3816642   13 years diego dsputil_mmx: Surround QPEL macros by "do { } while (0);" blocks. This …
(edit) @5d115c1d   13 years diego Ignore generated files below doc/.
(edit) @3a3f06b0   13 years rsbultje dpcm: convert to bytestream2.
(edit) @f31a68e7   13 years rsbultje interplayvideo: convert to bytestream2.
(edit) @68893afe   13 years martin movenc: Merge if statements This isn't exactly equivalent with the …
(edit) @cb348677   13 years rsbultje h264: fix memleak in error path. Signed-off-by: Ronald S. Bultje …
(edit) @147ee4cf   13 years rsbultje pthread: Immediately release all frames in ff_thread_flush() Before …
(edit) @6ef40639   13 years rsbultje h264: Add check for invalid chroma_format_idc Fixes a crash when …
(edit) @ec0ed97b   13 years rsbultje utvideo: port header reading to bytestream2. Fixes crash during slice …
(edit) @d5ed5e7d   13 years martin avc: Add a function for converting mp4 style extradata to annex b …
(edit) @2ee01fbd   13 years anton pthread: free progress if buffer allocation failed. Else we run out …
(edit) @bc1ef855   13 years anton lavc/avconv: support changing frame sizes in codecs with frame mt. …
(edit) @e20ad71e   13 years martin libavformat: Document who sets the AVStream.id field Signed-off-by: …
(edit) @72dadaa9   13 years kostya.shishkov utvideo: mark output picture as keyframe. Spotted by Антон.
(edit) @cc965300   13 years justin.ruggles sunrast: Add support for negative linesize. Signed-off-by: Justin …
(edit) @14ba7472   13 years rsbultje vp8: fix update_lf_deltas in libavcodec/vp8.c lf_delta.ref[i] and …
(edit) @494bce62   13 years kostya.shishkov ralf: read Huffman code lengths without GetBitContext Those …
(edit) @cb7190c   13 years janne-libav rv34: error out on size changes with frame threading
(edit) @b00307ec   13 years alex.converse aacsbr: Add a debug check to sbr_mapping. There have been multiple …
(edit) @0cb93dac   13 years alex.converse aac: Reset some state variables when turning SBR off This makes sure …
(edit) @a237b380   13 years alex.converse aac: Reset PS parameters on header decode failure. If the next header …
(edit) @7beec7e2   13 years rsbultje fate: add wmalossless test.
(edit) @71ea2681   13 years rsbultje aacsbr: handle m_max values smaller than 4. Prevents a signflip in …
(edit) @73ad4471   13 years janne-libav rv34: Handle only complete frames in frame-mt. Correct handling of …
(edit) @5ab506a5   13 years janne-libav MPV: set reference frame pointers to NULL when allocation of dummy …
(edit) @4a584eda   13 years diego configure: die if x11grab dependencies are unavailable Signed-off-by: …
(edit) @afa61290   13 years diego zerocodec: factorize loop Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @4094fc99   13 years justin.ruggles avconv: fix the resampling safety factors for output audio buffer …
(edit) @9869e963   13 years justin.ruggles avconv: move audio output buffer allocation to a separate function …
(edit) @f3ab3e1a   13 years justin.ruggles avconv: make the async buffer global and free it in exit_program()
(edit) @5023b89b   13 years alex.converse xwma: Validate channels and bits_per_coded_sample. This prevents a …
(edit) @86f2ae06   13 years alex.converse mov: Do not read past the end of the ctts_data table. Found-by: …
(edit) @3e6e89b   13 years alex.converse mov: Add missing terminator to mov_ch_layout_map_1ch. Found-by: …
(edit) @e73c6aaa   13 years rsbultje asf: reset side data elements on packet copy. Prevents crash (double …
(edit) @26219644   13 years rsbultje wmavoice: fix stack overread. Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @3c926767   13 years rsbultje wmalossless: error out if a subframe is not used by any channel. …
(edit) @75d7975   13 years rsbultje vqa: check palette chunk size before reading data. Prevents overreads …
(edit) @d462949   13 years rsbultje wmalossless: reset sample pointer for each subframe. Prevents …
(edit) @326f7a68   13 years rsbultje wmalossless: error out on invalid values for order. Found-by: Mateusz …
(edit) @e9c0b12c   13 years anton FATE: Add ZeroCodec test Signed-off-by: Derek Buitenhuis …
(edit) @f0b4a50   13 years anton oggparseogm: fix order of arguments of avpriv_set_pts_info(). …
(edit) @677df4d2   13 years anton pngenc: better upper bound for encoded frame size. Fixes encoding …
(edit) @f036342b   13 years justin.ruggles aiffdec: set block_duration to 1 for PCM codecs that are supported in …
(edit) @b38b7cc3   13 years justin.ruggles aiffdec: factor out handling of integer PCM for AIFF-C and plain AIFF
Note: See TracRevisionLog for help on using the revision log.