summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Prevent image2 from complaining about non monotone timestamps asMichael Niedermayer2008-09-26
* Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set.Michael Niedermayer2008-09-25
* Do instead of divising a float by a constant, multiply by its inverseVitor Sessak2008-09-25
* Ensure that no non-existing frame is used.Michael Niedermayer2008-09-25
* Implement av_nearer_q() and av_find_nearest_q_idx() functions.Stefano Sabatini2008-09-25
* Do not free sps & pps on width/height changes.Michael Niedermayer2008-09-25
* Do not use the generic "alloc missing references" code for h.264 as it doesMichael Niedermayer2008-09-25