summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Check allocations on init.Benoit Fouet2008-09-30
| | | | Originally committed as revision 15476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless test.Benoit Fouet2008-09-30
| | | | Originally committed as revision 15475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsBenoit Fouet2008-09-30
| | | | Originally committed as revision 15474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use uint8_t instead of unsigned charBenoit Fouet2008-09-30
| | | | Originally committed as revision 15473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Corrector type fits in 8 bits.Benoit Fouet2008-09-30
| | | | Originally committed as revision 15472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless casts and use variable instead of its type in sizeof.Benoit Fouet2008-09-30
| | | | Originally committed as revision 15471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change table types to uint8_tBenoit Fouet2008-09-30
| | | | Originally committed as revision 15470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Downgrade severity of leftover bits in header packets, and don't check for ↵David Conrad2008-09-30
| | | | | | the comment header Originally committed as revision 15469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support negative ctts in some way, unset wrong dtsBaptiste Coudurier2008-09-30
| | | | Originally committed as revision 15468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allocate 1 line more in the chroma plane for H.264, this avoids someMichael Niedermayer2008-09-30
| | | | | | | out of array reads with mmx/sse2 code. Fixes issue327. Originally committed as revision 15467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace second (and wrong) call to avcodec_align_dimensions() by adjustingMichael Niedermayer2008-09-30
| | | | | | | stride_align. This is not particularly pretty and I will gladly implement something else if someone has an idea! Originally committed as revision 15466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not attempt to perform error concealment in lowres mode as this isMichael Niedermayer2008-09-30
| | | | | | not supported currently. Originally committed as revision 15465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* atrac3: ensure input frame is not overwritten (it is const)Aurelien Jacobs2008-09-29
| | | | | | | this fixes the following warning: atrac3.c:889: warning: assignment discards qualifiers from pointer target type Originally committed as revision 15464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use skip_frame for keyframe-only decoding rather than #ifdefDavid Conrad2008-09-29
| | | | Originally committed as revision 15463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a warning about an undefined function when compiling h264.cCarl Eugen Hoyos2008-09-29
| | | | Originally committed as revision 15462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some format string warnings.Diego Pettenò2008-09-29
| | | | | | patch by Diego Pettenò, flameeyes gmail com Originally committed as revision 15461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Uniformly define _XOPEN_SOURCE to 600.Diego Biurrun2008-09-29
| | | | | | | | | The feature_tests.h header from Sun systems (Solaris/OpenSolaris) will abort the build if _XOPEN_SOURCE is defined to 500, and C99 is requested (as well as POSIX.1-2001), and will only accept it to be defined to 600. inspired by a patch from Diego Pettenò, flameeyes gmail com Originally committed as revision 15460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently use #ifdef in preprocessor directives.Diego Biurrun2008-09-29
| | | | Originally committed as revision 15459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused function fast_memcpy.Diego Biurrun2008-09-29
| | | | Originally committed as revision 27673 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: indentationDiego Biurrun2008-09-29
| | | | Originally committed as revision 27672 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Revert mistakely commited hunk.Michael Niedermayer2008-09-29
| | | | Originally committed as revision 27671 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Print all cases that are tested, not just the ones that are bad.Michael Niedermayer2008-09-29
| | | | Originally committed as revision 27670 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix infinite loop with spline, bug was introduced in r27612 by me.Michael Niedermayer2008-09-29
| | | | Originally committed as revision 27669 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* fix -uninstalled.pc includedir for out-of-tree buildsDiego Pettenò2008-09-28
| | | | | | patch by Diego 'Flameeyes' Pettenò flameeyes _at_ gmail Originally committed as revision 15458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set video_enc->sample_aspect_ratio to fix stream copyWolfram Gloger2008-09-28
| | | | | | patch by Wolfram Gloger wmglo _at_ dent.med.uni-muenchen _dot_ de Originally committed as revision 15457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Guess picture type from picture coding extension when the main header is ↵Michael Niedermayer2008-09-28
| | | | | | damaged. Originally committed as revision 15456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: merge ASS events which share the same pts in the same AVPavketAurelien Jacobs2008-09-28
| | | | Originally committed as revision 15455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: ass events lines must end with a DOS style EOLAurelien Jacobs2008-09-28
| | | | Originally committed as revision 15454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: set duration only for CODEC_ID_TEXT subtitlesAurelien Jacobs2008-09-28
| | | | Originally committed as revision 15453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: pass duration as parameter of matroska_fix_ass_packet()Aurelien Jacobs2008-09-28
| | | | Originally committed as revision 15452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOptions support for ffplay.Michael Niedermayer2008-09-28
| | | | Originally committed as revision 15451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move opt_default() and set_context_opts() to cmdutils so it can be used fromMichael Niedermayer2008-09-28
| | | | | | the other tools as well. Originally committed as revision 15450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename opt_default() so it will not conflict with the one from ffmpeg.cMichael Niedermayer2008-09-28
| | | | | | when it is moved to cmdutils.c/h. Originally committed as revision 15449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the directpred auto value.Francesco Cosoleto2008-09-28
| | | | | | Patch by Francesco Cosoleto cosoleto ^^AT^^ gmail @@dot@@ com Originally committed as revision 15448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Substitute the not anymore supported "me" option name with "me_method"Francesco Cosoleto2008-09-28
| | | | | | | in ffpreset files. Patch by Francesco Cosoleto cosoleto -- gmail --dot-- com Originally committed as revision 15447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make myself maintainer of the preset filesRobert Swain2008-09-28
| | | | Originally committed as revision 15446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement the force_fps option, which disables the automatic selectionStefano Sabatini2008-09-28
| | | | | | | | | | | of the best framerate amongst the list of supported framerates of the codec. Use the av_find_nearest_q_idx() function to choose the best framerate. See the thread: "Implement in lavc a flag which makes avcodec_open() to choose the best framerate". Originally committed as revision 15445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputilsSiarhei Siamashka2008-09-28
| | | | | | | | functions that require such alignment. Patch by Siarhei Siamashka (siarhei siamashka gmail com) Originally committed as revision 15444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support loading presets from random paths.Michael Niedermayer2008-09-28
| | | | | | Fixes issue659. Originally committed as revision 15443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assdec: don't remove CR, they are part of the specAurelien Jacobs2008-09-27
| | | | Originally committed as revision 15442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break overly long lines, one grammar fix.Diego Biurrun2008-09-27
| | | | Originally committed as revision 15441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording/grammarDiego Biurrun2008-09-27
| | | | Originally committed as revision 15440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move doxygen comments for av_gettime from utils.c to avformat.h.Diego Biurrun2008-09-27
| | | | Originally committed as revision 15439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add alltools target to build all the tools/ stuff.Diego Biurrun2008-09-27
| | | | Originally committed as revision 15438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace apparently always true condition by assert().Michael Niedermayer2008-09-27
| | | | Originally committed as revision 15437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify pix_fmt_id instead of listing a subset of non-simplified ones.Michael Niedermayer2008-09-27
| | | | Originally committed as revision 15436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check the 4th plane too when selecting the pixfmt.Michael Niedermayer2008-09-27
| | | | | | Fixes a crash with Test-4-component-YCCK.jpg. Originally committed as revision 15435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace 'test' invocation by 'test -n', this should be safer.Diego Biurrun2008-09-26
| | | | Originally committed as revision 15434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for passing a version string to configure that is appended toDiego Biurrun2008-09-26
| | | | | | | FFmpeg's version string output. This can be used by distributions to mark their packages as being modified versions without hacking the sources. Originally committed as revision 15433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use better table heading names in the supported formats tables.Diego Biurrun2008-09-26
| | | | Originally committed as revision 15432 to svn://svn.ffmpeg.org/ffmpeg/trunk