summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* consistent spelling: plan => planeAurelien Jacobs2007-09-25
| | | | Originally committed as revision 10582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added structures and code to keep track of pids<->programs mapping: it's neededNico Sabbi2007-09-25
| | | | | | | to decide which pids to discard in order to feed to the caller only AVProgram(s) that have the AV_DISCARD_ALL flag not set Originally committed as revision 10581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replaced custom tracking of programs/services with calls to with ↵Nico Sabbi2007-09-25
| | | | | | av_new_program() Originally committed as revision 10580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added definition and utility functions to handle AVProgram(s) in ↵Nico Sabbi2007-09-25
| | | | | | AVFormatContext Originally committed as revision 10579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the VP6A codecAurelien Jacobs2007-09-25
| | | | Originally committed as revision 10578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r10527Aurelien Jacobs2007-09-25
| | | | | | There is now a proper vp6a codec, so no need for this hack anymore. Originally committed as revision 10577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyAurelien Jacobs2007-09-25
| | | | Originally committed as revision 10576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: indentAurelien Jacobs2007-09-25
| | | | Originally committed as revision 10575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-25
| | | | Originally committed as revision 10574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentAndreas Öman2007-09-25
| | | | Originally committed as revision 10573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not anDiego Biurrun2007-09-25
| | | | | | instruction set extension and configure sets ARCH_BFIN, not HAVE_BFIN. Originally committed as revision 10572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move all model related tables into their own structAurelien Jacobs2007-09-24
| | | | Originally committed as revision 10571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort CODEC_ID list.Diego Biurrun2007-09-24
| | | | Originally committed as revision 10570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename vp56_b6to3 to vp56_b2pAurelien Jacobs2007-09-24
| | | | Originally committed as revision 10569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some simplifications and uniformisationAurelien Jacobs2007-09-24
| | | | Originally committed as revision 10568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove check for input buffer size as it does not guarantee thatKostya Shishkov2007-09-24
| | | | | | | decoder will not run out of output buffer bounds (and all suspected decoders have their own checks now). Originally committed as revision 10567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Organize header files and system functions checksRamiro Polla2007-09-24
| | | | Originally committed as revision 10566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-24
| | | | Originally committed as revision 24601 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-24
| | | | Originally committed as revision 10565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factor out dequant table lookup outside loops, gives a 1-2% speed-upAndreas Öman2007-09-24
| | | | | | | | | patch by Andreas Öman %andreas A olebyn P nu% original thread: Date: Sep 24, 2007 12:59 PM Subject: [FFmpeg-devel] [PATCH] h264: factor out dequant table lookup outside loops Originally committed as revision 10564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add my name to the copyright header, since rtp_mpv now containsLuca Abeni2007-09-24
| | | | | | a fair amount of code written by me Originally committed as revision 10563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove done itemsMichael Niedermayer2007-09-24
| | | | Originally committed as revision 10562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a warning by removing an useless assignment (buf_ptr should be onlyLuca Abeni2007-09-24
| | | | | | used in the RTP muxer, and not in the demuxer) Originally committed as revision 10561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic (get rid of _ at the start of local variable names)Michael Niedermayer2007-09-24
| | | | Originally committed as revision 24597 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Do not try to decode more data than output buffer may holdKostya Shishkov2007-09-24
| | | | Originally committed as revision 10560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.Diego Biurrun2007-09-23
| | | | Originally committed as revision 10559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create and use check_asm() functionMåns Rullgård2007-09-23
| | | | Originally committed as revision 10558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Move LDCONFIG variable to a more sensible place in config.mak.Diego Biurrun2007-09-23
| | | | Originally committed as revision 10557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some experimental iterative quantization codeMichael Niedermayer2007-09-23
| | | | | | | disabled as it is VERY slow gain is 0.1-0.2 psnr at low qp Originally committed as revision 10556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move VIS CFLAGS settings into configure.Diego Biurrun2007-09-23
| | | | Originally committed as revision 10555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC.Diego Biurrun2007-09-23
| | | | Originally committed as revision 10554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a proper test for VIS instruction support.Diego Biurrun2007-09-23
| | | | | | some help by Jan Knutar, jknutar nic fi Originally committed as revision 10553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff).Kostya Shishkov2007-09-23
| | | | | | Fixes issue 101 Originally committed as revision 10552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Looks like this APE decoder support versions starting from 3.95Kostya Shishkov2007-09-23
| | | | Originally committed as revision 10551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spellingDiego Biurrun2007-09-22
| | | | Originally committed as revision 10550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply skip_loop_filter before checking if we can parallelize with the selectedReimar Döffinger2007-09-22
| | | | | | loop filter Originally committed as revision 10549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Guard against output buffer overflowsKostya Shishkov2007-09-22
| | | | Originally committed as revision 10548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not decode more data than output buffer may holdKostya Shishkov2007-09-22
| | | | Originally committed as revision 10547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* duplicate noteMichael Niedermayer2007-09-22
| | | | Originally committed as revision 10546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-09-22
| | | | Originally committed as revision 10545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with ↵Michael Niedermayer2007-09-22
| | | | | | | | | http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.nsv.bz2 bug introduced in r8466 closes issue179 Originally committed as revision 10544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper check for --help and -h parametersRamiro Polla2007-09-21
| | | | Originally committed as revision 10543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let the dependency checker decide about x11_grab_device_demuxerRamiro Polla2007-09-21
| | | | Originally committed as revision 10542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* HDYC fourcc, sample hdyc/Test2.aviBaptiste Coudurier2007-09-21
| | | | Originally committed as revision 10541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace one-lined if;elses to && ||Ramiro Polla2007-09-21
| | | | Originally committed as revision 10540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add D-10 NTSC supportBaptiste Coudurier2007-09-21
| | | | Originally committed as revision 10539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract correct d10 aes3 audio channels numberBaptiste Coudurier2007-09-21
| | | | Originally committed as revision 10538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup.Andreas Öman2007-09-21
| | | | | | | | patch by Andreas Öman, andreas olebyn nu Date: Thu, 20 Sep 2007 12:59:19 +0200 Subject: [FFmpeg-devel] [PATCH] simplify h264's decode_cabac_mb_cbp_luma() Originally committed as revision 10537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allcodecs.h and allformats.h are not used anymoreAurelien Jacobs2007-09-20
| | | | Originally committed as revision 10536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove last dependencies on allformats.h and allcodecs.hAurelien Jacobs2007-09-20
| | | | Originally committed as revision 10535 to svn://svn.ffmpeg.org/ffmpeg/trunk