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
2016-08-22avformat/mux: Restore original ts in write_packet on errorJan Sebechlebsky
2016-08-22avformat/swfdec: Fix memleak on errorMichael Niedermayer
2016-08-21avformat/wtvdec: Check pointer before useMichael Niedermayer
2016-08-21lavf/hlsenc: add append_list flag into hlsencSteven Liu
2016-08-21libavformat/mov: Accept known codepoints in 'colr'Steven Robertson
2016-08-20avformat/mov: Check STSD atom more completelyMichael Niedermayer
2016-08-19avformat/movenc: Free extradata after successfull allocation of new instead o...Michael Niedermayer
2016-08-19avformat/movenc: allow rewriting extradataUmair Khan
2016-08-19avformat/swfdec: Fix inflate() error code checkMichael Niedermayer
2016-08-19avformat/swfdec: Move packet size check before side data allocationMichael Niedermayer
2016-08-18avcodec: add 64-bit signed pcm codecPaul B Mahol
2016-08-18lavf/pcmdec: Try to fix msvc compilation after 4c42d306.Carl Eugen Hoyos
2016-08-18avformat: factorize iso 8601 timestamp writer to a dictionary avutil functionMarton Balint
2016-08-17lavf/pcmdec: Map mime_type audio/L16 to the s16le demuxer.Carl Eugen Hoyos
2016-08-17lavf/version: fix belive/believe typoClément Bœsch
2016-08-17lavf: mark stream as const pointer in av_stream_get_side_data() for next bumpClément Bœsch
2016-08-17lavf/utils: add some const to pointers parameters in a few functionsClément Bœsch
2016-08-16avformat/mov: Check extradata before accessMichael Niedermayer
2016-08-14libavformat/http: add support for content_type option in listen modeMoritz Barsnick
2016-08-13lavc/raw: Support QT b64a ARGB64 rawvideo.Carl Eugen Hoyos
2016-08-12libavformat/http: add support for headers option in listen modeMoritz Barsnick
2016-08-11avisynth: simplify the pix_fmt check for the newer AviSynth APIStephen Hutchinson
2016-08-11avformat/id3v2: fix memleak with empty stringsMichael Niedermayer
2016-08-11libavformat/mxfenc: add UID for unconstrained H.264 coded video in baseline p...Matthias Hunstock
2016-08-08avformat/id3v2: Mark variable as unused to avoid "set but not used" warningMichael Niedermayer
2016-08-07avformat: read id3v2 comment tagsChris Moeller
2016-08-06avformat/mov: Enable mp3 parsing if a packet needs itMichael Niedermayer
2016-08-05avformat/teeproto: set forgotten url_close()Michael Niedermayer
2016-08-05lavf: forward protocol_whitelist for the remaining casesAndreas Cadhalpun
2016-08-05avformat/img2enc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee:Michael Niedermayer
2016-08-05avformat/hlsenc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee:Michael Niedermayer
2016-08-05avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLEMichael Niedermayer
2016-08-04avformat: add a TTA MuxerJames Almer
2016-08-04avformat/tta: remove custom crc callback functionJames Almer
2016-08-04avformat/avio: add a crc callback function for CRC-32 IEEE-LEJames Almer
2016-08-03avformat/teeproto: Support parsing protocol optionsMichael Niedermayer
2016-08-03avformat/oggdec: Fix integer overflow with invalid ptsMichael Niedermayer
2016-08-03doxygen: Standardize root-level modulesTimothy Gu
2016-08-02avformat/tee: Factor parse_slave_options() outMichael Niedermayer
2016-08-02lavf/rmdec: Do not return EIO on EOF.Carl Eugen Hoyos
2016-08-01Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c'James Almer
2016-07-31avformat/matroskaenc: fix Voids with size < 10Michael Bradshaw
2016-07-30libavformat/matroskadec: Add test for seeking with codec delay.Chris Cunningham
2016-07-29avformat/rmdec: Clear extradata when extradata_size is clearedMichael Niedermayer
2016-07-29Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646'Clément Bœsch
2016-07-29Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch
2016-07-29lavf/mpegtsenc: add special case for handling timed ID3 packetsStefano Sabatini
2016-07-28avformat/matroskaenc: Write duration early during mkv_write_header (Rev #3)softworkz
2016-07-28avformat/hls: Fix missing streams in some cases with MPEG TSAnssi Hannula
2016-07-28avformat/hls: Move stream propagation to a separate functionAnssi Hannula