]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-02-25 Justin Rugglesavutil: add AVERROR_UNKNOWN
2012-02-25 Justin Rugglescheck for coded_frame allocation failure in several...
2012-02-25 Justin Rugglesaudio encoders: do not set coded_frame->key_frame.
2012-02-25 Justin Rugglesg722enc: check for trellis data allocation error
2012-02-25 Justin Ruggleslibspeexenc: export encoder delay through AVCodecContex...
2012-02-25 Justin Rugglesavcodec: document the use of AVCodecContext.delay for...
2012-02-25 Ronald S. Bultjekgv1: release reference picture on size change.
2012-02-25 Ronald S. Bultjematroska: don't overwrite string values until read...
2012-02-25 Anton Khirnovlavc: merge two if()s with the same condition.
2012-02-25 Anton Khirnovlavc: factorize setting got_packet_ptr in avcodec_encod...
2012-02-25 Anton Khirnovlavc: signal no output when a NULL frame is passed...
2012-02-25 Paul B Maholxwdenc: fix monow encoding
2012-02-25 Paul B Maholfate: add tests for cdxl video
2012-02-25 Paul B Maholcdxl: fix ham6/8 on big endian
2012-02-24 Ronald S. Bultjeswscale: fix another integer overflow at large dimensio...
2012-02-24 Justin Rugglesvorbisdec: add a flush() function
2012-02-24 Ronald S. Bultjefraps: release reference buffer on pix_fmt change.
2012-02-24 Ronald S. Bultjeavcodec: disallow reget_buffer() if pix_fmt changed.
2012-02-24 Ronald S. Bultjekgv1: use avctx->get/release_buffer().
2012-02-24 John Van Sickledocs: use -bsf:[vas] instead of -[vas]bsf.
2012-02-24 Dale Curtismpegaudiodec: Prevent premature clipping of mp3 input...
2012-02-24 Anton Khirnovlavf: move the packet keyframe setting code.
2012-02-24 Justin Rugglesoggenc: free comment header for all codecs
2012-02-24 Ronald S. Bultjelcl: error out if uncompressed input buffer is smaller...
2012-02-24 Ronald S. Bultjemjpeg: abort decoding if packet is too large.
2012-02-24 Ronald S. Bultjegolomb: use HAVE_BITS_REMAINING() macro to prevent...
2012-02-24 Ronald S. Bultjeget_bits: add HAVE_BITS_REMAINING macro.
2012-02-24 Anton Khirnovlavf/output-example: use new audio encoding API correctly.
2012-02-24 Anton Khirnovlavf/output-example: more proper usage of the new API.
2012-02-24 Alex Conversetiff: Prevent overreads in the type_sizes array.
2012-02-24 Alex Conversetiff: Make the TIFF_LONG and TIFF_SHORT types unsigned.
2012-02-24 Paul B Maholapetag: do not leak memory if avio_read() fails
2012-02-23 Ronald S. Bultjeapetag: propagate errors.
2012-02-23 Christophe... SBR DSP x86: implement SSE sbr_hf_g_filt
2012-02-23 Christophe... SBR DSP x86: implement SSE sbr_sum_square_sse
2012-02-23 Christophe... SBR DSP: use intptr_t for the ixh parameter.
2012-02-23 Ronald S. Bultjeswf: check return values for av_get/new_packet().
2012-02-23 Derek Buitenhuiswavpack: Don't shift minclip/maxclip
2012-02-23 Martin Storsjörtpenc: Expose the max packet size via an avoption
2012-02-23 Martin Storsjörtpenc: Move max_packet_size to a context variable
2012-02-23 Martin Storsjörtpenc: Add an option for not sending RTCP packets
2012-02-23 Anton Khirnovlavc: drop encode() support for video.
2012-02-23 Anton Khirnovsnowenc: switch to encode2().
2012-02-23 Anton Khirnovsnowenc: don't abuse input picture for storing information.
2012-02-23 Anton Khirnova64multienc: switch to encode2().
2012-02-23 Anton Khirnova64multienc: don't write into output buffer when there...
2012-02-23 Anton Khirnovlibxvid: switch to encode2().
2012-02-23 Anton Khirnovtiffenc: switch to encode2().
2012-02-23 Anton Khirnovtiffenc: properly forward error codes in encode_frame().
2012-02-23 Anton Khirnovlavc: drop libdirac encoder.
2012-02-23 Anton Khirnovgifenc: switch to encode2().
2012-02-23 Anton Khirnovlibvpxenc: switch to encode2().
2012-02-23 Anton Khirnovflashsvenc: switch to encode2().
2012-02-23 Diego BiurrunRemove libpostproc.
2012-02-23 Ronald S. Bultjelcl: don't overwrite input memory.
2012-02-23 Ronald S. Bultjeswscale: take first/lastline over/underflows into accou...
2012-02-23 Ronald S. Bultjeswscale: fix underflows in firstline calculations for...
2012-02-23 Ronald S. Bultjeswscale: fix overflows in filterPos[] calculation for...
2012-02-23 Anton Khirnovlibxavs: switch to encode2().
2012-02-23 Anton Khirnovlibxavs: add an AVClass at the beginning of XavsContext.
2012-02-23 Anton Khirnovlibxavs: split extradata writing out of encode_nals().
2012-02-23 Anton Khirnovljpegenc: switch to encode2().
2012-02-23 Ronald S. Bultjetruemotion2: error out if the huffman tree has no nodes.
2012-02-23 Martin Storsjörtpenc: Add an error message
2012-02-23 Martin Storsjörtpenc: Allow packetizing H263 according to the old...
2012-02-23 Martin Storsjörtpenc: Move the trailing comma into FF_RTP_FLAG_OPTS
2012-02-23 Anton Khirnovasv1enc: switch to encode2().
2012-02-23 Anton Khirnovlibschroedingerenc: switch to encode2().
2012-02-23 Anton Khirnovffv1enc: switch to encode2().
2012-02-23 Anton Khirnovlibtheoraenc: switch to encode2().
2012-02-23 Anton Khirnovjpeglsenc: switch to encode2().
2012-02-23 Anton Khirnovlclenc: switch to encode2().
2012-02-23 Anton Khirnovqtrleenc: switch to encode2().
2012-02-23 Justin Rugglesflacdec: set channel_layout based on channel count
2012-02-23 Justin Rugglesmov: set channel layout for AC-3 streams based on the...
2012-02-23 Ronald S. Bultjeswscale: fix filtersize clipping.
2012-02-22 Rafaël Carrédxva2: don't check for DXVA_PictureParameters->wDecoded...
2012-02-22 Paul B Maholimg2: split muxer and demuxer into separate files
2012-02-22 Ronald S. Bultjerm: prevent infinite loops for index parsing.
2012-02-22 Alex Converseaac: fix infinite loop on end-of-frame with sequence...
2012-02-22 Alex Conversemov: Add more HDV and XDCAM FourCCs.
2012-02-22 Anton Khirnovlavf: don't set AVCodecContext.has_b_frames in compute_...
2012-02-22 Ronald S. Bultjermdec: when using INT4 deinterleaving, error out if...
2012-02-22 Paul B Maholcdxl: correctly synchronize video timestamps to audio
2012-02-22 Tim Walkermlpdec_parser: fix a few channel layouts.
2012-02-22 Tim WalkerAdd channel names to channel_names[] array for channels...
2012-02-22 Martin Storsjömovenc: Buffer the mdat for the initial moov fragment...
2012-02-22 Martin Storsjöflvdec: Ignore the index if the ignidx flag is set
2012-02-22 Martin Storsjöflvdec: Fix indentation
2012-02-22 Martin Storsjömovdec: Don't parse all fragments if ignidx is set
2012-02-22 Martin Storsjömovdec: Restart parsing root-level atoms at the right...
2012-02-22 Christophe... prores: use natural integer type for the codebook index
2012-02-21 Alex Conversemov: Add support for MPEG2 HDV 720p24 (hdv4)
2012-02-21 Diego Biurrunswscale: K&R formatting cosmetics (part I)
2012-02-21 Diego Biurrunswscale: variable declaration and placement cosmetics
2012-02-21 Anton Khirnovmpegvideo_enc: only allocate output packet when we...
2012-02-21 Tim WAdd names for more channel layouts to the channel layou...
2012-02-21 Aneesh Dograsunrast: Add a sample request for RMP_RAW colormap.
2012-02-21 Justin Rugglesavcodec: do not override pts or duration from the audio...
2012-02-21 Reimar DöffingerAdd prores regression test.
next