summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Check allocations on init.Benoit Fouet2008-09-30
* Remove useless test.Benoit Fouet2008-09-30
* CosmeticsBenoit Fouet2008-09-30
* use uint8_t instead of unsigned charBenoit Fouet2008-09-30
* Corrector type fits in 8 bits.Benoit Fouet2008-09-30
* Remove useless casts and use variable instead of its type in sizeof.Benoit Fouet2008-09-30
* Change table types to uint8_tBenoit Fouet2008-09-30
* Downgrade severity of leftover bits in header packets, and don't check for th...David Conrad2008-09-30
* support negative ctts in some way, unset wrong dtsBaptiste Coudurier2008-09-30
* Allocate 1 line more in the chroma plane for H.264, this avoids someMichael Niedermayer2008-09-30
* Replace second (and wrong) call to avcodec_align_dimensions() by adjustingMichael Niedermayer2008-09-30
* Do not attempt to perform error concealment in lowres mode as this isMichael Niedermayer2008-09-30
* 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