summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/wavenc: more specific error return for "Writing 16 bit peak for 8 bi...Michael Niedermayer2014-06-24
* avformat/wavenc: do not hardcode array size in memset and other functionsMichael Niedermayer2014-06-24
* avformat/wavenc: use the bitexact flag from avformat instead of the one from ...Michael Niedermayer2014-06-24
* Peak Envelope Chunk encoder: IndentGeorg Lippitsch2014-06-24
* EBU Tech 3285 - Supplement 3 - Peak Envelope Chunk encoderGeorg Lippitsch2014-06-24
* Merge commit 'f2f2e7627f0c878d13275af5d166ec5932665e28'Michael Niedermayer2014-06-23
|\
| * Check mp3 header before calling avpriv_mpegaudio_decode_header().Justin Ruggles2014-06-22
| * Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun2014-06-22
* | Merge commit '85d805d5cccb2f57e7f2e2254d7a870f05926cfd'Michael Niedermayer2014-06-23
|\|
| * build: Add missing object files for webm muxerDiego Biurrun2014-06-22
* | Merge commit '03391b5432a2b8b8dbc3d2db722a54dfb68737b9'Michael Niedermayer2014-06-23
|\|
| * build: Add missing object files for Matroska demuxerDiego Biurrun2014-06-22
* | Merge commit '49470b9404583ab3aff6835f78a759349d331696'Michael Niedermayer2014-06-23
|\|
| * build: Add missing replaygain object file for CAF demuxerDiego Biurrun2014-06-22
* | avformat/flvdec: give live_flvdec a separate nameMichael Niedermayer2014-06-21
* | Show duration for large asf files as written in the file header.Carl Eugen Hoyos2014-06-21
* | build: Add missing object file for Matroska demuxerDiego Biurrun2014-06-21
* | fix several typosMoritz Barsnick2014-06-20
* | avformat/utils: better probing for duration in estimate_timings_from_pts()Gaullier Nicolas2014-06-19
* | lavf/Makefile: fix standalone compilation of live_flv demuxerJames Almer2014-06-19
* | Merge commit 'c385313d2590fd26e26bb9bdacddef78162ab490'Michael Niedermayer2014-06-18
|\|
| * rtsp: Support misordered fmtp rtpmapJoshua Kordani2014-06-18
* | Merge commit 'c9c1e00f95350e7a36b0d05a03939c7f6438e371'Michael Niedermayer2014-06-18
|\|
| * rtsp: Factor out fmtp parsingLuca Barbato2014-06-18
* | avformat/mux: simplify ff_choose_timebase()Michael Niedermayer2014-06-18
* | dump_stream_format: fix division by 0Michael Niedermayer2014-06-18
* | Merge commit '194be1f43ea391eb986732707435176e579265aa'Michael Niedermayer2014-06-18
|\|
| * lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-18
* | Merge commit 'd754ed41727b1fcbab335b510248a9758a73320c'Michael Niedermayer2014-06-18
|\|
| * riffenc: take an AVStream instead of an AVCodecContextAnton Khirnov2014-06-18
* | Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228'Michael Niedermayer2014-06-18
|\|
| * lavf: add the notimestamps flag to the muxers missing itAnton Khirnov2014-06-18
* | Merge commit 'cfbdd7ffbd9fe14d110fd1bb89bf52f0f7bde016'Michael Niedermayer2014-06-18
|\|
| * rtpenc: base max_frames_per_packet on avg_frame_rate, not codec timebaseAnton Khirnov2014-06-18
| * Remove avserver.Anton Khirnov2014-06-18
* | Merge commit '74bc9458057f07c0820c3d3264396c4c64442e47'Michael Niedermayer2014-06-18
|\|
| * flvenc: Don't over-count metadata.Josh Allmann2014-06-17
* | avformat/flvdec: Support live flv / NGINX RTMP streamsMichael Niedermayer2014-06-16
* | Merge commit '711aa2a82727907f778fb8aa9a93aff2120170f2'Michael Niedermayer2014-06-16
|\|
| * lavf: dump stream side data when probingVittorio Giovara2014-06-14
* | avformat/dump: put copyright back from the file from which dump.c was split outMichael Niedermayer2014-06-16
* | Merge commit '2dc265619a2fc9c6f9aff7ac2bcdbcb90e9610cb'Michael Niedermayer2014-06-16
|\|
| * lavf: group dump functions togetherVittorio Giovara2014-06-14
* | avformat/smoothstreamingenc: Use av_mallocz_array()Michael Niedermayer2014-06-15
* | avformat/framecrcenc: print the checksum and size of extradata as wellMichael Niedermayer2014-06-15
* | avformat/mpc: attempt to allocate a packet that is not smaller than the data ...Michael Niedermayer2014-06-15
* | Merge commit 'dca7ba4bffe3e4aeb620cb62955256a0d87561f4'Michael Niedermayer2014-06-12
|\|
| * Remove some unnecessary CONFIG_FOO_COMPONENT ifdefsDiego Biurrun2014-06-12
* | avformat/oggparsevorbis: Dont attempt to calculate timestamps from gp=0Michael Niedermayer2014-06-11
* | Merge commit 'f121dbd9f76031d7f6d56261be2f14937a19d2dd'Michael Niedermayer2014-06-10
|\|