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
2015-09-06avformat/http: require seekability only when seeking to position != 0Michael Niedermayer
2015-09-06avformat/samidec: do not include trailing sami footer in the last packetYayoi
2015-09-06avformat/async: replace strerror with av_err2strZhang Rui
2015-09-05Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'Hendrik Leppkes
2015-09-05Postpone removal of API changes from within the last two yearsHendrik Leppkes
2015-09-05avformat/mp3dec: Make MP3 seek fastAndy Wu
2015-09-05Merge commit '4e649debcf7f71d35c6b38cdb7ee715eba95d64a'Hendrik Leppkes
2015-09-05Remove left-over FF_API_DESTRUCT_PACKET cruftHendrik Leppkes
2015-09-05Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'Hendrik Leppkes
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-28Bump major versions of all librariesVittorio Giovara
2015-08-28Postpone API-incompatible changes until the next bumpVittorio Giovara
2015-08-28lavc: Drop deprecated destruct_packet related functionsVittorio Giovara
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