summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* Forgotten changelog update for ASS/SSA (de)muxer.Michael Niedermayer2008-09-26
| | | | Originally committed as revision 15431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ASS/SSA muxer.Michael Niedermayer2008-09-26
| | | | Originally committed as revision 15430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsDiego Biurrun2008-09-26
| | | | Originally committed as revision 15429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify: avoid duplication backward_filter()Vitor Sessak2008-09-26
| | | | Originally committed as revision 15428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2008-09-26
| | | | Originally committed as revision 15427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add ok parts to the rm demuxer for SIPRO supportBenjamin Larsson2008-09-26
| | | | Originally committed as revision 15426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for Acelp.net fourcc and codecid, remuxing wav to avi should workBenjamin Larsson2008-09-26
| | | | Originally committed as revision 15425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not lose the '\n'.Michael Niedermayer2008-09-26
| | | | Originally committed as revision 15424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sync to latest mingw api, remove unneeded struct definitionsBaptiste Coudurier2008-09-26
| | | | Originally committed as revision 15423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2 in 1, an ASS and SSA demuxer.Michael Niedermayer2008-09-26
| | | | | | Tested with -scodec copy on all ASS & SSA samples that i found on mphq (exactly 2). Originally committed as revision 15422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include sys/select.h, fix freebsd 5.5 compilationBaptiste Coudurier2008-09-26
| | | | Originally committed as revision 15421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only include sys/select.h if present, fix mingw compilationBaptiste Coudurier2008-09-26
| | | | Originally committed as revision 15420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent image2 from complaining about non monotone timestamps asMichael Niedermayer2008-09-26
| | | | | | there are no timestamps in "raw" image2. Originally committed as revision 15419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set.Michael Niedermayer2008-09-25
| | | | | | Fixes issue427. Originally committed as revision 15418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do instead of divising a float by a constant, multiply by its inverseVitor Sessak2008-09-25
| | | | Originally committed as revision 15417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure that no non-existing frame is used.Michael Niedermayer2008-09-25
| | | | | | Fixes issue624. Originally committed as revision 15416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement av_nearer_q() and av_find_nearest_q_idx() functions.Stefano Sabatini2008-09-25
| | | | Originally committed as revision 15415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not free sps & pps on width/height changes.Michael Niedermayer2008-09-25
| | | | | | Fixes issue557. Originally committed as revision 15414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use the generic "alloc missing references" code for h.264 as it doesMichael Niedermayer2008-09-25
| | | | | | | not work correctly in that case. Fixes issue652. Originally committed as revision 15413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initialize next/last_picture* as the generic code does not alwaysMichael Niedermayer2008-09-25
| | | | | | set them to sane values. Originally committed as revision 15412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print which slices are IDR not just the slice type.Michael Niedermayer2008-09-25
| | | | Originally committed as revision 15411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix CAVLC+8x8+MBAFF loop filter.Michael Niedermayer2008-09-25
| | | | | | Fixes FREXT02_JVC_C. Originally committed as revision 15410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove GXF: in log messages since it is present in contextBaptiste Coudurier2008-09-24
| | | | Originally committed as revision 15409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip invalid audio samples in gxf packetsBaptiste Coudurier2008-09-24
| | | | Originally committed as revision 15408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Field -> MBAFF direct mode can use data from fields that are notMichael Niedermayer2008-09-24
| | | | | | | | in the reference list. Follow the spec and no comment on the sanity of this design ... Fixes HPCAMAPALQ_BRCM_B Originally committed as revision 15407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include sys/select.h to get select, according to posix 2001,Baptiste Coudurier2008-09-24
| | | | | | fix compilation on freebsd 5.5 Originally committed as revision 15406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include sys/select.h instead of unistd.h to get select,Baptiste Coudurier2008-09-24
| | | | | | according to posix 2001, fix compilation on freebsd 5.5 Originally committed as revision 15405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move constant multiplication out of the loopVitor Sessak2008-09-24
| | | | Originally committed as revision 15404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: move convolve() together with the other DSP functionsVitor Sessak2008-09-24
| | | | Originally committed as revision 15403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify: move division by constant off the loopVitor Sessak2008-09-24
| | | | Originally committed as revision 15402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stop parsing if tag size is wrongly < 8 to avoid infinite loopBaptiste Coudurier2008-09-24
| | | | Originally committed as revision 15401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid segfault due to not set AVCodec.Michael Niedermayer2008-09-24
| | | | Originally committed as revision 15400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge amr wb case with amr nb and qcelpBaptiste Coudurier2008-09-24
| | | | Originally committed as revision 15399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only write trailer when state says so, should fix issue #646Baptiste Coudurier2008-09-24
| | | | Originally committed as revision 15398 to svn://svn.ffmpeg.org/ffmpeg/trunk