aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/mux: Check that deinit is set before calling itMichael Niedermayer2016-04-241-1/+2
* avformat/mpegts: Skip over broken 0x80 headersMichael Niedermayer2016-04-241-3/+9
* avformat/mpegts: factor duplicate seek back code into mpegts_resyncMichael Niedermayer2016-04-241-6/+6
* lavf/isom: Support Perian tag NELL for nellymoser.Carl Eugen Hoyos2016-04-231-0/+1
* avformat/tee: Handling slave failure in tee muxerJan Sebechlebsky2016-04-221-11/+80
* avformat/tee: Fix leaks in tee muxer when open_slave failsJan Sebechlebsky2016-04-221-17/+25
* Merge commit '704a39769719d2e1ae3f13bfc562b51c9cd002d7'Derek Buitenhuis2016-04-221-0/+3
|\
| * rtmpdh: add an stdio.h includeAnton Khirnov2016-03-251-0/+3
* | avcodec: add TrueMotion 2.0 Real Time decoderPaul B Mahol2016-04-211-0/+1
* | Merge commit '439929859ae0eb9542d3bb8a0c856bd5a1d1ec48'Derek Buitenhuis2016-04-212-2/+11
|\|
| * testprogs: Clean up #includesDiego Biurrun2016-03-242-2/+11
* | Merge commit '3ee2ec5ec1e39a438f89302d949c93a1b5d365a2'Derek Buitenhuis2016-04-211-0/+3
|\|
| * unix: Use rw_timeout for setting the connect timeoutMartin Storsjö2016-03-241-0/+3
| * tcp: Use rw_timeout for setting the connect/listen timeoutsMartin Storsjö2016-03-241-1/+5
* | Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-2125-40/+46
|\|
| * avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-2421-32/+37
* | libnut: Pass stream to ff_parse_specific_paramsDerek Buitenhuis2016-04-211-1/+1
* | lavf: use new decode APIwm42016-04-211-15/+15
* | lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-04-211-2/+2
* | avformat/utils: Remove use of caps_internal as it is not public APIMichael Niedermayer2016-04-211-1/+1
* | Merge commit '933dec0e29ec4d2cb83474279a6c52d62fdb7310'Derek Buitenhuis2016-04-192-1/+5
|\|
| * file: Add an option for following a file that is being writtenMartin Storsjö2016-03-242-1/+5
* | Merge commit 'ccea588f831906084b8c8235222920e6984beb72'Derek Buitenhuis2016-04-182-2/+5
|\|
| * avio: Add an option 'rw_timeout'Andrey Utkin2016-03-243-5/+19
* | Merge commit 'd44f3e4059506a182f59218b1e967d42b01e097c'Derek Buitenhuis2016-04-181-0/+3
|\|
| * avio: Apply avoptions on the URLContext itself as wellMartin Storsjö2016-03-241-0/+3
| * lavf: use new decode APIwm42016-03-231-12/+12
| * lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-03-231-2/+2
* | Merge commit '65a802401c6cc136576bb2e613c0577cbf622aa8'Derek Buitenhuis2016-04-171-3/+3
|\|
| * build: Add component for the SRTP common codeDiego Biurrun2016-03-231-3/+3
* | Merge commit '709c0f79d8032fcf733bfe58e79ca7ff0858c8bc'Derek Buitenhuis2016-04-171-1/+1
|\|
| * nuv: Use the correct context for av_image_check_sizeVittorio Giovara2016-03-221-1/+1
* | Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab'Derek Buitenhuis2016-04-171-0/+6
|\|
* | avformat/hashenc: add missing avio_flush to hash_write_trailerJames Almer2016-04-161-0/+1
* | avformat/matroskaenc: Undo bits_per_coded_sample change as bits_per_raw_sampl...Michael Niedermayer2016-04-161-2/+2
* | lavf/bink: Cosmetics: Reindent after last commit.Carl Eugen Hoyos2016-04-151-10/+10
* | lavf/bink: Support Monkey Island 4 (SMUSH) files.Carl Eugen Hoyos2016-04-152-3/+20
* | avformat/hashenc: simplify hash_write_trailerJames Almer2016-04-141-23/+5
* | avformat/yop: alloc codecpar extradata only onceJames Almer2016-04-141-6/+0
* | avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol2016-04-1424-31/+31
* | Merge commit '9765549f551ff40869aee1a6492b6a976c86cfe9'Derek Buitenhuis2016-04-141-9/+16
|\|
| * mpegts: Forward the errors on mpeg4 objects parsingLuca Barbato2016-03-201-9/+16
| * matroska: Support V_QUICKTIME as written in the specificationLuca Barbato2016-03-151-3/+10
* | avformat/framehash: enable new outputJames Almer2016-04-135-22/+19
* | avformat/framehash: add sidedata checksumJames Almer2016-04-131-3/+29
* | avformat/tee: Refactor close_slaves function in tee muxerJan Sebechlebsky2016-04-141-26/+32
* | avformat/dump: Fix sign bug in reported "start" timeBryan Huh2016-04-141-3/+5
* | avformat/framehash: add extradata checksumJames Almer2016-04-131-0/+23
* | avformat/framecrc: enable new outputJames Almer2016-04-132-2/+2
* | Merge commit '7e01d48cfd168c3dfc663f03a3b6a98e0ecba328'Derek Buitenhuis2016-04-131-1/+3
|\|