| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/gif: simplify palette writing. | Clément Bœsch | 2013-04-18 | 1 | -5/+2 |
* | gif: reindent after previous commits. | Clément Bœsch | 2013-04-18 | 1 | -4/+3 |
* | Cleanse GIF muxer and encoder. | Clément Bœsch | 2013-04-18 | 2 | -156/+16 |
* | rmdec: dont return uninitialized data | Michael Niedermayer | 2013-04-17 | 1 | -1/+6 |
* | Remove two anonymous arrays. | Carl Eugen Hoyos | 2013-04-17 | 1 | -1/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-16 | 1 | -0/+10 |
|\ |
|
| * | flvenc: do not mux more than one stream per type | Rafaël Carré | 2013-04-16 | 1 | -0/+10 |
* | | dfa: support decoding version=1.0 | Michael Niedermayer | 2013-04-15 | 1 | -1/+9 |
* | | lavf/libquvi: fix error reporting. | Clément Bœsch | 2013-04-15 | 1 | -2/+2 |
* | | lavf: remove some flushing in write_packet muxers callbacks. | Clément Bœsch | 2013-04-14 | 27 | -33/+0 |
* | | oggenc: Fix pref_duration AVOption type | Michael Niedermayer | 2013-04-13 | 1 | -1/+1 |
* | | lavf/mxfdec: validate month/day before date formatting | Hendrik Leppkes | 2013-04-13 | 1 | -0/+4 |
* | | lavf/mxf: fix parsing of timestamps | Matthieu Bouron | 2013-04-13 | 1 | -5/+5 |
* | | lavf/mxfdec: use more widely supported time format string | Hendrik Leppkes | 2013-04-13 | 1 | -1/+1 |
* | | lavf/mxf: fix parsing of the month from mxf timestamps | Hendrik Leppkes | 2013-04-13 | 1 | -1/+1 |
* | | Merge commit '9e6b5e61a0c91e25e298d0a21b189c4c95443795' | Michael Niedermayer | 2013-04-11 | 1 | -4/+7 |
|\| |
|
| * | img2enc: add an option for overwriting one file with subsequent images | Anton Khirnov | 2013-04-11 | 1 | -2/+6 |
* | | avienc: fix overflow of audio sample count | Tobias Rapp | 2013-04-11 | 1 | -1/+1 |
* | | avformat/avisynth: Don't insert null frames or samples at the start of a stream. | Stephen Hutchinson | 2013-04-11 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-11 | 4 | -10/+9 |
|\| |
|
| * | Move misplaced file author information where it belongs | Diego Biurrun | 2013-04-11 | 4 | -10/+9 |
* | | mxfdec: update current edit unit when seeking in mxf files without index tables | Marton Balint | 2013-04-11 | 1 | -0/+1 |
* | | lavf: add libquvi demuxer. | Clément Bœsch | 2013-04-10 | 4 | -1/+149 |
* | | Replace all occurrences of PRI in sscanf() calls with SCN | James Almer | 2013-04-10 | 5 | -9/+9 |
* | | avformat/avisynth: Cosmetics | d s | 2013-04-10 | 1 | -4/+4 |
* | | avformat/avisynth: Fix off-by-one error in avisynth demuxer. | d s | 2013-04-10 | 1 | -4/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-09 | 3 | -5/+8 |
|\| |
|
| * | srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTH | Martin Storsjö | 2013-04-09 | 1 | -0/+1 |
| * | rtpdec: Increase max rtp packet size to 8192 | Andrew Van Til | 2013-04-09 | 1 | -1/+1 |
| * | lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500 | Andrew Van Til | 2013-04-09 | 4 | -6/+8 |
* | | lavf/wavdec: skip padding byte | Matthieu Bouron | 2013-04-08 | 1 | -1/+4 |
* | | rtsp: add option to set the socket timeout of the lower protocol. | Michael Niedermayer | 2013-04-08 | 2 | -1/+8 |
* | | avio.h: fix indention | Michael Niedermayer | 2013-04-08 | 1 | -10/+10 |
* | | Merge remote-tracking branch 'mbouron/master' | Michael Niedermayer | 2013-04-08 | 1 | -0/+115 |
|\ \ |
|
| * | | lavf/mxfdec: handle identification metadata | Matthieu Bouron | 2013-04-08 | 1 | -0/+115 |
* | | | flvenc: dont call avio_flush() unconditional | Michael Niedermayer | 2013-04-08 | 1 | -1/+0 |
* | | | mux: also call avio_flush() when flushing the muxer | Michael Niedermayer | 2013-04-08 | 1 | -0/+2 |
* | | | avformat: add writeout_count statistic | Michael Niedermayer | 2013-04-08 | 2 | -1/+10 |
|/ / |
|
* | | asfenc: convert asserts to av_assert | Michael Niedermayer | 2013-04-07 | 1 | -5/+6 |
* | | lavf/http: use a more compatible default user agent. | Clément Bœsch | 2013-04-06 | 1 | -3/+3 |
* | | img2dec: make use of AV_OPT_TYPE_IMAGE_SIZE | Paul B Mahol | 2013-04-05 | 1 | -13/+6 |
* | | img2dec: make use of AV_OPT_TYPE_VIDEO_RATE | Paul B Mahol | 2013-04-05 | 1 | -9/+3 |
* | | rawvideodec: make use of AV_OPT_TYPE_IMAGE_SIZE | Paul B Mahol | 2013-04-05 | 1 | -12/+5 |
* | | rawvideodec: make use of AV_OPT_TYPE_VIDEO_RATE | Paul B Mahol | 2013-04-05 | 1 | -10/+3 |
* | | rawdec: make use of AV_OPT_TYPE_VIDEO_RATE | Paul B Mahol | 2013-04-05 | 2 | -9/+3 |
* | | bintext: make use of AV_OPT_TYPE_IMAGE_SIZE | Paul B Mahol | 2013-04-05 | 1 | -11/+6 |
* | | bintext: make use of AV_OPT_TYPE_VIDEO_RATE | Paul B Mahol | 2013-04-05 | 1 | -12/+3 |
* | | tty: make use of AV_OPT_TYPE_IMAGE_SIZE | Paul B Mahol | 2013-04-05 | 1 | -9/+5 |
* | | tty: make use of AV_OPT_TYPE_VIDEO_RATE | Paul B Mahol | 2013-04-05 | 1 | -9/+4 |
* | | Merge commit '8c65264595d5a82c56ae5043320e4b875a414229' | Michael Niedermayer | 2013-04-05 | 1 | -1/+1 |
|\| |
|