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
2014-08-14Merge commit 'e8049af1325dd59a51546c15b2e71a0f578e9d27'Michael Niedermayer
2014-08-13mpegts: Do not try to write a PMT larger than SECTION_SIZELuca Barbato
2014-08-12Check for hevc startcode when muxing into mpeg-ts.Carl Eugen Hoyos
2014-08-10Merge commit '8dca0877e3e1457e9ec79ffa1ead1135aabb791c'Michael Niedermayer
2014-08-10mpegts: Return proper error code on invalid input dataNidhi Makhijani
2014-08-08mpegts: Use av_free() to free memory allocated by av_strdup()Diego Biurrun
2014-08-08avformat/mpegtsenc: Use av_freep() for pidsMichael Niedermayer
2014-08-08avformat/mpegtsenc: Free services array completely on failureMichael Niedermayer
2014-08-08avformat/mpegtsenc: Use correct deallocation code on failure of pids array al...Michael Niedermayer
2014-08-08mpegtsenc: Check dynarray_add() for failureMichael Niedermayer
2014-08-08avformat/mpegtsenc: use the correct deallocation functionsMichael Niedermayer
2014-08-08Merge commit '5b220e1e19c17b202d83d9be0868d152109ae8f0'Michael Niedermayer
2014-08-08Merge commit 'f8ab9f2fe3730a0e8c3c1eb7c486f7c0041fb3fc'Michael Niedermayer
2014-08-07Merge commit '6d6bd3a3db24747ae5e10716f4782129c38951f6'Michael Niedermayer
2014-08-07Merge commit 'b7b1bf9166ac3102c401295fdd5d4933c512aa50'Michael Niedermayer
2014-08-07mpegts: Fix memory leaks and related crashes in mpegs_write_header()Diego Biurrun
2014-08-07mpegts: Avoid unnecessary variable shadowingDiego Biurrun
2014-08-07mpegts: Drop some unnecessary parenthesesDiego Biurrun
2014-08-07mpegts: K&R formatting cosmeticsDiego Biurrun
2014-08-05Merge commit '89616408e38ac7257e36976723df0e23d6ee1157'Michael Niedermayer
2014-08-05mpegts: Add HEVC definitionsFemi Adeyemi-Ejeye
2014-08-05mpegts: Define the section length with a constantLuca Barbato
2014-08-03avformat/mpegtsenc: do not flush after everythingMichael Niedermayer
2014-06-18Merge commit '194be1f43ea391eb986732707435176e579265aa'Michael Niedermayer
2014-06-18lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov
2014-06-11Merge commit 'f121dbd9f76031d7f6d56261be2f14937a19d2dd'Michael Niedermayer
2014-06-11Merge commit '3f7e94eccd1c0d64679f2c4eda8bb942a158dfac'Michael Niedermayer
2014-06-11mpegts: Provide an option to override the pcr periodLuca Barbato
2014-06-11mpegts: Move the option section to the bottomLuca Barbato
2014-05-23Fix the mime types for MPEG and MPEG-TS formatsFlorent Le Coz
2014-05-19avformat/mpegtsenc: fix dts for chained muxing aac in mpegtsMichael Niedermayer
2014-05-11avformat/mpegtsenc: fix minor typo in omit_video_pes_length descriptionAman Gupta
2014-04-27avformat/mpegtsenc: Allow DTS audio copy to TS streamsgoodthanks
2014-04-27avformat/mpegtsenc: check avformat_new_stream() returnMichael Niedermayer
2014-04-22Add missing ';'.Reimar Döffinger
2014-04-22avformat/mpegtsenc: make the pes packet length omission optionalMichael Niedermayer
2014-04-22avformat/mpegtsenc: Changed Video PES packet length to 0.Graham Booker
2014-04-15avformat/mpegtsenc: use av_malloc_array()Michael Niedermayer
2014-03-30avformat/mpegtsenc: move startcode validity check to ff_check_h264_startcodePeter Ross
2014-03-04avformat/mpegtsenc: fix HEVC MPEG TS stream typeolugbone
2014-02-13avformat/mpegtsenc: Check data array size in mpegts_write_pmt()Michael Niedermayer
2014-02-13mpegts muxer: DVB subtitles multiple languages supportmrlika
2014-01-25mpegts muxer: restore PMT table of DVB teletext from extradataSerhii Marchuk
2014-01-25mpegts muxer: Change the default subtitle language to "und"Serhii Marchuk
2014-01-21lavf/mpegtsenc: fix weird indentStefano Sabatini
2014-01-12mpegts muxer, DVB subtitles encoder: common DVB subtitles payloadSerhii Marchuk
2013-08-03mpegtsenc: add option tables_versionAndrey Utkin
2013-06-29cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu
2013-06-14mpegts: Enable muxing of SMPTE KLV metadataPeter Ross
2013-03-26mpegtsenc: Only test the first frame for missing h264_mp4toannexb filter.Carl Eugen Hoyos