| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'c9281a01b78cc3f09e36300a0ca3f5824d1c74cf' | Michael Niedermayer | 2014-05-15 | 1 | -6/+0 |
|\ |
|
| * | lavf: drop the zero-sized packets hack | Anton Khirnov | 2014-05-15 | 1 | -6/+0 |
* | | Merge commit '0c1959b056f6ccaa2eee2c824352ba93c8e36d52' | Michael Niedermayer | 2014-05-15 | 9 | -13/+29 |
|\| |
|
| * | lavf: add AVFMT_FLAG_BITEXACT. | Anton Khirnov | 2014-05-15 | 9 | -12/+28 |
* | | libavformat/mov: Elimitate double reading of COVR metadata if MOV_EXPORT_ALL_... | Alex Sukhanov | 2014-05-15 | 1 | -1/+1 |
* | | avformat/libnut: use av_mallocz_array() | Michael Niedermayer | 2014-05-15 | 1 | -1/+1 |
* | | avformat/matroskaenc: use av_mallocz_array() | Michael Niedermayer | 2014-05-15 | 1 | -1/+1 |
* | | avformat/http: remove never twice executable loop | Michael Niedermayer | 2014-05-14 | 1 | -3/+0 |
* | | Merge commit 'a738540366c9b114949b7914c0d08e2c28982cfb' | Michael Niedermayer | 2014-05-14 | 1 | -1/+9 |
|\| |
|
| * | lavf: properly document the distinction between flags and ctx_flags | Anton Khirnov | 2014-05-14 | 1 | -1/+9 |
* | | Merge commit '449511740f06a4675b0066730fa45cdb764ffafc' | Michael Niedermayer | 2014-05-13 | 1 | -1/+0 |
|\| |
|
| * | build: handle library dependencies in configure | Janne Grunau | 2014-05-13 | 1 | -1/+0 |
* | | Support broadcast destination for udp protocol | Olivier Langlois | 2014-05-13 | 1 | -0/+9 |
* | | avformat/asfenc: honor the maximum of 63 payloads | Aaron Graham | 2014-05-13 | 1 | -0/+3 |
* | | avformat/mp3dec: check the number of frames per buffer size | Michael Niedermayer | 2014-05-12 | 1 | -2/+2 |
* | | avformat/utils: if the id3 tag is too large for data after it to become avail... | Michael Niedermayer | 2014-05-12 | 1 | -2/+5 |
* | | avformat/utils: limit probe score in the id3 case only if there is a chance t... | Michael Niedermayer | 2014-05-12 | 1 | -1/+3 |
* | | Use Matroska document version 2 for WebM files if possible. | Carl Eugen Hoyos | 2014-05-12 | 1 | -3/+13 |
* | | avformat/mpegtsenc: fix minor typo in omit_video_pes_length description | Aman Gupta | 2014-05-11 | 1 | -1/+1 |
* | | avformat/movenc: Check ff_put_wav_header() return code | Michael Niedermayer | 2014-05-10 | 1 | -2/+6 |
* | | rtpdec: make the NTP time values unsigned. | Diego Elio 'Flameeyes' Pettenò | 2014-05-09 | 1 | -2/+2 |
* | | Merge commit '0bacfa8d37710b904897e7cbeb8d6f96fbf75e2e' | Michael Niedermayer | 2014-05-08 | 1 | -1/+2 |
|\| |
|
| * | rtmpproto: Check the buffer sizes when copying app/playpath strings | Martin Storsjö | 2014-05-08 | 1 | -4/+5 |
* | | avformat/rtmpproto: add FFMIN() to av_strlcpy() | Michael Niedermayer | 2014-05-08 | 1 | -2/+2 |
* | | lavf: use av_fifo_freep | Lukasz Marek | 2014-05-07 | 5 | -8/+7 |
* | | avformat/utils: fix const warnings | Michael Niedermayer | 2014-05-07 | 1 | -3/+3 |
* | | avformat/h263dec/h263_probe: Check TR | Michael Niedermayer | 2014-05-07 | 1 | -0/+8 |
* | | avformat/h263dec/h263_probe: Check PSC bit 9 and 13 in | Michael Niedermayer | 2014-05-07 | 1 | -0/+5 |
* | | avformat/h263dec: shift data in state to make more bits available to probe | Michael Niedermayer | 2014-05-07 | 1 | -5/+5 |
* | | Merge commit '7ce3bd9614717e545af8fb8455032c807e389b78' | Michael Niedermayer | 2014-05-07 | 1 | -2/+14 |
|\| |
|
| * | rtmpproto: Support alternative slist parameter in rtmp URLs | Uwe L. Korn | 2014-05-06 | 1 | -2/+14 |
| * | probe: Support AAC_LATM in set_codec_from_probe_data | Luca Barbato | 2014-05-03 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'cus/stable' | Michael Niedermayer | 2014-05-06 | 1 | -18/+24 |
|\ \ |
|
| * | | mpegts: always reset pes packet state on new packet | Marton Balint | 2014-05-05 | 1 | -1/+2 |
| * | | mpegts: unref buffer in reset_pes_packet_state | Marton Balint | 2014-05-05 | 1 | -1/+2 |
| * | | mpegts: factorize pes packet state reset function | Marton Balint | 2014-05-05 | 1 | -6/+10 |
| * | | mpegts: fix indentation after last commit | Marton Balint | 2014-05-05 | 1 | -10/+10 |
| * | | mpegts: only emit new packets if data buffer exists | Marton Balint | 2014-05-05 | 1 | -2/+2 |
| * | | mpegts: remove uneeded buf_size check | Marton Balint | 2014-05-05 | 1 | -1/+1 |
* | | | avformat/segment: Use av_malloc_array() | Michael Niedermayer | 2014-05-05 | 1 | -2/+2 |
|/ / |
|
* | | avformat/astenc: avoid using AVCodecContext.frame_number | Michael Niedermayer | 2014-05-05 | 1 | -2/+2 |
* | | avisynth: set duration of audio streams | Hendrik Leppkes | 2014-05-05 | 1 | -0/+1 |
* | | lavf/mux: pass options to nested structs of priv data | Lukasz Marek | 2014-05-04 | 1 | -1/+1 |
* | | avformat: add AV_EF_IGNORE_ERR | Michael Niedermayer | 2014-05-04 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'cehoyos/master' | Michael Niedermayer | 2014-05-04 | 2 | -2/+2 |
|\ \ |
|
| * | | Initialize riff and wav size fields to -1 instead of 0. | Carl Eugen Hoyos | 2014-05-03 | 2 | -2/+2 |
* | | | Merge commit 'f66d0c57b13c1b7102e1e353237af178960dd3c5' | Michael Niedermayer | 2014-05-04 | 2 | -10/+19 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | latm: Add a probe function | Luca Barbato | 2014-05-03 | 1 | -0/+53 |
* | | Fix oga muxer standalone compilation. | Carl Eugen Hoyos | 2014-05-03 | 1 | -0/+2 |
* | | lavf/mux: pass options to nested structs of priv data | Lukasz Marek | 2014-05-02 | 1 | -1/+1 |