| Commit message (Expand) | Author | Age | Files | Lines |
* | sdp: Allow passing an AVFormatContext to the SDP generation | Martin Storsjö | 2011-06-10 | 3 | -7/+10 |
* | mov: Fix wrong timestamp generation for fragmented movies that have time offs... | Yusuke Nakamura | 2011-06-10 | 1 | -4/+5 |
* | lavf: make compute_pkt_fields2() return meaningful error values | Stefano Sabatini | 2011-06-09 | 1 | -3/+3 |
* | matroskadec: set timestamps for RealAudio packets. | Reimar Döffinger | 2011-06-09 | 1 | -0/+8 |
* | movdec: Add support for the 'wfex' atom. | Alex Converse | 2011-06-09 | 1 | -0/+14 |
* | riff: Fix potential memleak. | Alex Converse | 2011-06-09 | 1 | -0/+1 |
* | crypto: Use av_freep instead of av_free | Etienne Buira | 2011-06-08 | 1 | -2/+2 |
* | lavf: don't try to free private options if priv_data is NULL. | Anton Khirnov | 2011-06-08 | 1 | -1/+1 |
* | options: Add missing braces around struct initializer. | Diego Biurrun | 2011-06-08 | 1 | -1/+1 |
* | mov: Remove leftover crufty debug statement with references to a local file. | Diego Biurrun | 2011-06-08 | 1 | -3/+0 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 52 | -191/+233 |
* | Move metadata API from lavf to lavu. | Anton Khirnov | 2011-06-08 | 3 | -111/+50 |
* | Remove some non-compiling debug messages. | Diego Biurrun | 2011-06-08 | 1 | -3/+0 |
* | Replace some av_log/printf + #ifdef combinations by av_dlog. | Diego Biurrun | 2011-06-07 | 1 | -6/+3 |
* | Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG. | Diego Biurrun | 2011-06-07 | 1 | -7/+0 |
* | Replace some printf instances in debug code by av_log. | Diego Biurrun | 2011-06-07 | 2 | -4/+5 |
* | Drop unnecessary directory prefixes from #include directives. | Diego Biurrun | 2011-06-07 | 1 | -1/+1 |
* | flvenc: propagate error properly | Luca Barbato | 2011-06-06 | 1 | -1/+1 |
* | lavf: deprecate AVFormatParameters.time_base. | Anton Khirnov | 2011-06-06 | 1 | -1/+1 |
* | img2: add framerate private option. | Anton Khirnov | 2011-06-06 | 1 | -5/+10 |
* | img2: add video_size private option. | Anton Khirnov | 2011-06-06 | 1 | -4/+16 |
* | img2: add pixel_format private option. | Anton Khirnov | 2011-06-06 | 1 | -2/+33 |
* | tty: add framerate private option. | Anton Khirnov | 2011-06-06 | 1 | -6/+10 |
* | lavf,lavc: free avoptions in a generic way. | Anton Khirnov | 2011-06-05 | 3 | -6/+6 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |