| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | rtpdec_qdm2: Don't try to parse data packet if no configuration is received | Martin Storsjö | 2011-05-13 | 1 | -0/+2 |
* | matroskaenc: make sure we don't produce invalid file with no codec ID | Aurelien Jacobs | 2011-05-12 | 1 | -0/+4 |
* | matroskadec: check that pointers were initialized before accessing them | Aurelien Jacobs | 2011-05-12 | 1 | -3/+5 |
* | lavf: fix function name in compute_pkt_fields2 av_dlog message | Stefano Sabatini | 2011-05-12 | 1 | -1/+1 |
* | lavf: fix av_find_best_stream when providing a wanted stream. | Marton Balint | 2011-05-12 | 1 | -4/+5 |
* | lavf: fix av_find_best_stream when decoder_ret is given and using a related s... | Marton Balint | 2011-05-12 | 1 | -1/+1 |
* | mov: Support edit list atom version 1. | Yusuke Nakamura | 2011-05-12 | 2 | -6/+12 |
* | Cosmetics: fix prototypes in oggdec | Clément Bœsch | 2011-05-12 | 1 | -33/+18 |
* | oggdec: fix memleak with continuous streams. | Clément Bœsch | 2011-05-12 | 1 | -6/+10 |
* | matroskaenc: add missing new line in av_log() call | Aurelien Jacobs | 2011-05-12 | 1 | -1/+1 |
* | movenc: fix yuv range in avid atoms used by dnxhd. | Baptiste Coudurier | 2011-05-12 | 1 | -1/+1 |
* | movenc: fix adpcm mono muxing. | Alex Converse | 2011-05-12 | 1 | -0/+1 |
* | mpegts: do not output known sized packet if an unbounded packet is already qu... | Baptiste Coudurier | 2011-05-12 | 1 | -1/+1 |
* | configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. | Diego Biurrun | 2011-05-12 | 6 | -9/+2 |
* | nsv: Fix misdetection of MP3 files as NSV. | Thierry Foucu | 2011-05-12 | 1 | -3/+17 |
* | oggdec: use explicit AVInputFormat struct initializers | Clément Bœsch | 2011-05-12 | 1 | -11/+11 |
* | oggdec: simplify ogg_probe | Clément Bœsch | 2011-05-12 | 1 | -5/+2 |
* | Port SMPTE S302M audio decoder from FFmbc 0.3. | Baptiste Coudurier | 2011-05-11 | 1 | -0/+1 |
* | rtsp: Only do keepalive using GET_PARAMETER if the server supports it | Martin Storsjö | 2011-05-11 | 3 | -1/+12 |
* | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-05-10 | 5 | -28/+28 |
* | lavf/utils: fix ff_interleave_compare_dts corner case. | Vitor Sessak | 2011-05-10 | 1 | -5/+5 |
* | mpegtsenc: Clear st->priv_data when freeing it | Martin Storsjö | 2011-05-09 | 1 | -1/+1 |
* | udp: Fix receiving RTP data over multicast | Martin Storsjö | 2011-05-09 | 1 | -6/+6 |
* | rtpproto: Remove an unused variable | Martin Storsjö | 2011-05-09 | 1 | -3/+1 |
* | mov: fix composition timestamps on movie fragments. | Yusuke Nakamura | 2011-05-05 | 1 | -13/+27 |
* | Fix standalone compilation of pipe protocol. | Diego Biurrun | 2011-05-04 | 1 | -13/+13 |
* | Fix standalone compilation of WTV demuxer. | Diego Biurrun | 2011-05-04 | 1 | -1/+2 |
* | matroskaenc: fix memory leak | Mans Rullgard | 2011-05-04 | 1 | -2/+2 |
* | Replace strncpy() with av_strlcpy(). | Alex Converse | 2011-05-03 | 2 | -2/+3 |
* | asfdec: fix assert failure on invalid files | Uoti Urpala | 2011-05-03 | 1 | -0/+4 |
* | nutenc: check malloc return values. | Ronald S. Bultje | 2011-05-03 | 1 | -0/+6 |
* | nutenc: don't av_malloc(0). | Ronald S. Bultje | 2011-05-03 | 1 | -1/+2 |
* | asfdec: fix parsing of packets that overrun into padding. | Ronald S. Bultje | 2011-05-03 | 1 | -2/+8 |
* | Make ffmpeg support generic data stream | Luca Barbato | 2011-05-03 | 1 | -0/+1 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 2 | -5/+5 |
* | lavf: inspect more frames for fps when container time base is coarse | Anssi Hannula | 2011-04-29 | 1 | -1/+9 |