summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/libquvi: Fix whitelist handlingGilles Chanteperdrix2015-04-081-0/+3
* avformat/segment: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-04-071-1/+1
* avformat/ape: Use av_malloc_array()Michael Niedermayer2015-04-071-1/+1
* avformat/asfenc: Check for index_ptr allocation failureMichael Niedermayer2015-04-071-0/+2
* webmdashenc: Fix fate in MSVCVignesh Venkatasubramanian2015-04-071-10/+9
* Merge commit '27f274628234c1f934b9a6a6380ed567c1b4ceae'Michael Niedermayer2015-04-071-2/+2
|\
| * parseutils: Make av_small_strptime publicLuca Barbato2015-04-071-9/+2
* | lavf: Add support for WebM Live MuxingVignesh Venkatasubramanian2015-04-075-6/+276
* | libavformat/http.c: Fix missing parenthesis in http_listen()Stephan Holljes2015-04-061-3/+3
* | avformat/httpauth: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-04-061-1/+1
* | avformat/utils: avoid discarded streams in av_find_default_stream_index()Michael Niedermayer2015-04-061-0/+3
* | lavf/libsmbclient: implement directory listing callbacksMariusz Szczepańczyk2015-04-061-0/+108
* | lavf/http: add proof-of-concept http server.Stephan Holljes2015-04-051-0/+30
* | webmdashenc: Support for live stream manifestsVignesh Venkatasubramanian2015-04-051-27/+162
* | matroskadec: Add support for parsing live header filesVignesh Venkatasubramanian2015-04-051-13/+36
* | lavf/mov: Do not overread iTunes metadata.Carl Eugen Hoyos2015-04-041-1/+1
* | avformat/rtsp: Fix null pointer dereferenceHimangi Saraogi2015-04-041-0/+2
* | lavf/assenc: style nitsRodger Combs2015-04-041-3/+3
* | matroskadec: export cover art correctlywm42015-04-044-12/+44
* | Fix codec fps diplay for very small fps.Carl Eugen Hoyos2015-04-031-1/+3
* | lavf/mpeg: Support alaw in Hikvision CCTV recordings.Carl Eugen Hoyos2015-04-031-1/+5
* | lavf/mpeg: Support more audio codecs in Hikvision CCTV recordings.Carl Eugen Hoyos2015-04-031-0/+2
* | Merge commit '7d097a0fc57f0fa8385962a539c657c2f40b5ed0'Michael Niedermayer2015-04-031-1/+4
|\ \ | |/
| * mpegtsenc: Take max_delay into account when buffering multiple audio packets ...Martin Storsjö2015-04-031-1/+4
* | libavformat/mxf.c: Relaxed ProRes patternSteve Dierker2015-04-031-1/+1
* | lavf/avio: Add new types to AVIODirEntryType, bump minor versionMariusz Szczepańczyk2015-04-032-2/+5
* | lavf/ftp: remove fixed length buffers from contextLukasz Marek2015-04-031-7/+17
* | lavf/ftp: parse user and password onceLukasz Marek2015-04-031-23/+31
* | avisynth: Bump minimum required version to interface version 6Stephen Hutchinson2015-04-021-5/+6
* | avisynth: Fix detection of AviSynth 2.5Stephen Hutchinson2015-04-021-9/+9
* | Bump lavc and lavf minor versions for apng muxer and encoder.Carl Eugen Hoyos2015-04-021-1/+1
* | apng: Add a basic APNG muxerDonny Yang2015-04-023-1/+273
* | Merge commit 'e3ec6fe7bb2a622a863e3912181717a659eb1bad'Michael Niedermayer2015-04-013-10/+42
|\ \ | |/
| * rtsp: Add a buffer_size optionLuca Barbato2015-04-013-10/+42
* | Merge commit '8c9c5479c4ba729b4ba868ab541a90b2061a7c2f'Michael Niedermayer2015-04-011-0/+4
|\ \ | |/
| * rtp: Add an option to set the send/receive buffer sizeLuca Barbato2015-04-011-0/+4
* | Merge commit '3c47e7c4350f73fc77d8e76f0dd6d2946b13c5cc'Michael Niedermayer2015-04-011-41/+76
|\ \ | |/
| * rtp: Map the urloptions to AVOptionsLuca Barbato2015-04-011-33/+65
* | avformat/xwma: Use ff_alloc_extradata()Michael Niedermayer2015-04-011-3/+2
* | avformat/webmdashenc: use AVERROR(ENOMEM) for memory allocation failuresMichael Niedermayer2015-04-011-3/+6
* | avformat/mp3dec: offset seek index to end of id3v2 tagwm42015-03-311-5/+5
* | avformat/http: Fix null check on allocated valueHimangi Saraogi2015-03-311-1/+1
* | lavf/segment: style nitsRodger Combs2015-03-311-4/+4
* | Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8'Michael Niedermayer2015-03-311-0/+1
|\ \ | |/
| * build: Split JPEG-related tables off into a separate componentDiego Biurrun2015-03-301-0/+1
* | lavf: Bump minor version and document directory listing API in doc/APIchanges.Mariusz Szczepańczyk2015-03-301-2/+2
* | libavformat/mxfenc.c: Add 'Presentation Y offset' metadataTim Nicholson2015-03-301-1/+6
* | avformat/nutdec: Use av_malloc_array()Michael Niedermayer2015-03-301-1/+1
* | avformat/img2: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-301-1/+7
* | avformat/wavenc: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-301-1/+1
OpenPOWER on IntegriCloud