summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* atrac3: ensure input frame is not overwritten (it is const)Aurelien Jacobs2008-09-29
* Use skip_frame for keyframe-only decoding rather than #ifdefDavid Conrad2008-09-29
* Fix a warning about an undefined function when compiling h264.cCarl Eugen Hoyos2008-09-29
* Remove some format string warnings.Diego Pettenò2008-09-29
* Uniformly define _XOPEN_SOURCE to 600.Diego Biurrun2008-09-29
* cosmetics: Consistently use #ifdef in preprocessor directives.Diego Biurrun2008-09-29
* Remove unused function fast_memcpy.Diego Biurrun2008-09-29
* cosmetics: indentationDiego Biurrun2008-09-29
* Revert mistakely commited hunk.Michael Niedermayer2008-09-29
* Print all cases that are tested, not just the ones that are bad.Michael Niedermayer2008-09-29
* Fix infinite loop with spline, bug was introduced in r27612 by me.Michael Niedermayer2008-09-29
* fix -uninstalled.pc includedir for out-of-tree buildsDiego Pettenò2008-09-28
* set video_enc->sample_aspect_ratio to fix stream copyWolfram Gloger2008-09-28
* Guess picture type from picture coding extension when the main header is dama...Michael Niedermayer2008-09-28
* matroskadec: merge ASS events which share the same pts in the same AVPavketAurelien Jacobs2008-09-28
* matroskadec: ass events lines must end with a DOS style EOLAurelien Jacobs2008-09-28
* matroskadec: set duration only for CODEC_ID_TEXT subtitlesAurelien Jacobs2008-09-28
* matroskadec: pass duration as parameter of matroska_fix_ass_packet()Aurelien Jacobs2008-09-28
* AVOptions support for ffplay.Michael Niedermayer2008-09-28
* Move opt_default() and set_context_opts() to cmdutils so it can be used fromMichael Niedermayer2008-09-28
* Rename opt_default() so it will not conflict with the one from ffmpeg.cMichael Niedermayer2008-09-28
* Document the directpred auto value.Francesco Cosoleto2008-09-28
* Substitute the not anymore supported "me" option name with "me_method"Francesco Cosoleto2008-09-28
* Make myself maintainer of the preset filesRobert Swain2008-09-28
* Implement the force_fps option, which disables the automatic selectionStefano Sabatini2008-09-28
* Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputilsSiarhei Siamashka2008-09-28
* Support loading presets from random paths.Michael Niedermayer2008-09-28
* assdec: don't remove CR, they are part of the specAurelien Jacobs2008-09-27
* cosmetics: Break overly long lines, one grammar fix.Diego Biurrun2008-09-27
* spelling/wording/grammarDiego Biurrun2008-09-27
* Move doxygen comments for av_gettime from utils.c to avformat.h.Diego Biurrun2008-09-27
* Add alltools target to build all the tools/ stuff.Diego Biurrun2008-09-27
* Replace apparently always true condition by assert().Michael Niedermayer2008-09-27
* Simplify pix_fmt_id instead of listing a subset of non-simplified ones.Michael Niedermayer2008-09-27
* Check the 4th plane too when selecting the pixfmt.Michael Niedermayer2008-09-27
* Replace 'test' invocation by 'test -n', this should be safer.Diego Biurrun2008-09-26
* Add support for passing a version string to configure that is appended toDiego Biurrun2008-09-26
* Use better table heading names in the supported formats tables.Diego Biurrun2008-09-26
* Forgotten changelog update for ASS/SSA (de)muxer.Michael Niedermayer2008-09-26
* ASS/SSA muxer.Michael Niedermayer2008-09-26
* whitespace cosmeticsDiego Biurrun2008-09-26
* Simplify: avoid duplication backward_filter()Vitor Sessak2008-09-26
* Remove unused variable.Diego Biurrun2008-09-26
* add ok parts to the rm demuxer for SIPRO supportBenjamin Larsson2008-09-26
* Add support for Acelp.net fourcc and codecid, remuxing wav to avi should workBenjamin Larsson2008-09-26
* Do not lose the '\n'.Michael Niedermayer2008-09-26
* sync to latest mingw api, remove unneeded struct definitionsBaptiste Coudurier2008-09-26
* 2 in 1, an ASS and SSA demuxer.Michael Niedermayer2008-09-26
* include sys/select.h, fix freebsd 5.5 compilationBaptiste Coudurier2008-09-26
* only include sys/select.h if present, fix mingw compilationBaptiste Coudurier2008-09-26