| Commit message (Expand) | Author | Age | Files | Lines |
* | doxygen: Do not include license boilerplates in Doxygen comment blocks. | Diego Biurrun | 2012-02-06 | 3 | -3/+3 |
* | ape: skip packets with invalid size | Justin Ruggles | 2012-02-06 | 1 | -0/+8 |
* | ape: calculate final packet size instead of guessing | Justin Ruggles | 2012-02-06 | 1 | -3/+12 |
* | ape: stop reading after the last frame has been read | Justin Ruggles | 2012-02-06 | 1 | -1/+1 |
* | ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finished | Justin Ruggles | 2012-02-06 | 1 | -2/+2 |
* | ape: return error if seeking to the current packet fails in ape_read_packet() | Justin Ruggles | 2012-02-06 | 1 | -1/+2 |
* | ape: fix seeking | Paul B Mahol | 2012-02-04 | 1 | -0/+2 |
* | movdec: Avoid av_malloc(0) in stss | Alex Converse | 2012-02-03 | 1 | -0/+2 |
* | frame{crc/md5}: set the stream timebase from codec timebase. | Anton Khirnov | 2012-02-03 | 5 | -4/+49 |
* | movdec: Parse the dvc1 atom | Martin Storsjö | 2012-02-02 | 1 | -0/+27 |
* | movdec: fix dts generation in fragmented files | Janne Grunau | 2012-02-02 | 2 | -2/+4 |
* | dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936. | Alex Converse | 2012-01-31 | 1 | -6/+5 |
* | dv: Fix null pointer dereference due to ach=0 | Michael Niedermayer | 2012-01-31 | 1 | -1/+2 |
* | dv: check stype | Michael Niedermayer | 2012-01-31 | 1 | -0/+6 |
* | swfdec: Simplify sample rate calculation. | Alex Converse | 2012-01-31 | 1 | -4/+1 |
* | lavf: add functions for accessing the fourcc<->CodecID mapping tables. | Anton Khirnov | 2012-01-31 | 3 | -27/+60 |
* | lavc: set AVCodecContext.codec in avcodec_get_context_defaults3(). | Anton Khirnov | 2012-01-31 | 1 | -3/+5 |
* | lavc: add avcodec_is_open(). | Anton Khirnov | 2012-01-31 | 1 | -3/+2 |
* | lavf: rename AVInputFormat.value to raw_codec_id. | Anton Khirnov | 2012-01-31 | 12 | -24/+24 |
* | lavf: remove the pointless value field from flv and iv8 | Anton Khirnov | 2012-01-31 | 2 | -2/+0 |
* | lavc/lavf: remove unnecessary symbols from the symbol version script. | Anton Khirnov | 2012-01-31 | 1 | -25/+0 |
* | lavf: reorder AVInput/OutputFormat fields. | Anton Khirnov | 2012-01-31 | 1 | -49/+61 |
* | movdec: Ignore sample_degradation_priority bits when checking first_sample_flags | Martin Storsjö | 2012-01-31 | 1 | -1/+1 |
* | flvdec: Interpret a toplevel 'object' type metadata item as normal metadata, too | Martin Storsjö | 2012-01-30 | 1 | -7/+3 |
* | nsvdec: Propagate errors | Alex Converse | 2012-01-30 | 1 | -1/+6 |
* | nsvdec: Be more careful with av_malloc(). | Alex Converse | 2012-01-30 | 1 | -1/+7 |
* | nsvdec: Fix use of uninitialized streams. | Michael Niedermayer | 2012-01-30 | 1 | -4/+4 |
* | movenc: cosmetics: Get rid of camelCase identifiers | Martin Storsjö | 2012-01-30 | 2 | -151/+152 |
* | rtsp: Remove some unused variables from ff_rtsp_connect(). | Diego Biurrun | 2012-01-30 | 1 | -1/+0 |
* | avformat_write_header(): detail error message | Rafaël Carré | 2012-01-30 | 1 | -1/+5 |
* | s/vbsf/bsf/ | Mike Melanson | 2012-01-30 | 1 | -1/+1 |
* | yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace. | Mike Melanson | 2012-01-30 | 1 | -0/+3 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 22 | -23/+0 |
* | movenc: Allow writing to a non-seekable output if using empty moov | Martin Storsjö | 2012-01-27 | 1 | -2/+13 |
* | movenc: Support adding isml (smooth streaming live) metadata | Martin Storsjö | 2012-01-27 | 2 | -0/+131 |
* | lavf: remove disabled FF_API_SET_PTS_INFO cruft | Anton Khirnov | 2012-01-27 | 3 | -20/+0 |
* | lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruft | Anton Khirnov | 2012-01-27 | 3 | -38/+0 |
* | lavf: remove disabled FF_API_REORDER_PRIVATE cruft | Anton Khirnov | 2012-01-27 | 2 | -107/+0 |
* | lavf: remove disabled FF_API_SEEK_PUBLIC cruft | Anton Khirnov | 2012-01-27 | 3 | -43/+0 |
* | lavf: remove disabled FF_API_STREAM_COPY cruft | Anton Khirnov | 2012-01-27 | 2 | -7/+0 |
* | lavf: remove disabled FF_API_PRELOAD cruft | Anton Khirnov | 2012-01-27 | 3 | -10/+0 |
* | lavf: remove disabled FF_API_NEW_STREAM cruft | Anton Khirnov | 2012-01-27 | 3 | -28/+0 |
* | lavf: remove disabled FF_API_RTSP_URL_OPTIONS cruft | Anton Khirnov | 2012-01-27 | 2 | -48/+0 |
* | lavf: remove disabled FF_API_MUXRATE cruft | Anton Khirnov | 2012-01-27 | 5 | -22/+0 |
* | lavf: remove disabled FF_API_FILESIZE cruft | Anton Khirnov | 2012-01-27 | 2 | -10/+0 |
* | lavf: remove disabled FF_API_TIMESTAMP cruft | Anton Khirnov | 2012-01-27 | 6 | -30/+0 |
* | lavf: remove disabled FF_API_LOOP_OUTPUT cruft | Anton Khirnov | 2012-01-27 | 3 | -19/+0 |
* | lavf: remove disabled FF_API_LOOP_INPUT cruft | Anton Khirnov | 2012-01-27 | 3 | -15/+0 |
* | lavf: remove disabled FF_API_AVSTREAM_QUALITY cruft | Anton Khirnov | 2012-01-27 | 2 | -12/+0 |
* | lavf: remove disabled FF_API_FLAG_RTP_HINT cruft | Anton Khirnov | 2012-01-27 | 4 | -17/+0 |