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-01-09avformat/movenc: Check that pkt duration is within 32bit rangeMichael Niedermayer
2015-12-30avformat/movenc: Use strict_std_compliance from the muxer layer instead of th...Michael Niedermayer
2015-12-17Merge commit '5845a8273e4694e0254ad728970b82bb64fd8bc0'Hendrik Leppkes
2015-12-15movenc: support cenc (common encryption)erankor
2015-12-06movenc: use the CPB props side dataAnton Khirnov
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-12-04avformat/movenc: HE-AAC correct FourCC in ISMLYann Coupin
2015-11-22Merge commit 'ca489564ae150bc41764f175b88151d883e69ae0'Derek Buitenhuis
2015-11-18Merge commit 'bef3b1f59f036aba4a5fe599b2480f6bd9e6b280'Derek Buitenhuis
2015-11-18movenc: add fallback audio track tref supportJohn Stebbins
2015-11-17Merge commit '09e431b9e3674804172e7b0a0f865b65ec09739a'Derek Buitenhuis
2015-11-11movenc: Allow setting start_dts/start_cts before writing actual packetsMartin Storsjö
2015-11-11movenc: Assume streams starting at pts=0 for discontinuous fragments with edi...Martin Storsjö
2015-11-11Merge commit '8ad5124b7ecf7f727724e270a7b4bb8c7bcbf6a4'Hendrik Leppkes
2015-11-10movenc: Automatically flush after writing the initial moovMartin Storsjö
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-27Merge commit '5ea5a24eb70646a9061b85af407fcbb5dd4f89fd'Hendrik Leppkes
2015-10-23movenc: Honor flush requests with delay_moov, when some tracks lack samplesMartin Storsjö
2015-10-22avcodec: drop 2 suffix from avpriv_ac3_parse_header2Andreas Cadhalpun
2015-09-29Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes
2015-09-15lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer
2015-08-18Merge commit '26ac22e5e7394346e9d59f800e7d4e91f4518d33'Hendrik Leppkes
2015-08-12movenc: Add a new flag for writing global sidx indexes for dashMartin Storsjö
2015-08-10Merge commit '5f200bbf98efe50f63d0515b115d2ba8dae297bc'Hendrik Leppkes
2015-08-10Merge commit '83f254e65f938657a4dbec711e4c94252a72daf9'Hendrik Leppkes
2015-08-10Merge commit '8e34089e265a6b01e1e3301e8864439d26793753'Hendrik Leppkes
2015-08-10movenc: Place the sidx index after the initial moov/mdat pairMartin Storsjö
2015-08-10movenc: Rename reserved_moov_pos to reserved_header_posMartin Storsjö
2015-08-10movenc: Check that frag_info entries exist in mov_write_sidx_tagMartin Storsjö
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-18avformat/movenc: Drop redundant bit exact field from contextMichael Niedermayer
2015-07-09avformat/movenc: fix mime-types in movenc.ccompn
2015-06-30Merge commit 'e95c7a61852cc5b9ce5445ff034b87553e61958a'Michael Niedermayer
2015-06-30mov: Preserve the metadata even when bit-exactness is requestedLuca Barbato
2015-06-21avformat/movenc: Check return code of ff_iso8601_to_unix_time()Michael Niedermayer
2015-06-11avformat/movenc: Make static packed_size, const staticMichael Niedermayer
2015-06-10movenc: fixes a questionable valgrind uninitialized value warningJanne Grunau
2015-06-01avformat/movenc: Fix potential signed overflowsMichael Niedermayer
2015-05-30avformat/movenc: Add loction/xyz support to allow copying data between mov filesMichael Niedermayer
2015-05-29avformat/movenc: Check that track_width_1616 fits within the available 32bit ...Michael Niedermayer
2015-05-29avformat/movenc: avoid floats in width/height/aspect ratio computationsMichael Niedermayer
2015-05-27avformat/movenc: Allow muxing mp3 with samplerate < 16khz if the user sets st...Michael Niedermayer
2015-05-26avformat/movenc: Avoid floats & float rounding in tmcd nb_frames calculationMichael Niedermayer
2015-05-24avformat/movenc: Remove float use from rgb_to_yuv()Michael Niedermayer
2015-05-21lavf/mov: Use AVCOL_SPC constants when checking color_space.Carl Eugen Hoyos
2015-05-21lavf/mov: Write colour matrix "6" for color_space bt470bg.Carl Eugen Hoyos
2015-03-23Merge commit 'e0046bc9c96150fa06146ace9093f06857dd7b23'Michael Niedermayer
2015-03-23movenc: Write the make and model metadata keys for mov style filesMartin Storsjö
2015-03-21avformat/movenc: avoid using uninitialized display_matrix_sizeMichael Niedermayer