summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov2013-12-11
* hevc: set time_base when possibleGuillaume Martres2013-12-11
* hevc: store the VPS list as an AVBufferRef, just like the others *PSGildas Cocherel2013-12-11
* hevc: do not dereference pointer before NULL check in verify_md5()Michael Niedermayer2013-12-11
* alsdec: check block lengthReinhard Tartler2013-12-10
* hevc: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara2013-12-09
* mpeg12enc: set frame packing information when relevant metadata is foundVittorio Giovara2013-12-09
* mpeg12dec: parse frame packing arrangement user_data and save relevant stereo...Vittorio Giovara2013-12-09
* libx264: set frame packing information when relevant information is foundVittorio Giovara2013-12-09
* h264: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara2013-12-09
* configure: Prefix libc-related variables with "libc_"Diego Biurrun2013-12-09
* avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-09
* dv: use AVFrame API properlyAnton Khirnov2013-12-09
* ac3dec: make drc_scale exponentiallyJohn Stebbins2013-12-09
* lavc: rework handling of refcounted_frames=0Anton Khirnov2013-12-09
* lavc/decode_video(): always unref the frame if there is no output in decode_v...Anton Khirnov2013-12-09
* lavc: remove a pointless check in decode_audio4()Anton Khirnov2013-12-09
* lavc: use buf[0] instead of data[0] as the indicator of an allocated frameAnton Khirnov2013-12-09
* lavc: remove the extended_data workarounds.Anton Khirnov2013-12-09
* pthread_frame: use the AVFrame API properly.Anton Khirnov2013-12-09
* mxpegdec: use the AVFrame API properly.Anton Khirnov2013-12-09
* p*menc: use the AVFrame API properly.Anton Khirnov2013-12-09
* mjpegdec: use the AVFrame API properly.Anton Khirnov2013-12-09
* dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-08
* libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0Guillaume Martres2013-12-08
* dcadec: Decode LFE to avoid adding random data when downmixing with LFEMichael Niedermayer2013-12-06
* webp: add a special case for a huffman table with only 1 symbolJustin Ruggles2013-12-05
* webp: do not call av_frame_free() on the user-provided frameJustin Ruggles2013-12-05
* ljpegenc: split yuv encoding into a separate functionAnton Khirnov2013-12-05
* ljpegenc: split bgr encoding into a separate functionAnton Khirnov2013-12-05
* ljpegenc: accept bgr24 instead of bgraAnton Khirnov2013-12-05
* ljpegenc: rename the encoding function.Anton Khirnov2013-12-05
* ljpeg: remove a commented-out lineAnton Khirnov2013-12-05
* ljpegenc: deMpegEncContextizeAnton Khirnov2013-12-05
* mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_dc()Anton Khirnov2013-12-05
* mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer()Anton Khirnov2013-12-05
* mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header()Anton Khirnov2013-12-05
* mjpegenc: do not pass MpegEncContext to jpeg_table_header()Anton Khirnov2013-12-05
* mjpegenc: remove commented out never-to-be-finished WIP cruftAnton Khirnov2013-12-05
* mjpegenc: do not pass MpegEncContext to put_huffman_table()Anton Khirnov2013-12-05
* mjpegenc: cosmetics, reformat jpeg_put_comments()Anton Khirnov2013-12-05
* mjpegenc: write the JFIF header if the sample aspect ratio is setAnton Khirnov2013-12-05
* mpegvideo: do not set current_picture_ptr in decodersAnton Khirnov2013-12-05
* vc1dec: move setting repeat_pict after frame_start() has been called.Anton Khirnov2013-12-05
* mpegvideo: make ff_release_unused_pictures() staticAnton Khirnov2013-12-05
* mpegvideo: make frame_size_alloc() static.Anton Khirnov2013-12-05
* mpegvideo: move encode-only parts of common_end() to encode_end()Anton Khirnov2013-12-05
* mpegvideo: remove commented out cruft from ff_MPV_frame_end()Anton Khirnov2013-12-05
* mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separat...Anton Khirnov2013-12-05
* mpegvideo: do not update last_non_b_pict_type in update_thread_context()Anton Khirnov2013-12-05