| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-05 | 5 | -30/+50 |
|\ |
|
| * | tty: factorise returning error codes. | Anton Khirnov | 2011-06-04 | 1 | -11/+12 |
| * | rawdec: add framerate private option. | Anton Khirnov | 2011-06-04 | 3 | -19/+35 |
| * | Add missing #includes to make headers self-contained. | Diego Biurrun | 2011-06-04 | 1 | -0/+3 |
* | | udp: support old, crappy non pthread mode | Michael Niedermayer | 2011-06-04 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-04 | 8 | -20/+24 |
|\| |
|
| * | mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro. | Diego Biurrun | 2011-06-03 | 2 | -9/+10 |
| * | Mark some variables with av_unused | Mans Rullgard | 2011-06-03 | 5 | -9/+13 |
| * | rawdec: initialize return value to 0. | Anton Khirnov | 2011-06-03 | 1 | -1/+1 |
| * | rawdec: don't leak option strings. | Anton Khirnov | 2011-06-03 | 1 | -1/+0 |
* | | oggdec: fix Ticket185 | Michael Niedermayer | 2011-06-03 | 1 | -0/+2 |
* | | udp: fix indention | JULIAN GARDNER | 2011-06-03 | 1 | -1/+1 |
* | | wav: update size check for ds64 | Michael Niedermayer | 2011-06-03 | 1 | -1/+1 |
* | | wav: fix skip size at end of ds64 chunk | Philip de Nier | 2011-06-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 21 | -126/+84 |
|\| |
|
| * | Replace custom DEBUG preprocessor trickery by the standard one. | Diego Biurrun | 2011-06-03 | 3 | -8/+1 |
| * | Replace custom debug output functions by av_dlog(). | Diego Biurrun | 2011-06-03 | 1 | -58/+46 |
| * | Remove stray extra arguments from av_dlog() invocations. | Diego Biurrun | 2011-06-02 | 4 | -9/+7 |
| * | oma: check avio_read() return value | Mans Rullgard | 2011-06-02 | 1 | -0/+2 |
| * | nutdec: remove unused variable | Mans Rullgard | 2011-06-02 | 1 | -3/+1 |
| * | Remove unused variables | Mans Rullgard | 2011-06-02 | 17 | -54/+34 |
* | | Fix various uninitialized variable warnings | Clément Bœsch | 2011-06-02 | 2 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-02 | 3 | -29/+36 |
|\| |
|
| * | Employ correct printf format specifiers, mostly in debug output. | Diego Biurrun | 2011-05-31 | 3 | -34/+41 |
* | | Simplify code and avoid compiler warning about incompatible types. | Reimar Döffinger | 2011-06-01 | 1 | -5/+5 |
* | | lavf: tag dump_format() as @deprecated | Stefano Sabatini | 2011-06-01 | 1 | -0/+3 |
* | | yuv4mpeg: complain and exit if a non-rawvideo stream is selected | Stefano Sabatini | 2011-06-01 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-01 | 1 | -10/+39 |
|\| |
|
| * | improved 'edts' atom writing support | Gil Pedersen | 2011-05-31 | 1 | -10/+39 |
* | | wav: Don't avio_seek() if we know we'll run into EOF | Tomas Härdin | 2011-05-30 | 1 | -13/+16 |
* | | examples: move API examples to a dedicated dir in doc | Stefano Sabatini | 2011-05-30 | 2 | -539/+0 |
* | | TCP: change default timeout to 5sec | Michael Niedermayer | 2011-05-30 | 1 | -1/+1 |
* | | Revert "Timeout TCP open() after 5 seconds." | Michael Niedermayer | 2011-05-30 | 1 | -7/+0 |
* | | Fix various unused variable warnings | Clément Bœsch | 2011-05-30 | 16 | -29/+25 |
* | | Fix various bad printf format warnings | Clément Bœsch | 2011-05-30 | 3 | -11/+11 |
* | | Merge remote-tracking branch 'qatar/master' into master | Michael Niedermayer | 2011-05-29 | 4 | -13/+39 |
|\| |
|
| * | webm: support stereo videos in matroska/webm muxer | Alok Ahuja | 2011-05-28 | 2 | -1/+38 |
| * | lavf: deprecate AVFormatParameters.pix_fmt. | Anton Khirnov | 2011-05-27 | 1 | -3/+1 |
| * | rawdec: add a pixel_format private option. | Anton Khirnov | 2011-05-27 | 2 | -10/+20 |
* | | iff: remove duplicated file description | Stefano Sabatini | 2011-05-28 | 1 | -1/+0 |
* | | Export PCR pid | Kieran Kunhya | 2011-05-28 | 2 | -0/+13 |
* | | Export more transport stream information. | Kieran Kunhya | 2011-05-28 | 2 | -1/+15 |
* | | Output MPEG-TS stream identifiers. | Kieran Kunhya | 2011-05-28 | 2 | -0/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-27 | 21 | -129/+189 |
|\| |
|
| * | movenc: Deprecate the global RTP hinting flag, use a private AVOption instead | Martin Storsjö | 2011-05-27 | 5 | -3/+24 |
| * | movenc: Add an AVClass for setting muxer specific options | Martin Storsjö | 2011-05-27 | 2 | -0/+19 |
| * | tcp: make connect() timeout properly | Luca Barbato | 2011-05-27 | 1 | -8/+17 |
| * | rawdec: factor video demuxer definitions into a macro. | Anton Khirnov | 2011-05-27 | 10 | -105/+22 |
| * | rtspdec: add initial_pause private option. | Anton Khirnov | 2011-05-27 | 3 | -3/+30 |
| * | lavf: deprecate AVFormatParameters.width/height. | Anton Khirnov | 2011-05-27 | 1 | -2/+2 |