| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 32 | -96/+96 |
|\ |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 26 | -61/+61 |
* | | Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078' | Michael Niedermayer | 2012-09-05 | 6 | -12/+12 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 6 | -11/+11 |
* | | Merge commit '124134e42455763b28cc346fed1d07017a76e84e' | Michael Niedermayer | 2012-09-05 | 9 | -51/+51 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 7 | -37/+37 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-04 | 1 | -1/+1 |
|\| |
|
| * | avio: make avio_close NULL the freed buffer | Luca Barbato | 2012-09-04 | 1 | -1/+1 |
* | | lavf/segment: add EXT-X-MEDIA-SEQUENCE tag in M3U8 header | Stefano Sabatini | 2012-09-04 | 1 | -0/+3 |
* | | lavf/segment: deprecate "ext" format in favor of "csv" | Stefano Sabatini | 2012-09-04 | 1 | -2/+8 |
* | | lavf/segment: add escaping for filename field of the CSV list file | Stefano Sabatini | 2012-09-04 | 1 | -1/+26 |
* | | tty: return av_get_packet() error codes instead of converting them to EIO | Peter Ross | 2012-09-04 | 1 | -2/+2 |
* | | tty: return EOF when the 'effective' end of file is reached. ('effective' bec... | Peter Ross | 2012-09-04 | 1 | -0/+2 |
* | | rmdec: remove unused variable | Michael Niedermayer | 2012-09-03 | 1 | -1/+1 |
* | | lavf/segment: set EXT-X-VERSION to 3 rather than to 4 | Stefano Sabatini | 2012-09-02 | 1 | -1/+1 |
* | | flvdec: fix creation of lots of phantom data streams | Michael Niedermayer | 2012-09-02 | 1 | -2/+3 |
* | | psxstr: more correct array type. | Michael Niedermayer | 2012-09-01 | 1 | -1/+1 |
* | | fix flv new stream handling after head already parsed | Roman Arutyunyan | 2012-09-01 | 1 | -4/+6 |
* | | lavf: add missing new line to some error messages 2 | Piotr Bandurski | 2012-09-01 | 2 | -2/+2 |
* | | lavf: add missing new line to some error messages | Piotr Bandurski | 2012-09-01 | 9 | -9/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-01 | 1 | -1/+1 |
|\| |
|
| * | crypto: Remove a stray double space | Martin Storsjö | 2012-08-31 | 1 | -1/+1 |
* | | matroskadec, matroskadec, srtenc: Read/Write duration for subtitles. | Philip Langdale | 2012-08-31 | 3 | -3/+26 |
* | | flic: use AV_LOG_ERROR for error message | Piotr Bandurski | 2012-08-31 | 1 | -1/+1 |
* | | filmstripdec: add new line to error message | Piotr Bandurski | 2012-08-31 | 1 | -1/+1 |
* | | wtvdec: set correct codec ID for CC streams. | Reimar Döffinger | 2012-08-31 | 1 | -1/+1 |
* | | flvdec: remove duplicate return | Michael Niedermayer | 2012-08-31 | 1 | -4/+0 |
* | | bintext: remove stray ; | Michael Niedermayer | 2012-08-31 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-31 | 1 | -0/+1 |
|\| |
|
| * | MSS2 decoder | Alberto Delmás | 2012-08-31 | 1 | -0/+1 |
| * | build: allow non-standard variations of linker -l/-L flags | Mans Rullgard | 2012-08-29 | 1 | -1/+1 |
* | | find_stream_info: update last_dts more often | Michael Niedermayer | 2012-08-30 | 1 | -1/+1 |
* | | mp3enc: fix const correctness | Michael Niedermayer | 2012-08-30 | 1 | -1/+1 |
* | | flvenc: kill a uninitialized variable warning. | Michael Niedermayer | 2012-08-30 | 1 | -1/+2 |
* | | ac3dec: fix uninitialized var warning | Michael Niedermayer | 2012-08-30 | 1 | -1/+1 |
* | | mov: fix av_log int type | Michael Niedermayer | 2012-08-30 | 1 | -1/+1 |
* | | Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112' | Michael Niedermayer | 2012-08-29 | 2 | -2/+13 |
|\| |
|
| * | sdp: Use static const char arrays instead of pointers to strings | Martin Storsjö | 2012-08-28 | 1 | -2/+2 |
| * | sdp: Include profile-level-id for H264 | Martin Storsjö | 2012-08-28 | 1 | -0/+12 |
| * | rtpdec_h264: Don't set the pixel format | Samuel Pitoiset | 2012-08-28 | 1 | -1/+0 |
* | | Add 'timeout' option to UDP protocol | Andrey Utkin | 2012-08-29 | 1 | -0/+2 |
* | | Add 'rw_timeout' into URLContext | Andrey Utkin | 2012-08-29 | 2 | -2/+11 |
* | | rtpenc_xiph: switch to av_assert | Michael Niedermayer | 2012-08-28 | 1 | -1/+2 |
* | | aiffdec: support QDM2 | Michael Niedermayer | 2012-08-28 | 1 | -0/+3 |
* | | movenc: support for itunes tempo tag | Kari Lentz | 2012-08-27 | 1 | -0/+19 |
* | | aiffdec: try #2 to fix bps | Michael Niedermayer | 2012-08-27 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-27 | 1 | -1/+1 |
|\| |
|
| * | rtsp: Free the rtpdec context properly | Martin Storsjö | 2012-08-27 | 1 | -1/+1 |
* | | Use correct format identifier for uint64_t. | Carl Eugen Hoyos | 2012-08-27 | 1 | -1/+1 |
* | | mpc: fix seeking to the end | Michael Niedermayer | 2012-08-27 | 1 | -1/+1 |