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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-26avformat/isom: Use AVRN codec to handle AVDJMichael Niedermayer
2015-07-12avformat/isom: utilize bitrate hintsGanesh Ajjanagadde
2015-06-22Merge commit '7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7'Michael Niedermayer
2015-06-22Hap decoder and encoderVittorio Giovara
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-03-17Merge commit '96dd04427fc46e5e25a5ac1f00753207e3aedb0c'Michael Niedermayer
2015-03-17isom: Add X-Com Radvision FourCCPaul B Mahol
2015-03-17isom: Add support for TSCC2Luca Barbato
2015-02-11avformat/isom: add X-Com Radvision fourccPaul B Mahol
2015-02-03isom: Decode Prores 4444 XQ with the existing Prores decoderCarl Eugen Hoyos
2015-01-26Decode Prores 4444 XQ with the existing Prores decoder.Carl Eugen Hoyos
2015-01-07Merge commit '8e03ca2fff40ce065ea5a516200e777c96cd785e'Michael Niedermayer
2015-01-06isom: add 'mp1v' fourccJustin Ruggles
2014-10-10avformat/movenc: add EAC3 muxing support.Benoit Fouet
2014-05-22Don't overwrite codec_id with 0 in ff_mp4_read_dec_config_descr().Carl Eugen Hoyos
2014-04-19Silicon Graphics RLE 8-bit video decoderPeter Ross
2014-04-04Merge commit '121b5b7e0476d22408d748b914799b7c00acc3a4'Michael Niedermayer
2014-04-04isom: add some BOXX tagsPiotr Bandurski
2014-04-04isom: add 'flic' tagReimar Döffinger
2014-04-04isom: add 'm1v ' tagCarl Eugen Hoyos
2014-04-01OpenEXR decoderJimmy Christensen
2014-03-31mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions from tkhdMichael Niedermayer
2014-03-31isom: only write the size if its non zero in mov_rewrite_dvd_sub_extradata()Michael Niedermayer
2014-03-31isom: Simplify mov_rewrite_dvd_sub_extradata()Michael Niedermayer
2014-03-17avformat/mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions f...Michael Niedermayer
2014-03-17avformat/isom: only write the size if its non zero in mov_rewrite_dvd_sub_ext...Michael Niedermayer
2014-03-17avformat/isom: Simplify mov_rewrite_dvd_sub_extradata()Michael Niedermayer
2014-03-17isom: fix C99-style declarationMichael Niedermayer
2014-03-16avformat/isom: fix mix of declaration and statementMichael Niedermayer
2014-03-16Merge commit '8f629a986c46f227abda1811a6ad1f449871ca35'Michael Niedermayer
2014-03-15isom: convert mp4 dvdsub extradata to vobsub formatwm4
2014-03-10Merge commit '4f3db5d3418a24f3b90422e98ad75388052c4284'Michael Niedermayer
2014-03-10Merge commit '1d9014f0b008485eac4c19d5f5e11ede59237167'Michael Niedermayer
2014-03-10Merge commit '8a0bc40545a216a49f43db5d9a42a63961333354'Michael Niedermayer
2014-03-10avformat/isom: remove duplicated lineMichael Niedermayer
2014-03-10Merge commit 'eeae858596a5ce5a84797283f590a16add5704f4'Michael Niedermayer
2014-03-09movenc: allow muxing HEVC in MODE_MP4.Tim Walker
2014-03-09movenc: use 'hev1' tag for HEVC in MODE_MOV.Tim Walker
2014-03-09libspeex: support ZygoAudio (quality 10 mode)Piotr Bandurski
2014-03-09isom: lpcm in mov default to big endianMark Himsley
2014-03-09isom: add "MNG" FourCCPiotr Bandurski
2014-03-09movdec: handle 0x7fff langcode as macintosh per the specsBaptiste Coudurier
2014-03-09isom: Support MPEG-2 video mov files from FPC5Carl Eugen Hoyos
2014-03-09isom: add "NO16" FourCCPiotr Bandurski
2014-03-09isom: Support Sony XAVC in movCarl Eugen Hoyos
2014-03-09isom: add Radius DV YUV FourCCsPiotr Bandurski
2014-03-09isom: add xd51 hdcamBen Littler
2014-02-23Support MPEG-2 video mov files with sample description mp2v.Carl Eugen Hoyos
2014-01-20lavf: add avformat_get_mov_video_tags() and avformat_get_mov_audio_tags()wm4