| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'f2f2e7627f0c878d13275af5d166ec5932665e28' | Michael Niedermayer | 2014-06-23 | 1 | -11/+11 |
|\ |
|
| * | Check mp3 header before calling avpriv_mpegaudio_decode_header(). | Justin Ruggles | 2014-06-22 | 1 | -7/+10 |
| * | Replace av_malloc() and memset(0) by av_mallocz() | Diego Biurrun | 2014-06-22 | 3 | -9/+4 |
* | | Merge commit '85d805d5cccb2f57e7f2e2254d7a870f05926cfd' | Michael Niedermayer | 2014-06-23 | 1 | -2/+3 |
|\| |
|
| * | build: Add missing object files for webm muxer | Diego Biurrun | 2014-06-22 | 1 | -2/+3 |
* | | Merge commit '03391b5432a2b8b8dbc3d2db722a54dfb68737b9' | Michael Niedermayer | 2014-06-23 | 1 | -1/+1 |
|\| |
|
| * | build: Add missing object files for Matroska demuxer | Diego Biurrun | 2014-06-22 | 1 | -1/+2 |
* | | Merge commit '49470b9404583ab3aff6835f78a759349d331696' | Michael Niedermayer | 2014-06-23 | 1 | -1/+1 |
|\| |
|
| * | build: Add missing replaygain object file for CAF demuxer | Diego Biurrun | 2014-06-22 | 1 | -1/+1 |
* | | avformat/flvdec: give live_flvdec a separate name | Michael Niedermayer | 2014-06-21 | 1 | -1/+1 |
* | | Show duration for large asf files as written in the file header. | Carl Eugen Hoyos | 2014-06-21 | 1 | -1/+2 |
* | | build: Add missing object file for Matroska demuxer | Diego Biurrun | 2014-06-21 | 1 | -1/+2 |
* | | fix several typos | Moritz Barsnick | 2014-06-20 | 1 | -1/+1 |
* | | avformat/utils: better probing for duration in estimate_timings_from_pts() | Gaullier Nicolas | 2014-06-19 | 1 | -1/+10 |
* | | lavf/Makefile: fix standalone compilation of live_flv demuxer | James Almer | 2014-06-19 | 1 | -0/+1 |
* | | Merge commit 'c385313d2590fd26e26bb9bdacddef78162ab490' | Michael Niedermayer | 2014-06-18 | 1 | -3/+16 |
|\| |
|
| * | rtsp: Support misordered fmtp rtpmap | Joshua Kordani | 2014-06-18 | 1 | -3/+16 |
* | | Merge commit 'c9c1e00f95350e7a36b0d05a03939c7f6438e371' | Michael Niedermayer | 2014-06-18 | 1 | -9/+18 |
|\| |
|
| * | rtsp: Factor out fmtp parsing | Luca Barbato | 2014-06-18 | 1 | -9/+18 |
* | | avformat/mux: simplify ff_choose_timebase() | Michael Niedermayer | 2014-06-18 | 1 | -5/+2 |
* | | dump_stream_format: fix division by 0 | Michael Niedermayer | 2014-06-18 | 1 | -0/+3 |
* | | Merge commit '194be1f43ea391eb986732707435176e579265aa' | Michael Niedermayer | 2014-06-18 | 16 | -40/+83 |
|\| |
|
| * | lavf: switch to AVStream.time_base as the hint for the muxer timebase | Anton Khirnov | 2014-06-18 | 16 | -42/+84 |
* | | Merge commit 'd754ed41727b1fcbab335b510248a9758a73320c' | Michael Niedermayer | 2014-06-18 | 4 | -18/+19 |
|\| |
|
| * | riffenc: take an AVStream instead of an AVCodecContext | Anton Khirnov | 2014-06-18 | 4 | -18/+19 |
* | | Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228' | Michael Niedermayer | 2014-06-18 | 9 | -0/+9 |
|\| |
|
| * | lavf: add the notimestamps flag to the muxers missing it | Anton Khirnov | 2014-06-18 | 9 | -0/+9 |
* | | Merge commit 'cfbdd7ffbd9fe14d110fd1bb89bf52f0f7bde016' | Michael Niedermayer | 2014-06-18 | 1 | -1/+6 |
|\| |
|
| * | rtpenc: base max_frames_per_packet on avg_frame_rate, not codec timebase | Anton Khirnov | 2014-06-18 | 1 | -1/+6 |
| * | Remove avserver. | Anton Khirnov | 2014-06-18 | 5 | -794/+0 |
* | | Merge commit '74bc9458057f07c0820c3d3264396c4c64442e47' | Michael Niedermayer | 2014-06-18 | 1 | -1/+2 |
|\| |
|
| * | flvenc: Don't over-count metadata. | Josh Allmann | 2014-06-17 | 1 | -1/+2 |
* | | avformat/flvdec: Support live flv / NGINX RTMP streams | Michael Niedermayer | 2014-06-16 | 2 | -5/+41 |
* | | Merge commit '711aa2a82727907f778fb8aa9a93aff2120170f2' | Michael Niedermayer | 2014-06-16 | 1 | -0/+143 |
|\| |
|
| * | lavf: dump stream side data when probing | Vittorio Giovara | 2014-06-14 | 1 | -0/+143 |
* | | avformat/dump: put copyright back from the file from which dump.c was split out | Michael Niedermayer | 2014-06-16 | 1 | -0/+1 |
* | | Merge commit '2dc265619a2fc9c6f9aff7ac2bcdbcb90e9610cb' | Michael Niedermayer | 2014-06-16 | 3 | -264/+304 |
|\| |
|
| * | lavf: group dump functions together | Vittorio Giovara | 2014-06-14 | 3 | -246/+285 |
* | | avformat/smoothstreamingenc: Use av_mallocz_array() | Michael Niedermayer | 2014-06-15 | 1 | -1/+1 |
* | | avformat/framecrcenc: print the checksum and size of extradata as well | Michael Niedermayer | 2014-06-15 | 1 | -1/+17 |
* | | avformat/mpc: attempt to allocate a packet that is not smaller than the data ... | Michael Niedermayer | 2014-06-15 | 1 | -1/+1 |
* | | Merge commit 'dca7ba4bffe3e4aeb620cb62955256a0d87561f4' | Michael Niedermayer | 2014-06-12 | 1 | -3/+1 |
|\| |
|
| * | Remove some unnecessary CONFIG_FOO_COMPONENT ifdefs | Diego Biurrun | 2014-06-12 | 1 | -3/+1 |
* | | avformat/oggparsevorbis: Dont attempt to calculate timestamps from gp=0 | Michael Niedermayer | 2014-06-11 | 1 | -0/+4 |
* | | Merge commit 'f121dbd9f76031d7f6d56261be2f14937a19d2dd' | Michael Niedermayer | 2014-06-10 | 1 | -1/+4 |
|\| |
|
| * | mpegts: Provide an option to override the pcr period | Luca Barbato | 2014-06-10 | 1 | -1/+4 |
* | | Merge commit '3f7e94eccd1c0d64679f2c4eda8bb942a158dfac' | Michael Niedermayer | 2014-06-10 | 1 | -44/+44 |
|\| |
|
| * | mpegts: Move the option section to the bottom | Luca Barbato | 2014-06-10 | 1 | -35/+35 |
| * | oggenc: Set the right AVOption size for the pref_duration option | Martin Storsjö | 2014-06-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'cehoyos/master' | Michael Niedermayer | 2014-06-10 | 4 | -9/+18 |
|\ \ |
|