| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Employ correct printf format specifiers, mostly in debug output. | Diego Biurrun | 2011-05-31 | 3 | -34/+41 |
* | improved 'edts' atom writing support | Gil Pedersen | 2011-05-31 | 1 | -10/+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 |
* | 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 |
* | tty: add video_size private option. | Anton Khirnov | 2011-05-27 | 1 | -2/+23 |
* | rawdec: add video_size private option. | Anton Khirnov | 2011-05-27 | 3 | -4/+45 |
* | id3v2: Check malloc result. ID3v2 tags can be very large. | Alex Converse | 2011-05-26 | 1 | -1/+6 |
* | id3v2: Initialize tflags for version 2.2. | Alex Converse | 2011-05-26 | 1 | -1/+1 |
* | lavf: initialize demuxer private options. | Anton Khirnov | 2011-05-26 | 1 | -0/+4 |
* | Mark parameterless function declarations as 'void'. | Diego Biurrun | 2011-05-26 | 1 | -1/+2 |
* | avformat: Add fpsprobesize as an AVOption. | Alex Converse | 2011-05-25 | 4 | -2/+10 |
* | rtmp: Reindent | Martin Storsjö | 2011-05-25 | 1 | -3/+3 |
* | rtmp: Don't try to do av_malloc(0) | Martin Storsjö | 2011-05-25 | 2 | -1/+3 |
* | tty: replace AVFormatParameters.sample_rate abuse with a private option. | Anton Khirnov | 2011-05-25 | 1 | -3/+21 |
* | Fix end time of last chapter in compute_chapters_end | John Stebbins | 2011-05-25 | 1 | -1/+1 |
* | lavf: deprecate AVFormatParameters.channel. | Anton Khirnov | 2011-05-25 | 1 | -1/+1 |
* | lavf: deprecate AVFormatParameters.standard. | Anton Khirnov | 2011-05-25 | 1 | -1/+1 |
* | lavf: deprecate AVFormatParameters.{channels,sample_rate}. | Anton Khirnov | 2011-05-25 | 2 | -2/+6 |
* | rawdec: add sample_rate/channels private options. | Anton Khirnov | 2011-05-25 | 3 | -6/+42 |
* | lavf: deprecate AVFormatParameters.mpeg2ts_raw. | Anton Khirnov | 2011-05-25 | 2 | -3/+3 |
* | mpegts: add compute_pcr option. | Anton Khirnov | 2011-05-25 | 3 | -4/+28 |
* | lavf: add priv_class field to AVInputFormat. | Anton Khirnov | 2011-05-25 | 1 | -0/+2 |
* | rtsp: use strtoul to parse rtptime and seq values. | Ilya | 2011-05-24 | 1 | -2/+2 |
* | ape: Allow demuxing of files with metadata tags. | Carl Eugen Hoyos | 2011-05-24 | 1 | -3/+3 |
* | multiple inclusion guard cleanup | Diego Biurrun | 2011-05-21 | 6 | -7/+13 |
* | avio: document buffer must created with av_malloc() and friends | Can Wu | 2011-05-21 | 1 | -0/+1 |
* | avio: check AVIOContext malloc failure | Can Wu | 2011-05-21 | 1 | -0/+2 |
* | mpegtsenc: Add an AVClass pointer to the private data | Martin Storsjö | 2011-05-20 | 1 | -0/+1 |
* | Remove silly insults from avformat_version() Doxygen documentation. | Diego Biurrun | 2011-05-19 | 1 | -2/+1 |
* | asfdec: add missing #include for av_bswap32() | Mans Rullgard | 2011-05-19 | 1 | -0/+1 |
* | lavf: remove duplicate assignment in avformat_alloc_context. | Anton Khirnov | 2011-05-17 | 1 | -1/+0 |
* | lavf: use designated initializers for AVClasses. | Anton Khirnov | 2011-05-17 | 7 | -14/+34 |
* | flvdec: clenup debug code | Alex Converse | 2011-05-17 | 1 | -2/+2 |
* | asfdec: fix possible overread on broken files. | Uoti Urpala | 2011-05-17 | 1 | -1/+4 |
* | asfdec: do not fall back to binary/generic search | Vladimir Pantelic | 2011-05-17 | 3 | -2/+7 |
* | asfdec: reindent after previous commit c7bd5ed | Vladimir Pantelic | 2011-05-17 | 1 | -7/+7 |
* | asfdec: fallback to binary search internally | Vladimir Pantelic | 2011-05-17 | 1 | -7/+8 |
* | movenc: always write esds descriptor length using 4 bytes. | Baptiste Coudurier | 2011-05-13 | 1 | -11/+3 |