source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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
(edit) @2c07c18   13 years justin.ruggles aiffdec: use av_get_audio_frame_duration() to set block_duration for AIFF-C
(edit) @02f88eec   13 years justin.ruggles aiffdec: do not set bit rate if block duration is unknown CC: …
(edit) @87818103   13 years kostya.shishkov wmall: output packet only if we have decoded some samples Also set …
(edit) @6aba117f   13 years justin.ruggles adxenc: use AVCodec.encode2()
(edit) @54e6cf8a   13 years justin.ruggles adxenc: Use the AVFrame in ADXContext for coded_frame
(edit) @68fd077f   13 years kostya.shishkov indeo4: fix out-of-bounds function call. Found-by: Mateusz "j00ru" …
(edit) @3b327a4b   13 years diego configure: Restructure help output. Break some of the longer sections …
(edit) @478fd534   13 years diego configure: Internal-only components should not be command-line selectable.
(edit) @5d4017b8   13 years justin.ruggles vorbisenc: use AVCodec.encode2()
(edit) @e5aab2d7   13 years justin.ruggles libvorbis: use AVCodec.encode2()
(edit) @8ccf545b   13 years justin.ruggles libopencore-amrnbenc: use AVCodec.encode2()
(edit) @330d9d1b   13 years justin.ruggles ra144enc: use AVCodec.encode2()
(edit) @f090428   13 years justin.ruggles nellymoserenc: use AVCodec.encode2()
(edit) @32173df3   13 years justin.ruggles roqaudioenc: use AVCodec.encode2() The first frame pts must be saved …
(edit) @b03dcf0   13 years justin.ruggles libspeex: use AVCodec.encode2()
(edit) @57a52f2   13 years justin.ruggles libvo_amrwbenc: use AVCodec.encode2()
(edit) @db440fa1   13 years justin.ruggles libvo_aacenc: use AVCodec.encode2()
(edit) @27bacfeb   13 years justin.ruggles wmaenc: use AVCodec.encode2()
(edit) @b0f75ba2   13 years justin.ruggles mpegaudioenc: use AVCodec.encode2() Update FATE references due to …
(edit) @3d853d7a   13 years justin.ruggles libmp3lame: use AVCodec.encode2()
(edit) @1987a940   13 years justin.ruggles libgsmenc: use AVCodec.encode2()
(edit) @d1afb2f9   13 years justin.ruggles libfaac: use AVCodec.encode2() Encoder output is delayed by several …
(edit) @59041fd0   13 years justin.ruggles g726enc: use AVCodec.encode2()
(edit) @bb03b6f7   13 years justin.ruggles g722enc: use AVCodec.encode2() FATE reference updated due timestamp …
(edit) @910bdb9a   13 years justin.ruggles flacenc: use AVCodec.encode2()
(edit) @24e74f0a   13 years justin.ruggles adpcmenc: update to AVCodec.encode2()
(edit) @aa872af   13 years justin.ruggles ac3enc: update to AVCodec.encode2() Update FATE references due to …
(edit) @ad95307f   13 years justin.ruggles aacenc: use AVCodec.encode2()
(edit) @4bf64961   13 years justin.ruggles avcodec: add code for a frame queue for use by audio encoders with …
(edit) @c9594fe0   13 years justin.ruggles avconv: free packet in write_frame() when discarding due to frame …
Note: See TracRevisionLog for help on using the revision log.