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-09-05avformat/hls: Check for av_opt_set_dict() failureMichael Niedermayer
2015-09-05lavf/aiffenc: Clarify an error message.Carl Eugen Hoyos
2015-09-05lavf/mxfdec: Support more codecs in mxf_picture_essence_container_uls[].Arnaud Bienner
2015-09-05lavf/mxf: Support video essence container uls for vc1.Arnaud Bienner
2015-09-05lavf/riff: Support fourcc AVd1 for dvvideo.Arnaud Bienner
2015-09-05lavc/mxfdec: Support more mxf files with codec_ul.Carl Eugen Hoyos
2015-09-03avformat/mov: Change the type of the r/g/b variablesMichael Niedermayer
2015-09-03lavf/http: Remove superfluous parenthesis.Stephan Holljes
2015-09-03lavf/http: Fix incorrectly placed parenthesis.Stephan Holljes
2015-09-03avformat/concatdec: Check file variable before dereferencingMichael Niedermayer
2015-09-03avformat/file: Fix copy and paste errorMichael Niedermayer
2015-09-03avformat/hlsenc: Fix memleak of pathMichael Niedermayer
2015-09-03avformat/hlsenc: Initialize vtt_oc to help static analyzersMichael Niedermayer
2015-09-03avformat/latmenc: Add assert to avoid coverity warningMichael Niedermayer
2015-09-03avformat/swfdec: Check return value of init_get_bits8()Michael Niedermayer
2015-09-03avformat/mov: Fix integer overflow in FFABSMichael Niedermayer
2015-09-03avformat/dump: Fix integer overflow in aspect ratio calculationMichael Niedermayer
2015-09-02lavf: add V as a video stream specifier which is not an attached pictureMarton Balint
2015-09-02avformat/hlsenc: add a use_localtime option to expand the segment filename wi...LiuQi
2015-09-02lavf/dv: Do not return EIO for every error (like EOF).Carl Eugen Hoyos
2015-09-01avformat/mxg: Use memmove()Michael Niedermayer
2015-09-01mpegts: demux BluRay text subtitlesPetri Hintukainen
2015-09-01mpegts: fix demuxing PES private stream 2Petri Hintukainen
2015-09-01rtmp: support the AMF_DATE tagAndrew Stone
2015-09-01lavf: Remove probesize32 and max_analyze_duration32 on version bump.Carl Eugen Hoyos
2015-08-31mux: warn if the encoders bitexact flag is set, but not the muxersAndreas Cadhalpun
2015-08-28avformat/segment: atomically update list if possibleMichael Niedermayer
2015-08-27lavf/mpegenc: provide better feedback in case of invalid media typeStefano Sabatini
2015-08-27Merge commit 'e176639bcbf4b580edb462a6b0650e53cd5e3c04'Hendrik Leppkes
2015-08-27avformat/oggenc: Check segments_count for headers tooMichael Niedermayer
2015-08-27lavf/mov: Support unusual alac files without frma and alac atoms.Carl Eugen Hoyos
2015-08-26avformat/segment: Do not free the filename twiceMichael Niedermayer
2015-08-26matroskaenc: Fix indentationTimothy Gu
2015-08-25lavf/http: Fix parsing http request data to not read over '\0'.Stephan Holljes
2015-08-25webm: Explicitly select libvpx, libopus and libvorbis encodersLuca Barbato
2015-08-25hlsenc: Support outputting specific versionsLuca Barbato
2015-08-25avformat/aa: use correct format specifier in sscanfVesselin Bontchev
2015-08-25lavf/segment: Fix memleak.Carl Eugen Hoyos
2015-08-25avformat/file: Check for lstat() instead of dirent.hMichael Niedermayer
2015-08-25lavf/dnxhd: Autodetect more valid files.Carl Eugen Hoyos
2015-08-25lavf/file: check for dirent.h supportMariusz SzczepaƄczyk
2015-08-25lavf/file: implement directory listing callbacksLukasz Marek
2015-08-24avformat/hevc: Check num_long_term_ref_pics_sps to avoid potentially long loopsMichael Niedermayer
2015-08-24avformat/hevc: Fix parsing errorsArthur Grant
2015-08-24rtpenc_chain: also copy AVFMT_FLAG_BITEXACT to new AVFormatContextAndreas Cadhalpun
2015-08-23avformat: Remove use of AVFrac and AVStream->ptsMichael Niedermayer
2015-08-22add missing FF_API_DESTRUCT_PACKET guardsAndreas Cadhalpun
2015-08-22version: Fix two more typosTimothy Gu
2015-08-21avformat/hls: correct comment for ensure_playlist()Ganesh Ajjanagadde
2015-08-21Add support for Audible AA filesVesselin Bontchev