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-08-02avformat/mov: fix regression in processing .aax filesVesselin Bontchev
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-19Add support for Audible AAX (and AAX+) filesVesselin Bontchev
2015-07-17Revert "mov: Double-check that alias path is not an absolute path"Vittorio Giovara
2015-07-15avformat/mov: Implement a same origin policy for references instead of only a...Michael Niedermayer
2015-07-15avformat/mov: Fix opening relative referencesMichael Niedermayer
2015-07-14avformat/mov: Fix deallocation when MOVStreamContext failed to allocateMichael Niedermayer
2015-07-13avformat/mov: Use ff_configure_buffers_for_index()Michael Niedermayer
2015-07-12Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer
2015-07-11riff: Use the correct logging contextLuca Barbato
2015-07-01Merge commit 'a1e2caa93e4f8102666a21222f01b74838b6497f'Michael Niedermayer
2015-07-01Merge commit '2eef75fd7e1ac96ab9ca63bb4523078c908bc9b1'Michael Niedermayer
2015-07-01mov: Log format rather than fourcc in stsd in trace modeVittorio Giovara
2015-07-01mov: Adjust variable types to fix format warningsVittorio Giovara
2015-06-21Merge commit '6ec688e1bc76dd93151cbca1c340162ae4b10d77'Michael Niedermayer
2015-06-20mp3: enable packed main_data decoding in MP4nu774
2015-06-08Merge commit '6308cd4868d2bd5fdf8bfa8dd10856c9a91874f5'Michael Niedermayer
2015-06-08mov: Check memory allocationVittorio Giovara
2015-06-03avformat/mov: Retry same packet on IO failure to avoid loosing a packetMichael Niedermayer
2015-06-01Merge commit '5c720657c23afd798ae0db7c7362eb859a89ab3d'Michael Niedermayer
2015-06-01Merge commit 'a8a90906fb0ad0f8d3c68a97f182528ee3b5198c'Michael Niedermayer
2015-05-31mov: always check avio_read return valueAndreas Cadhalpun
2015-05-31mov: Correctly allocate ctts_dataLuca Barbato
2015-05-31mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun
2015-05-31mov: Fix two memleaksAndreas Cadhalpun
2015-05-30avformat/mov: Also export loci altitudeMichael Niedermayer
2015-05-30avformat/mov: Append place name instead of overwriting for lociMichael Niedermayer
2015-05-29mov: fix DTS calculation for samples with negative stts durationAndreas Cadhalpun
2015-05-29avformat/mov: Avoid float usage in yuv_to_rgba()Michael Niedermayer
2015-05-26mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun
2015-05-25avformat/mov: Mark avio context of decompressed atoms as seekableMichael Niedermayer
2015-05-24mov: always check avio_read return valueAndreas Cadhalpun
2015-05-24mov: fix two memleaksAndreas Cadhalpun
2015-05-21avformat/mov: check result of avio_seekZhang Rui
2015-05-17lavf/mov: Tell users about the use_absolute_path option.Carl Eugen Hoyos
2015-05-16avformat/mov: Fix parsing short lociMichael Niedermayer
2015-05-16avformat/mov: Print reason of loci parsing failureMichael Niedermayer
2015-05-11avformat/mov: Use open_cb() if setMichael Niedermayer
2015-05-11avformat/mov: Pass MovContext into mov_open_dref()Michael Niedermayer
2015-04-30avformat/mov: Do not read ACLR into extradata for H.264Michael Niedermayer
2015-04-22avformat/mov.c: Use %d to print an enum, not PRIu8Chris Watkins
2015-04-20avformat/mov: remove per packet timestamp print trace, theres generic code do...Michael Niedermayer
2015-04-20Merge commit '9286de045968ad456d4e752651eec22de5e89060'Michael Niedermayer
2015-04-20Merge commit '376589e5dd72aa2dd42500f456fca303fcdcad85'Michael Niedermayer
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-20mov: Double-check that alias path is not an absolute pathVittorio Giovara
2015-04-20mov: Read alternate absolute path in dref alisVittorio Giovara
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara