summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* cosmetics: typoDiego Biurrun2007-09-19
| | | | Originally committed as revision 10534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-19
| | | | | | | | | Patch by Stefano Sabatini: [stefano sabatini-lala poste it] Original thread: [FFmpeg-devel] [PATCH] Enhace documentation forlibavformat/utils.c:parse_date Date: 08/17/2007 09:40 PM Originally committed as revision 10533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add extralibs to the dependency checkerRamiro Polla2007-09-18
| | | | Originally committed as revision 10532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gpl for the X11 grabber has already been checked forRamiro Polla2007-09-18
| | | | Originally committed as revision 10531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use enable and disable macros where appropriateRamiro Polla2007-09-18
| | | | Originally committed as revision 10530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove inline from function that is exported.Ivan Kalvachev2007-09-18
| | | | | | Issue noticed by Bernhard Rosenkraenzer. Originally committed as revision 10529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly check for -lmRamiro Polla2007-09-18
| | | | Originally committed as revision 10528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for VP6A in flv.Aurelien Jacobs2007-09-18
| | | | | | | | | | Those files really contain 2 standard VP6 video streams: - the "normal" video stream - the alpha plan video stream (which is a standard YV12 video with it's U an V plans all set to 0) closes issue166 Originally committed as revision 10527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sort()Diego Biurrun2007-09-18
| | | | Originally committed as revision 10526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add explanatory comments to the parse_date function.Stefano Sabatini2007-09-18
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove forced -pthread for freebsd.Ramiro Polla2007-09-17
| | | | | | Configure properly detects which flags are needed on --enable-pthreads Originally committed as revision 10524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentRamiro Polla2007-09-17
| | | | Originally committed as revision 10523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --disable-bktr option from configureRamiro Polla2007-09-17
| | | | | | --disable-demuxer=bktr should be used instead Originally committed as revision 10522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* blackfin vsad primitivesMarc Hoffman2007-09-17
| | | | Originally committed as revision 10521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly tell the compiler that A0 and A1 are clobberedMarc Hoffman2007-09-17
| | | | Originally committed as revision 10520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix an ffserver crash when a non-existing rtsp: url is requestedLuca Abeni2007-09-17
| | | | Originally committed as revision 10519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable loads of debug messages to reduce object sizeAurelien Jacobs2007-09-17
| | | | Originally committed as revision 10518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional toDiego Biurrun2007-09-17
| | | | | | ARCH_SPARC anyway. Originally committed as revision 10517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace manual variable setting with the disable function.Diego Biurrun2007-09-17
| | | | Originally committed as revision 10516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove cross_prefix from ln command.Matthias Schneider2007-09-17
| | | | | | patch by Matthias Schneider, ma30002000 yahoo de Originally committed as revision 10515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AVFMT_FLAG_GENPTS for the input file (the RTP output format needs all theLuca Abeni2007-09-17
| | | | | | PTSs to be set) Originally committed as revision 10514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* loosen dependencies over allformats.hAurelien Jacobs2007-09-16
| | | | Originally committed as revision 10513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove obsolete and wrong extern declarationAurelien Jacobs2007-09-16
| | | | Originally committed as revision 10512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* monkey audio demuxer now can parse ape tagsBenjamin Zores2007-09-16
| | | | Originally committed as revision 10511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_exit() to before main()Ramiro Polla2007-09-16
| | | | Originally committed as revision 10510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split av_exit() out of main()Ramiro Polla2007-09-16
| | | | Originally committed as revision 10509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define mandir as $(PREFIX)/share/man rather than as $(PREFIX)/manStefano Sabatini2007-09-16
| | | | | | | to better comply with the FHS. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: typoDiego Biurrun2007-09-16
| | | | Originally committed as revision 10507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fix:Diego Biurrun2007-09-16
| | | | | | | nutdec.c: In function ‘nut_read_timestamp’: nutdec.c:759: warning: label ‘resync’ defined but not used Originally committed as revision 10506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix image corruption when with multi-threaded decoding.Andreas Öman2007-09-16
| | | | | | | | | | | dequant-tables were not correctly reinitialized in the slave contexts when a PPS came with updated matrices. Patch by Andreas Öman %andreas A olebyn P nu% Original thread: date: Sep 16, 2007 6:14 AM subject: [FFmpeg-devel] Parallelized h264 image corruption bug Originally committed as revision 10505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Register myself as APE maintainerKostya Shishkov2007-09-16
| | | | Originally committed as revision 10504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ln is not available on all platforms, so introduce a variable for itDave Yeo2007-09-15
| | | | | | | that can be set to a suitable platform-specific command. patch by Dave Yeo, daveryeo telus net Originally committed as revision 10503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable error resilience in WMV3/VC-1 decoderKostya Shishkov2007-09-15
| | | | Originally committed as revision 10502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make distclean should remove .vhookdep.Stefano Sabatini2007-09-15
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* HALFPQ should be used only for when PQUANT is selectedKostya Shishkov2007-09-15
| | | | Originally committed as revision 10500 to svn://svn.ffmpeg.org/ffmpeg/trunk