source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @85b221e4   13 years martin dpxenc: Don't include the libavcodec ident if bitexact mode is enabled …
(edit) @07ec1f21   13 years martin rtpenc: Fix setting the max packet size This fixes cases where the …
(edit) @32253747   13 years anton Add a minor bump, changelog/APIchanges entry and some documentation …
(edit) @2dfea120   13 years anton mp3enc: write attached pictures (APIC).
(edit) @c68148b1   13 years anton mp3enc: move mp3_write_xing() further up in the file. It will be need …
(edit) @ba445f55   13 years anton id3v2enc: add a function for writing attached pictures. Unused so far.
(edit) @24fe1a3b   13 years anton id3v2enc: fix writing frame sizes for ID3v2.3 Frame sizes in ID3v2.3 …
(edit) @411225aa   13 years anton id3v2enc: split ff_id3v2_write(). This will allow writing the tag in …
(edit) @c199817   13 years anton id3v2enc: make id3v2_put_size take only an AVIOContext. It has no …
(edit) @393fd0d8   13 years anton id3v2: remove unused ff_id3v2_read(). Rename ff_id3v2_read_all to …
(edit) @079ea6ca   13 years anton lavf: export id3v2 attached pictures as streams.
(edit) @dd2a4bcf   13 years anton lavf: generic code for exporting attached pictures.
(edit) @a93b09cb   13 years anton id3v2: read attached pictures and export them in ID3v2ExtraMeta.
(edit) @b73ad746   13 years anton lavf: move CodecMime from matroska.h to internal.h it will be useful …
(edit) @eaea76d7   13 years anton swfdec: do not set codec timebase. It is not supposed to be set …
(edit) @12b812d   13 years kostya.shishkov prores: store and retrieve extended colourspace information Based on …
(edit) @c7084182   13 years kostya.shishkov proresenc: correct edge emulation Signed-off-by: Kostya Shishkov …
(edit) @235d6932   13 years kostya.shishkov prores: handle 444 chroma in right order ProRes codes chroma blocks …
(edit) @23bfcc06   13 years anton mpegvideo_enc: add quantizer_noise_shaping private option. Deprecate …
(edit) @16b7557b   13 years anton lavc: deprecate AVCodecContext.inter_threshold. It's unused.
(edit) @4f07f819   13 years anton lavc: deprecate AVCodecContext.color_table_id. It's currently only …
(edit) @e0f6841   13 years anton avplay: remove an unused variable.
(edit) @63efd83a   13 years anton mpegvideo_enc: add chroma/luma_elim_threshold private options. …
(edit) @af3d804f   13 years anton mpegvideo_enc: add cbp_rd flag to mpv_flags. Deprecate CODEC_FLAG_CBP_RD.
(edit) @ff71a383   13 years anton mpegvideo_enc: add qp_rd flag to mpv_flags. Deprecate CODEC_FLAG_QP_RD.
(edit) @a249f0cc   13 years anton mpegvideo_enc: add strict_gop flag to mpv_flags. Deprecate …
(edit) @ed019b8e   13 years anton lavc: add -mpv_flags to mpegvideo_enc-based encoders. Deprecate …
(edit) @956fb91e   13 years alex.converse aacdec: Support stereo streams that erroneously signal predefined …
(edit) @2564f6e6   13 years alex.converse aacdec: Reshuffle functions so get_che() can call …
(edit) @8bc396fc   13 years rsbultje vp56: error out on invalid stream dimensions. Prevents crashes when …
(edit) @bb6d5411   13 years rsbultje asf: don't seek back on EOF. Seeking back on EOF will reset the EOF …
(edit) @6e57a02b   13 years rsbultje asf: error out on ridiculously large minpktsize values. They cause …
(edit) @bbeb291   13 years alex.converse adpcm: Clip step_index values read from the bitstream at the beginning …
(edit) @934cd18a   13 years rsbultje oma: don't read beyond end of leaf_table. Found-by: Mateusz "j00ru" …
(edit) @cfac648e   13 years diego doxygen: Remove documentation for non-existing parameters; misc small …
(edit) @fc9bc08d   13 years rsbultje Indeo3: fix crashes on corrupt bitstreams. Splits at borders of cells …
(edit) @bd7a647c   13 years diego msmpeg4: Replace forward declaration by proper #include.
(edit) @0c1759ac   13 years lu_zero segment: implement wrap around Provide a way to wrap around the …
(edit) @ee42df8a   13 years lu_zero avf: reorder AVStream and AVFormatContext
(edit) @5e239c7f   13 years alex.converse aacdec: Remove erroneous reference to global gain from the out of …
(edit) @d10319d8   13 years diego avcodec_default_reget_buffer(): fix compilation in DEBUG mode
(edit) @273f4b39   13 years rsbultje fate: Overhaul WavPack coverage WavPack has a comprehensive test …
(edit) @b0c4f043   13 years rsbultje h264: fix mmxext chroma deblock to use correct TC values.
(edit) @e60bdb7e   13 years martin flvdec: Remove the now redundant check for known broken metadata …
(edit) @7e297a46   13 years martin flvdec: Validate index entries added from metadata while reading By …
(edit) @1a6b9a98   13 years martin rtsp: Handle requests from server to client This returns 200 OK for …
(edit) @f234e8a3   13 years justin.ruggles movenc: use timestamps instead of frame_size for samples-per-packet …
(edit) @f3dab5fb   13 years justin.ruggles movenc: use the first cluster duration as the tfhd default duration
(edit) @681d172   13 years justin.ruggles movenc: factorize calculation of cluster duration into a separate function
(edit) @f5f5b154   13 years anton doc/APIchanges: fill in missing dates and hashes.
(edit) @b1edfce0   13 years anton lavc: reorder AVCodecContext fields. Put related fields together, …
(edit) @1d428004   13 years anton lavc: reorder AVFrame fields. Put related fields together, move the …
(edit) @7929e22b   13 years anton lavf: don't guess r_frame_rate from either stream or codec timebase. …
(edit) @13f6917   13 years anton avconv: set discard on input streams automatically.
(edit) @790a367d   13 years siretart Fix parser not to clobber has_b_frames when extradata is set. Because …
(edit) @d3783f47   13 years anton lavf: don't set codec timebase in avformat_find_stream_info(). It's …
(edit) @832ba44d   13 years anton avconv: saner output video timebase. r_frame_rate should in theory …
(edit) @87d7a92b   13 years anton rawdec: set timebase to 1/fps.
(edit) @d43040e   13 years anton avconv: refactor vsync code. No functional changes, just make it more …
(edit) @493a86e2   13 years anton FATE: remove a bunch of useless -vsync 0 No changes in the test results.
(edit) @42459c6a   13 years justin.ruggles cdxl: bit line plane arrangement support Signed-off-by: Paul B Mahol …
(edit) @cf6914e2   13 years justin.ruggles cdxl: remove early check for bpp Signed-off-by: Paul B Mahol …
(edit) @126daeb5   13 years justin.ruggles cdxl: set pix_fmt PAL8 only if palette is available Signed-off-by: …
(edit) @0a9efe4c   13 years justin.ruggles mlp_parser: fix the channel mask value used for the top surround …
(edit) @be8d812c   13 years justin.ruggles vorbisenc: check all allocations for failure
(edit) @f7a2e12f   13 years justin.ruggles roqaudioenc: return AVERROR codes instead of -1
(edit) @3fa9a999   13 years justin.ruggles roqaudioenc: set correct bit rate
(edit) @cf57c78b   13 years justin.ruggles roqaudioenc: use AVCodecContext.frame_size correctly. It is not …
(edit) @56279f1d   13 years justin.ruggles roqaudioenc: remove unneeded sample_fmt check
(edit) @4b7f8838   13 years justin.ruggles ra144enc: use int16_t* for input samples rather than void*
(edit) @03359ebc   13 years justin.ruggles ra144enc: set AVCodecContext.coded_frame
(edit) @a65f7c96   13 years justin.ruggles ra144enc: remove unneeded sample_fmt check
(edit) @928672f1   13 years justin.ruggles nellymoserenc: set AVCodecContext.coded_frame
(edit) @370b44cd   13 years justin.ruggles nellymoserenc: improve error checking in encode_init()
(edit) @333506c3   13 years justin.ruggles nellymoserenc: return AVERROR codes instead of -1
(edit) @6f600ab3   13 years justin.ruggles libvorbis: improve error checking in oggvorbis_encode_init()
(edit) @be60eec6   13 years justin.ruggles mpegaudioenc: return AVERROR codes instead of -1
(edit) @7a8cbb3   13 years justin.ruggles libfaac: improve error checking and handling in Faac_encode_init()
(edit) @c9bca801   13 years justin.ruggles avutil: add AVERROR_UNKNOWN Useful to return instead of -1 when the …
(edit) @a8bdf240   13 years justin.ruggles check for coded_frame allocation failure in several audio encoders
(edit) @255ad888   13 years justin.ruggles audio encoders: do not set coded_frame->key_frame. it is already set …
(edit) @8e2555d3   13 years justin.ruggles g722enc: check for trellis data allocation error
(edit) @ca300d93   13 years justin.ruggles libspeexenc: export encoder delay through AVCodecContext.delay
(edit) @7600e5c   13 years justin.ruggles avcodec: document the use of AVCodecContext.delay for audio encoders
(edit) @6c4c27ad   13 years rsbultje kgv1: release reference picture on size change. Found-by: Mateusz …
(edit) @cd40c31   13 years rsbultje matroska: don't overwrite string values until read/alloc was …
(edit) @03ca0a5b   13 years anton lavc: merge two if()s with the same condition.
(edit) @d55fa6f9   13 years anton lavc: factorize setting got_packet_ptr in avcodec_encode_video2()
(edit) @52953d61   13 years anton lavc: signal no output when a NULL frame is passed to audio encoder …
(edit) @99cff417   13 years anton xwdenc: fix monow encoding Signed-off-by: Paul B Mahol …
(edit) @159a2436   13 years justin.ruggles fate: add tests for cdxl video Signed-off-by: Paul B Mahol …
(edit) @904817cb   13 years justin.ruggles cdxl: fix ham6/8 on big endian Signed-off-by: Paul B Mahol …
(edit) @2bb628f8   13 years rsbultje swscale: fix another integer overflow at large dimensions/rescales.
(edit) @19adb0bc   13 years justin.ruggles vorbisdec: add a flush() function clear MDCT overlap buffer and reset …
(edit) @830f7044   13 years rsbultje fraps: release reference buffer on pix_fmt change. Prevents crash …
(edit) @87840eeb   13 years rsbultje avcodec: disallow reget_buffer() if pix_fmt changed.
(edit) @33cd32b3   13 years rsbultje kgv1: use avctx->get/release_buffer(). Also fixes crashes on corrupt …
(edit) @d6a77e2b   13 years anton docs: use -bsf:[vas] instead of -[vas]bsf. The latter syntax is now …
(edit) @b7165426   13 years justin.ruggles mpegaudiodec: Prevent premature clipping of mp3 input buffer. Instead …
(edit) @655b24c0   13 years anton lavf: move the packet keyframe setting code. compute_pkt_fields() is …
Note: See TracRevisionLog for help on using the revision log.