| Commit message (Expand) | Author | Age | Files | Lines |
* | mov: 10l: Terminate string with 0 not '0' | Alex Converse | 2011-10-14 | 1 | -1/+1 |
* | mov: Prevent illegal writes when chapter titles are very short. | Alex Converse | 2011-10-14 | 1 | -8/+15 |
* | riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_header | John Brooks | 2011-10-14 | 2 | -8/+2 |
* | id3v2: reduce the scope of some non-globally-used symbols/structures | Diego Biurrun | 2011-10-13 | 2 | -18/+14 |
* | id3v2: cosmetics: move some declarations before the places they are used | Diego Biurrun | 2011-10-13 | 1 | -65/+65 |
* | shn: do not allow seeking in the raw shn demuxer. | Justin Ruggles | 2011-10-13 | 1 | -1/+1 |
* | avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK. | Justin Ruggles | 2011-10-13 | 3 | -2/+5 |
* | avformat: update AVInputFormat allowed flags | Justin Ruggles | 2011-10-13 | 1 | -1/+3 |
* | avformat: don't unconditionally call ff_read_frame_flush() when trying to seek. | Justin Ruggles | 2011-10-13 | 1 | -10/+14 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 19 | -59/+59 |
* | Remove all uses of deprecated AVOptions API. | Anton Khirnov | 2011-10-12 | 3 | -12/+11 |
* | AVOptions: add new API for enumerating children. | Anton Khirnov | 2011-10-12 | 1 | -22/+29 |
* | flvenc: Write the right metadata entry count | Martin Storsjö | 2011-10-12 | 1 | -3/+10 |
* | rtsp: Request that dynamic rate is disabled | Martin Storsjö | 2011-10-12 | 1 | -0/+2 |
* | rtsp: Parse the x-Accept-Dynamic-Rate header | Martin Storsjö | 2011-10-12 | 2 | -0/+6 |
* | rtpdec: Add ff_ prefix to all nonstatic symbols | Martin Storsjö | 2011-10-12 | 4 | -37/+37 |
* | rtpdec: Read the packet length for all RTCP packet types | John Brooks | 2011-10-12 | 1 | -7/+7 |
* | rtpdec: Fix the minimum packet length for RTCP SR packets | John Brooks | 2011-10-12 | 1 | -1/+1 |
* | flvdec: Don't export metadata entries that aren't proper metadata | Martin Storsjö | 2011-10-12 | 1 | -0/+14 |
* | flvdec: Split out setting of numeric fields from storing metadata | Martin Storsjö | 2011-10-12 | 1 | -5/+9 |
* | mov: do not misreport empty stts | Luca Barbato | 2011-10-11 | 1 | -2/+2 |
* | mov: cosmetics, fix for and if spacing | Luca Barbato | 2011-10-11 | 1 | -46/+50 |
* | id3v2: fix NULL pointer dereference | Anton Khirnov | 2011-10-11 | 1 | -6/+6 |
* | mov: read album_artist atom | Raivo Hool | 2011-10-11 | 1 | -0/+1 |
* | mov: fix disc/track numbers and totals | Raivo Hool | 2011-10-11 | 1 | -8/+15 |
* | smacker: Separate audio flags from sample rates in smacker demuxer. | Justin Ruggles | 2011-10-11 | 1 | -14/+17 |
* | 4xmdemux: prevent use of uninitialized memory | Laurent Aimar | 2011-10-10 | 1 | -3/+5 |
* | avsdemux: check for out of bound writes | Laurent Aimar | 2011-10-10 | 1 | -0/+2 |
* | avsdemux: check for corrupted data | Laurent Aimar | 2011-10-10 | 1 | -0/+2 |
* | avidec: fix signed overflow in avi_sync() | Mans Rullgard | 2011-10-10 | 1 | -2/+3 |
* | mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related fu... | Alex Converse | 2011-10-10 | 1 | -8/+16 |
* | avidec: simplify size parameter in memset() | Janne Grunau | 2011-10-10 | 1 | -1/+1 |
* | lavf: fix signed overflow in avformat_find_stream_info() | Mans Rullgard | 2011-10-08 | 1 | -2/+2 |
* | mpegps: Use av_get_packet() instead of poorly emulating it. | Alex Converse | 2011-10-07 | 1 | -8/+1 |
* | mpc8: Fix return value on EOF | Laurent Aimar | 2011-10-07 | 1 | -1/+1 |
* | segafilm: Check for memory allocation failures in segafilm demuxer. | Laurent Aimar | 2011-10-06 | 1 | -0/+4 |
* | segafilm: Fix potential division by 0 on corrupted streams in the demuxer | Laurent Aimar | 2011-10-06 | 1 | -5/+8 |
* | Fixed segfault on corrupted sega streams in the demuxer. | Laurent Aimar | 2011-10-06 | 1 | -1/+3 |
* | lavc/lavf: use unique private classes. | Anton Khirnov | 2011-10-05 | 2 | -14/+26 |
* | Synchronize various 4CCs and codec tags from FFmpeg. | Diego Biurrun | 2011-10-04 | 2 | -0/+12 |
* | ogg/celt: do not set sample_fmt in the demuxer | Justin Ruggles | 2011-10-03 | 1 | -1/+0 |
* | id3v2: remove pointless casts | Anton Khirnov | 2011-10-03 | 1 | -3/+3 |
* | id3v2: read TXXX frames with two calls to decode_str() instead of one. | Anton Khirnov | 2011-10-03 | 1 | -32/+28 |
* | id3v2: don't discard the whole tag when encountering empty frames. | Anton Khirnov | 2011-10-03 | 1 | -1/+7 |
* | lavf: Avoid using av_malloc(0) in av_dump_format | Martin Storsjö | 2011-09-30 | 1 | -1/+1 |
* | latmenc: Set latmBufferFullness to largest value to indicate it is not used | Kieran Kunhya | 2011-09-30 | 1 | -1/+1 |
* | mpeg probe: check the 2/4-bit synchronization value found after a pack_start_... | Alex Converse | 2011-09-29 | 1 | -1/+6 |
* | latmenc: Fix private options | Kieran Kunhya | 2011-09-28 | 1 | -0/+1 |
* | Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080. | Michael Niedermayer | 2011-09-27 | 1 | -8/+29 |
* | matroskaenc: write attachments. | Anton Khirnov | 2011-09-27 | 1 | -0/+72 |