aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Magic Lantern Video (MLV) demuxerPeter Ross2014-04-193-0/+460
* ff_id3v2_read: add option to limit ID3 magic number searchPeter Ross2014-04-197-11/+22
* ff_id3v2_free_extra_meta: set the pointer pointing to extra_meta to NULLPeter Ross2014-04-191-0/+2
* avformat/wavdec: enlarge probe_packets for wavcsheng2014-04-191-1/+1
* avformat/dsddec: create audio stream before processing id3Peter Ross2014-04-181-4/+5
* DSD Stream File (DSF) demuxerPeter Ross2014-04-183-0/+160
* avformat/replaygain: fix mixed declaration and statementMichael Niedermayer2014-04-181-1/+2
* Merge commit '32d05934abc7427bb90380a4c1ab20a15fd7d821'Michael Niedermayer2014-04-183-25/+112
|\
| * mp3dec: decode more data from Info headerAlessandro Ghedini2014-04-173-10/+101
* | Merge commit 'fbd8e042107ec63e0ddf155588c59dcb76007641'Michael Niedermayer2014-04-171-44/+61
|\|
| * mp3dec: move XING/Info and VBRI parsing into their own functionsAlessandro Ghedini2014-04-171-35/+58
* | Merge commit 'ae43c10e36197000de2f3cc99ea35727ce98a796'Michael Niedermayer2014-04-172-15/+21
|\|
| * replaygain: allow exporting already decoded replaygain valuesAlessandro Ghedini2014-04-172-15/+21
| * rtmpproto: Handle RTMP chunk size packets before the connect packetStephan Soller2014-04-141-0/+12
* | Write sample_aspect_ratio to asf files.Carl Eugen Hoyos2014-04-171-3/+39
* | Only insert the icpf atom in ProRes mkv packets if it isn't already present.Carl Eugen Hoyos2014-04-171-2/+3
* | Fix compilation with --disable-everything --enable-muxer=avi --disable-network.Anh2014-04-161-1/+1
* | avformat/ico: use avmalloc(z)_array()Michael Niedermayer2014-04-162-2/+2
* | avformat/mpegenc: try to improve the VBV buffer warningMichael Niedermayer2014-04-161-1/+3
* | avformat/mpegts: Remove redundant checkMichael Niedermayer2014-04-161-1/+1
* | avformat/hnm: fix decoding of 256x256 videoMichael Niedermayer2014-04-161-1/+1
* | avformat/flacdec/flac_read_timestamp: free the correct packetMichael Niedermayer2014-04-161-2/+2
* | avformat/flacdec/flac_read_timestamp: dont modify AVStream stateMichael Niedermayer2014-04-151-8/+12
* | avformat/xmv: use av_malloc_array()Michael Niedermayer2014-04-151-1/+1
* | avformat/mpegtsenc: use av_malloc_array()Michael Niedermayer2014-04-151-1/+1
* | avformat/utils: fix typoMichael Niedermayer2014-04-151-1/+1
* | avformat: add av_format_inject_global_side_data(), and disable it by defaultMichael Niedermayer2014-04-153-4/+27
* | avformat/img2dec: fix typoMichael Niedermayer2014-04-141-2/+2
* | Merge branch 'flac' of https://github.com/FernetMenta/FFmpegMichael Niedermayer2014-04-141-0/+45
|\ \
| * | flac demuxer: improve seekingRainer Hochecker2014-04-141-0/+45
* | | Fix writing RGB 5:5:5 rawvideo into avi.Carl Eugen Hoyos2014-04-141-0/+6
* | | avformat/rtmpproto: Added handling of an initial RTMP chunk size packet.Stephan Soller2014-04-141-0/+13
* | | Merge commit '6477139721f559b26eafd415e23e13ea2b0c27e1'Michael Niedermayer2014-04-141-1/+1
|\ \ \ | | |/ | |/|
| * | rtmpproto: Make sure to pass on the error code if read_connect failedMartin Storsjö2014-04-141-1/+1
* | | avformat/network: use av_malloc_array()Michael Niedermayer2014-04-131-1/+1
* | | avformat/mp3enc: drop redundant and uninitialized variableMichael Niedermayer2014-04-131-2/+2
* | | avformat/utils: reinject global side data on seeksMichael Niedermayer2014-04-131-0/+2
* | | avformat/utils: factorize if()Michael Niedermayer2014-04-131-3/+3
* | | avformat/utils: Inject global side data into first packet.Michael Niedermayer2014-04-132-0/+24
* | | avformat/iff: indentPeter Ross2014-04-131-15/+15
* | | avformat/iff: remove unused codePeter Ross2014-04-131-6/+0
* | | Merge commit '617a1a98a6be3e59db6fbfc21afab2fb9a049c03'Michael Niedermayer2014-04-121-30/+33
|\| | | |/ |/|
| * mp3enc: Properly write bitrate value in XING headerMichael Niedermayer2014-04-121-7/+39
* | avformat/img2dec: support nanosecond file timesMichael Niedermayer2014-04-121-2/+16
* | avformat/hls: reduce memory usage by using dynamically allocated url/keyMichael Schenk2014-04-121-5/+29
* | Improve amr bitrate calculation for VBR files.Carl Eugen Hoyos2014-04-111-2/+12
* | Warn if rawvideo and an unreadable pix_fmt are written.Carl Eugen Hoyos2014-04-112-0/+21
* | lavd: add device capabilities APILukasz Marek2014-04-112-2/+25
* | avformat/hls: do not call ffurl_seek/ffurl_size on crypto protocolAnssi Hannula2014-04-111-5/+5
* | lavf/rtspcodes: add missing header includeJames Almer2014-04-101-0/+2