Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-13build: Merge pthreads/w32threads OBJS declarationsDiego Biurrun
2013-12-12mp3adu: Set the channel layout properlyMartin Storsjö
2013-12-11lavc: deprecate avcodec_get_frame_defaults().Anton Khirnov
2013-12-11h264: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov
2013-12-11api-example: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov
2013-12-11mpegvideo: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov
2013-12-11mpegvideo: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov
2013-12-11lavc: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov
2013-12-11lavc: deprecate avcodec_free_frame()Anton Khirnov
2013-12-11Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov
2013-12-11hevc: set time_base when possibleGuillaume Martres
2013-12-11hevc: store the VPS list as an AVBufferRef, just like the others *PSGildas Cocherel
2013-12-11hevc: do not dereference pointer before NULL check in verify_md5()Michael Niedermayer
2013-12-10alsdec: check block lengthReinhard Tartler
2013-12-09hevc: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara
2013-12-09mpeg12enc: set frame packing information when relevant metadata is foundVittorio Giovara
2013-12-09mpeg12dec: parse frame packing arrangement user_data and save relevant stereo...Vittorio Giovara
2013-12-09libx264: set frame packing information when relevant information is foundVittorio Giovara
2013-12-09h264: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara
2013-12-09configure: Prefix libc-related variables with "libc_"Diego Biurrun
2013-12-09avcodec: Use av_reallocp where suitableAlexandra Khirnova
2013-12-09dv: use AVFrame API properlyAnton Khirnov
2013-12-09ac3dec: make drc_scale exponentiallyJohn Stebbins
2013-12-09lavc: rework handling of refcounted_frames=0Anton Khirnov
2013-12-09lavc/decode_video(): always unref the frame if there is no output in decode_v...Anton Khirnov
2013-12-09lavc: remove a pointless check in decode_audio4()Anton Khirnov
2013-12-09lavc: use buf[0] instead of data[0] as the indicator of an allocated frameAnton Khirnov
2013-12-09lavc: remove the extended_data workarounds.Anton Khirnov
2013-12-09pthread_frame: use the AVFrame API properly.Anton Khirnov
2013-12-09mxpegdec: use the AVFrame API properly.Anton Khirnov
2013-12-09p*menc: use the AVFrame API properly.Anton Khirnov
2013-12-09mjpegdec: use the AVFrame API properly.Anton Khirnov
2013-12-08dsputil: Move apply_window_int16 to ac3dspDiego Biurrun
2013-12-08libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0Guillaume Martres
2013-12-07dcadec: Decode LFE to avoid adding random data when downmixing with LFEMichael Niedermayer
2013-12-06webp: add a special case for a huffman table with only 1 symbolJustin Ruggles
2013-12-06webp: do not call av_frame_free() on the user-provided frameJustin Ruggles
2013-12-05ljpegenc: split yuv encoding into a separate functionAnton Khirnov
2013-12-05ljpegenc: split bgr encoding into a separate functionAnton Khirnov
2013-12-05ljpegenc: accept bgr24 instead of bgraAnton Khirnov
2013-12-05ljpegenc: rename the encoding function.Anton Khirnov
2013-12-05ljpeg: remove a commented-out lineAnton Khirnov
2013-12-05ljpegenc: deMpegEncContextizeAnton Khirnov
2013-12-05mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_dc()Anton Khirnov
2013-12-05mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer()Anton Khirnov
2013-12-05mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header()Anton Khirnov
2013-12-05mjpegenc: do not pass MpegEncContext to jpeg_table_header()Anton Khirnov
2013-12-05mjpegenc: remove commented out never-to-be-finished WIP cruftAnton Khirnov
2013-12-05mjpegenc: do not pass MpegEncContext to put_huffman_table()Anton Khirnov
2013-12-05mjpegenc: cosmetics, reformat jpeg_put_comments()Anton Khirnov