summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Merge commit '32d05934abc7427bb90380a4c1ab20a15fd7d821'Michael Niedermayer2014-04-18
|\
| * mp3dec: decode more data from Info headerAlessandro Ghedini2014-04-17
* | Merge commit 'fbd8e042107ec63e0ddf155588c59dcb76007641'Michael Niedermayer2014-04-17
|\|
| * mp3dec: move XING/Info and VBRI parsing into their own functionsAlessandro Ghedini2014-04-17
* | Merge commit 'ae43c10e36197000de2f3cc99ea35727ce98a796'Michael Niedermayer2014-04-17
|\|
| * replaygain: allow exporting already decoded replaygain valuesAlessandro Ghedini2014-04-17
| * rtmpproto: Handle RTMP chunk size packets before the connect packetStephan Soller2014-04-14
* | Write sample_aspect_ratio to asf files.Carl Eugen Hoyos2014-04-17
* | Only insert the icpf atom in ProRes mkv packets if it isn't already present.Carl Eugen Hoyos2014-04-17
* | Fix compilation with --disable-everything --enable-muxer=avi --disable-network.Anh2014-04-16
* | avformat/ico: use avmalloc(z)_array()Michael Niedermayer2014-04-16
* | avformat/mpegenc: try to improve the VBV buffer warningMichael Niedermayer2014-04-16
* | avformat/mpegts: Remove redundant checkMichael Niedermayer2014-04-16
* | avformat/hnm: fix decoding of 256x256 videoMichael Niedermayer2014-04-16
* | avformat/flacdec/flac_read_timestamp: free the correct packetMichael Niedermayer2014-04-16
* | avformat/flacdec/flac_read_timestamp: dont modify AVStream stateMichael Niedermayer2014-04-15
* | avformat/xmv: use av_malloc_array()Michael Niedermayer2014-04-15
* | avformat/mpegtsenc: use av_malloc_array()Michael Niedermayer2014-04-15
* | avformat/utils: fix typoMichael Niedermayer2014-04-15
* | avformat: add av_format_inject_global_side_data(), and disable it by defaultMichael Niedermayer2014-04-15
* | avformat/img2dec: fix typoMichael Niedermayer2014-04-14
* | Merge branch 'flac' of https://github.com/FernetMenta/FFmpegMichael Niedermayer2014-04-14
|\ \
| * | flac demuxer: improve seekingRainer Hochecker2014-04-14
* | | Fix writing RGB 5:5:5 rawvideo into avi.Carl Eugen Hoyos2014-04-14
* | | avformat/rtmpproto: Added handling of an initial RTMP chunk size packet.Stephan Soller2014-04-14
* | | Merge commit '6477139721f559b26eafd415e23e13ea2b0c27e1'Michael Niedermayer2014-04-14
|\ \ \ | | |/ | |/|
| * | rtmpproto: Make sure to pass on the error code if read_connect failedMartin Storsjö2014-04-14
* | | avformat/network: use av_malloc_array()Michael Niedermayer2014-04-13
* | | avformat/mp3enc: drop redundant and uninitialized variableMichael Niedermayer2014-04-13
* | | avformat/utils: reinject global side data on seeksMichael Niedermayer2014-04-13
* | | avformat/utils: factorize if()Michael Niedermayer2014-04-13
* | | avformat/utils: Inject global side data into first packet.Michael Niedermayer2014-04-13
* | | avformat/iff: indentPeter Ross2014-04-13
* | | avformat/iff: remove unused codePeter Ross2014-04-13
* | | Merge commit '617a1a98a6be3e59db6fbfc21afab2fb9a049c03'Michael Niedermayer2014-04-12
|\| | | |/ |/|
| * mp3enc: Properly write bitrate value in XING headerMichael Niedermayer2014-04-12
* | avformat/img2dec: support nanosecond file timesMichael Niedermayer2014-04-12
* | avformat/hls: reduce memory usage by using dynamically allocated url/keyMichael Schenk2014-04-12
* | Improve amr bitrate calculation for VBR files.Carl Eugen Hoyos2014-04-11
* | Warn if rawvideo and an unreadable pix_fmt are written.Carl Eugen Hoyos2014-04-11
* | lavd: add device capabilities APILukasz Marek2014-04-11
* | avformat/hls: do not call ffurl_seek/ffurl_size on crypto protocolAnssi Hannula2014-04-11
* | lavf/rtspcodes: add missing header includeJames Almer2014-04-10
* | avformat/mov: merge mov_read_custom_metadata() and mov_read_custom()Michael Niedermayer2014-04-10
* | Merge commit '9a07fac678a8540d076e635061bbaa4ed09a9431'Michael Niedermayer2014-04-10
|\|
| * mov: read hydrogenaudio replaygain informationAnton Khirnov2014-04-10
| * rawvideo: Support decoding YVYU422 FourCCVittorio Giovara2014-04-08
* | lavf/utils: fix mem leakLukasz Marek2014-04-10
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-04-10
|\ \
| * | Fix a typo in amr.c.Carl Eugen Hoyos2014-04-09