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
2014-04-16avformat/ico: use avmalloc(z)_array()Michael Niedermayer
2014-04-16avformat/mpegenc: try to improve the VBV buffer warningMichael Niedermayer
2014-04-16avformat/mpegts: Remove redundant checkMichael Niedermayer
2014-04-16avformat/hnm: fix decoding of 256x256 videoMichael Niedermayer
2014-04-16avformat/flacdec/flac_read_timestamp: free the correct packetMichael Niedermayer
2014-04-16avformat/flacdec/flac_read_timestamp: dont modify AVStream stateMichael Niedermayer
2014-04-15avformat/xmv: use av_malloc_array()Michael Niedermayer
2014-04-15avformat/mpegtsenc: use av_malloc_array()Michael Niedermayer
2014-04-15avformat/utils: fix typoMichael Niedermayer
2014-04-15avformat: add av_format_inject_global_side_data(), and disable it by defaultMichael Niedermayer
2014-04-14avformat/img2dec: fix typoMichael Niedermayer
2014-04-14Merge branch 'flac' of https://github.com/FernetMenta/FFmpegMichael Niedermayer
2014-04-14flac demuxer: improve seekingRainer Hochecker
2014-04-14Fix writing RGB 5:5:5 rawvideo into avi.Carl Eugen Hoyos
2014-04-14avformat/rtmpproto: Added handling of an initial RTMP chunk size packet.Stephan Soller
2014-04-14Merge commit '6477139721f559b26eafd415e23e13ea2b0c27e1'Michael Niedermayer
2014-04-14rtmpproto: Make sure to pass on the error code if read_connect failedMartin Storsjö
2014-04-14avformat/network: use av_malloc_array()Michael Niedermayer
2014-04-13avformat/mp3enc: drop redundant and uninitialized variableMichael Niedermayer
2014-04-13avformat/utils: reinject global side data on seeksMichael Niedermayer
2014-04-13avformat/utils: factorize if()Michael Niedermayer
2014-04-13avformat/utils: Inject global side data into first packet.Michael Niedermayer
2014-04-13avformat/iff: indentPeter Ross
2014-04-13avformat/iff: remove unused codePeter Ross
2014-04-12Merge commit '617a1a98a6be3e59db6fbfc21afab2fb9a049c03'Michael Niedermayer
2014-04-12mp3enc: Properly write bitrate value in XING headerMichael Niedermayer
2014-04-12avformat/img2dec: support nanosecond file timesMichael Niedermayer
2014-04-12avformat/hls: reduce memory usage by using dynamically allocated url/keyMichael Schenk
2014-04-12Improve amr bitrate calculation for VBR files.Carl Eugen Hoyos
2014-04-12Warn if rawvideo and an unreadable pix_fmt are written.Carl Eugen Hoyos
2014-04-11lavd: add device capabilities APILukasz Marek
2014-04-11avformat/hls: do not call ffurl_seek/ffurl_size on crypto protocolAnssi Hannula
2014-04-10lavf/rtspcodes: add missing header includeJames Almer
2014-04-10avformat/mov: merge mov_read_custom_metadata() and mov_read_custom()Michael Niedermayer
2014-04-10Merge commit '9a07fac678a8540d076e635061bbaa4ed09a9431'Michael Niedermayer
2014-04-10mov: read hydrogenaudio replaygain informationAnton Khirnov
2014-04-10lavf/utils: fix mem leakLukasz Marek
2014-04-10Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2014-04-10avformat/nut: add ff_nut_audio_extra_tags to demuxer tooMichael Niedermayer
2014-04-10Fix a typo in amr.c.Carl Eugen Hoyos
2014-04-10Remove an unneeded include of avassert.h from amr.c.Carl Eugen Hoyos
2014-04-10Do not allow writing invalid wav channel layouts by default.Carl Eugen Hoyos
2014-04-09rawvideo: Support decoding YVYU422 FourCCVittorio Giovara
2014-04-09rtspcodes: don't check for >0 on error codes macroAnshul Maheshwari
2014-04-07avformat/oggdec: reset nstreams in closeSchenk, Michael
2014-04-07avformat/mov: reset drefs_count in closeSchenk, Michael
2014-04-07rtspcodes: add full list of RTSP status codesReynaldo H. Verdejo Pinochet
2014-04-07Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2014-04-07Set Matroska private data when muxing Prores.Carl Eugen Hoyos
2014-04-07Merge commit 'eeadcdfd1a6f3089b6bf6e194d6ece8d3f113123'Michael Niedermayer