summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avconv: call flush_encoders() from transcode() directly.Anton Khirnov2011-08-19
* avconv: fix broken indentation.Anton Khirnov2011-08-19
* avconv: rescue poor abused limit_filesize global.Anton Khirnov2011-08-19
* avconv: Set error code before before jumping to fail.Alex Converse2011-08-19
* h264: fix PCM intra-coded blocks in monochrome caseJeff Downs2011-08-19
* h264: correct implicit weight table computation for long ref picsJeff Downs2011-08-19
* h264: correct the check for invalid long term frame index in MMCO decodeJeff Downs2011-08-19
* avconv: Fix spelling errors.Alex Converse2011-08-18
* aac: Only set sample rate and object type from ADTS if output hasn't been con...Alex Converse2011-08-18
* aac: Set SBR and PS to unsignalled during headerless and ADTS initialization.Alex Converse2011-08-18
* aac: Only output configure if audio was found.Alex Converse2011-08-18
* avconv: save two levels of indentation in flush_encoders()Anton Khirnov2011-08-18
* avconv: factor flushing encoders out of output_packet().Anton Khirnov2011-08-18
* avconv: factor out initializing input streams.Anton Khirnov2011-08-18
* avconv: remove -intra option.Anton Khirnov2011-08-18
* avconv: reset streamid_map between output files.Anton Khirnov2011-08-18
* avconv: make timer_start a local var in transcode().Anton Khirnov2011-08-18
* avconv: cosmetics, move OutputStream.Anton Khirnov2011-08-18
* avconv: remove two unused macros.Anton Khirnov2011-08-18
* h264: hide reference frame errors unless requestedDustin Brody2011-08-17
* swscale: split hScale() function pointer into h[cy]Scale().Ronald S. Bultje2011-08-17
* Move clipd macros to x86util.asm.Ronald S. Bultje2011-08-17
* avconv: reindent.Anton Khirnov2011-08-17
* avconv: rescue poor abused start_time global.Anton Khirnov2011-08-17
* avconv: rescue poor abused recording_time global.Anton Khirnov2011-08-17
* avconv: merge two loops in output_packet().Anton Khirnov2011-08-17
* avconv: fix broken indentation.Anton Khirnov2011-08-17
* avconv: get rid of the arbitrary MAX_FILES limit.Anton Khirnov2011-08-17
* avconv: get rid of the output_streams_for_file vs. ost_table schizophreniaAnton Khirnov2011-08-17
* avconv: add a wrapper for output AVFormatContexts and merge output_opts into itAnton Khirnov2011-08-17
* avconv: make itsscale syntax consistent with other options.Anton Khirnov2011-08-17
* avconv: factor out adding input streams.Anton Khirnov2011-08-17
* avconv: Factorize combining auto vsync with format.Alex Converse2011-08-17
* avconv: Factorize video resampling.Alex Converse2011-08-17
* avconv: Don't unnecessarily convert ipts to a double.Alex Converse2011-08-17
* ffmpeg: remove unsed variable noptsDiego Biurrun2011-08-17
* RV3/4 parser: remove unused variable 'off'Kostya Shishkov2011-08-17
* add XMV demuxerSven Hesse2011-08-17
* rmdec: parse FPS in RealMedia properlyKostya Shishkov2011-08-17
* Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov2011-08-17
* rmdec: correct DTS calculation in RealMedia container.Kostya Shishkov2011-08-17
* rv10/20: tell decoder to use edge emulationKostya Shishkov2011-08-17
* Revert "avconv: use stream copy by default when possible."Anton Khirnov2011-08-16
* avconv: print stream copy information.Anton Khirnov2011-08-16
* avconv: use stream copy by default when possible.Anton Khirnov2011-08-16
* matroskaenc: vertical alignment.Anton Khirnov2011-08-16
* matroskaenc: implement query_codec()Anton Khirnov2011-08-16
* lavf: add avformat_query_codec().Anton Khirnov2011-08-16
* lavc: add avcodec_get_type() for mapping codec_id -> type.Anton Khirnov2011-08-16
* flvenc: use int64_t to store offsetsLuca Barbato2011-08-16