aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/utils: Preserve packet duration when parsing is done only for headersMichael Niedermayer2015-04-161-1/+1
* avformat/mp3dec: offset seek index to end of vbr headerswm42015-04-151-0/+5
* Revert "avformat/mp3dec: offset seek index to end of id3v2 tag"wm42015-04-151-5/+5
* avformat/mp3dec: Allow forcing the use of the xing TOC for CBR filesMichael Niedermayer2015-04-151-0/+1
* avformat, avcodec: log discard paddingwm42015-04-141-1/+1
* webdashenc: replace unchecked av_malloc with stack allocationVignesh Venkatasubramanian2015-04-141-2/+1
* lavf/mpegtsenc: Accept 0x000001 as startcode for hevc.Carl Eugen Hoyos2015-04-141-1/+1
* lavf/mpeg: vobsub add an option to specify the .sub's URIRodger Combs2015-04-131-15/+37
* lavf/http: handle case where the server returns a redirect during a seekRodger Combs2015-04-131-0/+3
* avformat/rtsp: Fix dereference after null checkHimangi Saraogi2015-04-121-2/+2
* avformat/rtpdec_asf: Fix potential pointer overflowMichael Niedermayer2015-04-121-2/+5
* avformat/segafilm: Use av_malloc_array()Michael Niedermayer2015-04-121-1/+1
* avformat/sierravmd: use av_malloc_array()Michael Niedermayer2015-04-121-1/+1
* libavformat/mxfenc: added support mxf opatom audio muxingMark Reid2015-04-121-17/+85
* libavformat/http.c: Make http-listen work as an input stream.Stephan Holljes2015-04-111-2/+5
* avformat/rtpproto: Move dscp into context & AVOptionsMichael Niedermayer2015-04-111-9/+8
* avformat/xwma: Use av_malloc_array()Michael Niedermayer2015-04-111-1/+1
* avformat/wtvenc: Use av_realloc_array()Michael Niedermayer2015-04-111-1/+1
* avformat/nsvdec: Use av_malloc_array()Michael Niedermayer2015-04-111-2/+2
* rtpenc_jpeg: handle case of picture dimensions not dividing by 8Andrey Utkin2015-04-111-2/+2
* ffmdec: Check return value of ffm_append_recommended_configurationHimangi Saraogi2015-04-101-1/+2
* avformat/rtsp: Fix unchecked return valueHimangi Saraogi2015-04-101-2/+6
* lavf/flac: Autodetect raw flac files.Carl Eugen Hoyos2015-04-101-0/+18
* Merge commit '27852f2f1dec3749ea79883b70484c841169f747'Michael Niedermayer2015-04-092-8/+7
|\
| * libavformat: Handle error return from ff_listen_bindAnders Nystrom2015-04-092-8/+7
* | Merge commit '783df7d5c5ab15f3d1afe2541c7d461c81c5c29d'Michael Niedermayer2015-04-091-0/+1
|\|
| * riff: Add 'M705' FourCC for mpeg2videoVittorio Giovara2015-04-091-0/+1
* | Merge commit 'be089af38f65dc8b1fe3564f98020fc815577edb'Michael Niedermayer2015-04-091-2/+2
|\|
| * mov: Rely on box type rather than file type for colr atomVittorio Giovara2015-04-091-2/+2
* | microdvd: do not export framerate hint as subtitle packetwm42015-04-081-0/+1
* | Merge commit 'c4d37cd9ef6e374bb888f6273259b10fac5bd909'Michael Niedermayer2015-04-081-2/+3
|\|
| * matroskadec: export cover art correctlywm42015-04-084-14/+48
* | lavf/apngenc: Do not print a warning in the normal use-case.Carl Eugen Hoyos2015-04-081-1/+1
* | 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