summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* libavcore needs libavutilMåns Rullgård2010-07-27
* fate: delete build and install dirs after sessionMåns Rullgård2010-07-27
* fate: add fate session scriptMåns Rullgård2010-07-26
* fate: create report filesMåns Rullgård2010-07-26
* configure: extract detailed compiler identificationMåns Rullgård2010-07-26
* version.sh: write version to stdout if no output file specifiedMåns Rullgård2010-07-26
* Add a simple base64 encoder for use in testsMåns Rullgård2010-07-26
* Add an APIchanges entry for the libavcore/parseutils.{h,c} addition ofStefano Sabatini2010-07-26
* Avoid the use of an intermediary variable inStefano Sabatini2010-07-26
* Make VideoFrameRateAbbr contain a rational rather than two ints forStefano Sabatini2010-07-26
* Remove reference to the "frame" term in variable names. Simpler andStefano Sabatini2010-07-26
* Make av_parse_video_size() and av_parse_video_rate() returnStefano Sabatini2010-07-26
* Reindent.Stefano Sabatini2010-07-26
* Make pkgconfig_generate check if the library is enabled before toStefano Sabatini2010-07-26
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-26
* Reindent after r24516.Ronald S. Bultje2010-07-26
* Use inverse error branches, i.e. instead of if(something){success} else {error},Ronald S. Bultje2010-07-26
* Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. ThisRonald S. Bultje2010-07-26
* Use pmaddubsw for the mbedge_filter (>=ssse3), 6-10 cycles faster.Ronald S. Bultje2010-07-26
* VP8: Much faster SSE2 MCJason Garrett-Glaser2010-07-26
* Define static functions fill_image_linesize() andS.N. Hemanth Meenakshisundaram2010-07-26
* Enable no-loop memory/register saving for ssse3/sse4 also.Ronald S. Bultje2010-07-26
* Save a register (or regsize of stackspace for x86-32) for the no-loopRonald S. Bultje2010-07-26
* Use nested ifs instead of &&, which appears to not work with %ifidn (i.e. thisRonald S. Bultje2010-07-26
* Rename pow variable to pwr.Axel Holzinger2010-07-26
* Split pextrw macro-spaghetti into several opt-specific macros, this will makeRonald S. Bultje2010-07-26
* Reindent.Stefano Sabatini2010-07-26
* Rename av_transcode() to transcode().Stefano Sabatini2010-07-26
* VP8: add missing freeJason Garrett-Glaser2010-07-26
* matroskaenc: add support for muxing SRT tracksAurelien Jacobs2010-07-25
* add mime-type for ASS muxerAurelien Jacobs2010-07-25
* Include the correct header that actually is used, use quotes instead of angle...Martin Storsjö2010-07-25
* Fix pkgconfig_generate line for libavcore.Stefano Sabatini2010-07-25
* Accept stdin as input for patcheck.Rafaël Carré2010-07-25
* Fix r24445: Instead of needlessly initialising a variable, silence the warning.Carl Eugen Hoyos2010-07-25
* Rename av_exit() to ffmpeg_exit().Stefano Sabatini2010-07-25
* Use X ? Y : Z construct, simplify.Stefano Sabatini2010-07-25
* Cosmetics: fix indentation and remove a useless else.Reimar Döffinger2010-07-25
* Simplify get_byte and url_fgetc.Reimar Döffinger2010-07-25
* Only 4-bit ADPCM IMA WAV files are supported.Carl Eugen Hoyos2010-07-25
* Cosmetics: rename enc -> dec in opt_input_file().Stefano Sabatini2010-07-25
* Move ffm_close function up to avoid a forward declaration.Reimar Döffinger2010-07-25
* ffmdec: Do not manually free streams on read_header error, this is alwaysReimar Döffinger2010-07-25
* Fix obvious bug in assignment. Somehow, the test vectors don't test this...Ronald S. Bultje2010-07-25
* add SubRip muxer and demuxerAurelien Jacobs2010-07-24
* Fix SPLATB_REG mess. Used to be a if/elseif/elseif/elseif spaghetti, so thisRonald S. Bultje2010-07-24
* Simplify lavfi test script a littleMåns Rullgård2010-07-24
* Unbreak parallel lavfi testingMåns Rullgård2010-07-24
* aacenc: TLS: Save maximum values for each swb in a table.Alex Converse2010-07-24
* 10l: Remove some commented out code that slipped in.Alex Converse2010-07-24