source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9d25f1f6   13 years diego Windows Media Audio Lossless decoder Decodes 16-bit WMA Lossless …
(edit) @9243ec4a   13 years alex.converse rv10/20: Fix slice overflow with checked bitstream reader.
(edit) @71db86d5   13 years alex.converse h263dec: Disallow width/height changing with frame threads. Fixes …
(edit) @2f652853   13 years alex.converse rv10/20: Fix a buffer overread caused by losing track of the remaining …
(edit) @1697c29d   13 years alex.converse rmdec: Honor .RMF tag size rather than assuming 18.
(edit) @b087ce2b   13 years martin g722: Fix the QMF scaling This fixes clipping if the encoder input …
(edit) @56bf24ad   13 years anton r3d: don't set codec timebase. It's not supposed to be set by …
(edit) @efec3bc6   13 years anton electronicarts: set timebase for tgv video. The container has no …
(edit) @e39400c3   13 years anton electronicarts: parse the framerate for cmv video.
(edit) @1bb3990b   13 years anton ogg: don't set codec timebase Demuxers are not supposed to set it.
(edit) @1d3144c   13 years anton electronicarts: don't set codec timebase Demuxers are not supposed to …
(edit) @10a6e0c3   13 years anton avs: don't set codec timebase Demuxers are not supposed to set it. …
(edit) @f604eab3   13 years kostya.shishkov wavpack: Fix an integer overflow Integer Overflow Checker detected an …
(edit) @36697be1   13 years diego swscale: K&R formatting cosmetics for PowerPC code (part II/II)
(edit) @c05e2be   13 years alex.converse mp3dec: Fix reading file size and frames in VBRI headers The fields …
(edit) @1c4717be   13 years diego mjpegdec: use correct variable in av_log invocation …
(edit) @75c553eb   13 years diego rmdec: adjust printf format string specifier to fix warning …
(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 …
Note: See TracRevisionLog for help on using the revision log.