summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* vp8: always update next_framep[] before returning from decode_frame().Ronald S. Bultje2012-02-07
* avconv: estimate next_dts from framerate if it is set.Anton Khirnov2012-02-07
* avconv: better next_dts usage.Anton Khirnov2012-02-07
* avconv: rename InputStream.pts to last_dts.Anton Khirnov2012-02-07
* avconv: reduce overloading for InputStream.pts.Anton Khirnov2012-02-07
* avconv: rename InputStream.next_pts to next_dts.Anton Khirnov2012-02-07
* avconv: rework -t handling for encoding.Anton Khirnov2012-02-07
* avconv: set encoder timebase for subtitles.Anton Khirnov2012-02-07
* pva-demux test: add -vnAnton Khirnov2012-02-07
* swscale: K&R formatting cosmetics for SPARC codeDiego Biurrun2012-02-07
* apedec: allow the user to set the maximum number of output samples per callJustin Ruggles2012-02-07
* apedec: do not unnecessarily zero output samples for mono framesJustin Ruggles2012-02-07
* apedec: allocate a single flat buffer for decoded samplesJustin Ruggles2012-02-07
* apedec: use sizeof(field) instead of sizeof(type)Justin Ruggles2012-02-07
* swscale: split C output functions into separate file.Ronald S. Bultje2012-02-07
* swscale: Split C input functions into separate file.Ronald S. Bultje2012-02-07
* bytestream: Add bytestream2 writing API.Aneesh Dogra2012-02-06
* Revert "v210enc: use FFALIGN()"Paul B Mahol2012-02-06
* doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-06
* avplay: reset decoder flush state when seekingJustin Ruggles2012-02-06
* ape: skip packets with invalid sizeJustin Ruggles2012-02-06
* ape: calculate final packet size instead of guessingJustin Ruggles2012-02-06
* ape: stop reading after the last frame has been readJustin Ruggles2012-02-06
* ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finishedJustin Ruggles2012-02-06
* ape: return error if seeking to the current packet fails in ape_read_packet()Justin Ruggles2012-02-06
* avcodec: Clarify AVFrame member documentation.Kieran Kunhya2012-02-06
* v210dec: check for coded_frame allocation failurePaul B Mahol2012-02-06
* v210enc: use stride as it is already calculatedPaul B Mahol2012-02-06
* v210enc: use FFALIGN()Paul B Mahol2012-02-06
* v210enc: return proper AVERROR codes instead of -1Paul B Mahol2012-02-06
* v210enc: do not set coded_frame->key_framePaul B Mahol2012-02-06
* v210enc: check for coded_frame allocation failurePaul B Mahol2012-02-06
* drawtext: add 'fix_bounds' option on coords fixingAndrey Utkin2012-02-06
* drawtext: fix text_{w, h} expression varsAndrey Utkin2012-02-06
* drawtext: add missing braces around an if() block.Andrey Utkin2012-02-05
* ape: fix seekingPaul B Mahol2012-02-04
* apedec: 8bit and 24bit supportPaul B Mahol2012-02-04
* dsputil: remove debug message in dsputil_init().Justin Ruggles2012-02-03
* movdec: Avoid av_malloc(0) in stssAlex Converse2012-02-03
* build: Drop YASM-OBJS-FFT from SUBDIR_VARS.Diego Biurrun2012-02-03
* build: Drop unused X86-OBJS variable.Diego Biurrun2012-02-03
* avconv: remove debugging cruft from do_video_out().Anton Khirnov2012-02-03
* avconv: factorize setting stream_index for the output packet.Anton Khirnov2012-02-03
* frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov2012-02-03
* apedec: remove unneeded #include of get_bits.h and associated macroJustin Ruggles2012-02-02
* apedec: av_fast_malloc() instead of av_realloc()Justin Ruggles2012-02-02
* apedec: fix handling of packet sizes that are not a multiple of 4 bytesJustin Ruggles2012-02-02
* libx264: fix indentation.Anton Khirnov2012-02-02
* vorbis: fix overflows in floor1[] vector and inverse db table index.Ronald S. Bultje2012-02-02
* win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-02