source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @324deaa2   13 years diego Replace AVFrame pointer type punning by proper struct member assignments.
(edit) @47c0ac96   13 years diego Replace AVFrame pointer casts by proper struct member accesses.
(edit) @562b6c74   13 years diego Remove unnecessary AVFrame pointer casts.
(edit) @2f4b476e   13 years diego msmpeg4: Split encoding backend code off from general backend code.
(edit) @eb727387   13 years anton lavc: shrink encoded video packet size after encoding. Based on a …
(edit) @0ce4fe48   13 years rsbultje h264: error out on invalid bitdepth. Fixes invalid reads while …
(edit) @cc412b71   13 years alex.converse aacsbr: use a swap index for the Y matrix rather than copy buffers. …
(edit) @63c9de64   13 years rsbultje huffyuv: do not abort on unknown pix_fmt; instead, return an error. …
(edit) @bd17a40a   13 years rsbultje lcl: return negative error codes on decode_init() errors. Found-by: …
(edit) @984b914c   13 years martin rtpenc: Use MB info side data for splitting H263 packets for RFC 2190 …
(edit) @bdc1220e   13 years martin h263enc: Add an option for outputting info about MBs as side data …
(edit) @442c1320   13 years martin avpacket: Add a function for shrinking already allocated side data …
(edit) @5cd1337f   13 years rsbultje nellymoserdec: Saner and faster IMDCT windowing Signed-off-by: Ronald …
(edit) @882abda5   13 years rsbultje amrnbdec: check frame size before decoding. Found-by: Mateusz "j00ru" …
(edit) @8a9faf33   13 years rsbultje cscd: use negative error values to indicate decode_init() failures. …
(edit) @d1604b3d   13 years rsbultje h264: prevent overreads in intra PCM decoding. Found-by: Mateusz …
(edit) @f240df6a   13 years justin.ruggles FATE: do not decode audio in the nuv test. We already have sufficient …
(edit) @929dd8c1   13 years justin.ruggles dxa: set audio stream time base using the sample rate
(edit) @aa831c40   13 years justin.ruggles psx-str: do not allow seeking by bytes
(edit) @bdbf1fa4   13 years justin.ruggles asfdec: Do not set AVCodecContext.frame_size
(edit) @4bf6775e   13 years justin.ruggles vqf: set packet parameters after av_new_packet() Otherwise the values …
(edit) @9b4cd586   13 years rsbultje mpegaudiodec: use DSPUtil.butterflies_float(). Signed-off-by: Ronald …
(edit) @841c1717   13 years justin.ruggles FATE: add mp3 test for sample that exhibited false overreads related …
(edit) @31b132c0   13 years justin.ruggles fate: add cdxl test for bit line plane arrangement Signed-off-by: …
(edit) @07a18097   13 years rsbultje vmnc: return error on decode_init() failure. Found-by: Mateusz …
(edit) @a45a1ea5   13 years justin.ruggles libvorbis: add/update error messages also use AVERROR codes for some …
(edit) @592c4dbc   13 years justin.ruggles libvorbis: use AVFifoBuffer for output packet buffer simplifies the …
(edit) @1fe7c1be   13 years justin.ruggles libvorbis: remove unneeded e_o_s check vorbis_bitrate_flushpacket() …
(edit) @94025d8a   13 years justin.ruggles libvorbis: check return values for functions that can return errors
(edit) @c5063e03   13 years justin.ruggles libvorbis: use float input instead of s16 libvorbis takes float …
(edit) @f15c4281   13 years justin.ruggles libvorbis: do not flush libvorbis analysis if dsp state was not …
(edit) @147ff24a   13 years justin.ruggles libvorbis: use VBR by default, with default quality of 3
(edit) @182d4f1f   13 years justin.ruggles libvorbis: fix use of minrate/maxrate AVOptions - enable the options …
(edit) @eb35ef29   13 years justin.ruggles libvorbis: cosmetics: renaming/pretty-printing/comments/unused code
(edit) @4e99501f   13 years justin.ruggles (e)ac3enc: select a default bit rate based on the channel layout
(edit) @6aeea1df   13 years justin.ruggles ac3enc: choose the closest bit rate to the one requested instead of failing
(edit) @78e9852a   13 years rsbultje rpza: error out on buffer overreads. Found-by: Mateusz "j00ru" …
(edit) @e54ae60e   13 years rsbultje qtrle: return error on decode_init() failure. Found-by: Mateusz …
(edit) @791de61b   13 years rsbultje swscale: fix another integer overflow. Found-by: Mateusz "j00ru" …
(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 …
Note: See TracRevisionLog for help on using the revision log.