summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Do not reuse the rbsp de-escape buffer if bothAndreas Öman2007-06-20
| | | | | | | | | | the intra and inter -nal units are escaped patch by Andreas Öman: \andreas olebyn nu/ original thread: [FFmpeg-devel] [PATCH] h264: rbsp de-escape and data partitioning.. date: 06/20/2007 09:32 AM Originally committed as revision 9374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify comments about PIX_FMT_MONOWHITE/MONOBLACKMichel Bardiaux2007-06-20
| | | | | | Thread: PIX_FMT_MONOWHITE Originally committed as revision 9373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused constant definitionBenoit Fouet2007-06-20
| | | | Originally committed as revision 9372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decouple bit context from h264 context in decode_ref_pic_marking()Andreas Öman2007-06-19
| | | | | | | | | | (done in order to implement slice-level parallel decoding) Patch by Andreas Öman % andreas olebyn nu % Original thread: Date: Jun 15, 2007 10:10 PM Subject: [FFmpeg-devel] [PATCH] h264 parallelized, (was: Parallelized h264 proof-of-concept) Originally committed as revision 9371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aanscales is used only with CONFIG_ENCODERSBenoit Fouet2007-06-19
| | | | Originally committed as revision 9370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment endif directive tokenBenoit Fouet2007-06-19
| | | | Originally committed as revision 9369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert videohook dependency change.Diego Biurrun2007-06-19
| | | | Originally committed as revision 9368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* place -l flags after object files in check_ld()Måns Rullgård2007-06-19
| | | | Originally committed as revision 9367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tests/Makefile has been removedRamiro Polla2007-06-19
| | | | Originally committed as revision 9366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add alpha channel support for imlib2 vhookRamiro Polla2007-06-18
| | | | Originally committed as revision 9365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move lrintf() check before external lib checks to prevent runtimeMåns Rullgård2007-06-18
| | | | | | errors from these interfering with lrintf() test Originally committed as revision 9364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill error messages from failed svn revision extraction commandsMåns Rullgård2007-06-18
| | | | Originally committed as revision 9363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract revision from svn-1.4 .svn/entries filesMåns Rullgård2007-06-18
| | | | Originally committed as revision 9362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix imlib2 memory leaksLimin Wang2007-06-18
| | | | | | | | patch by Limin Wang: [lance lmwang gmail com] original thread: [FFmpeg-devel] [PATCH] fix imlib2 memory leaks date: 06/18/2007 04:22 AM Originally committed as revision 9361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationAndreas Öman2007-06-18
| | | | | | patch by Andreas Öman: [andreas olebyn nu] Originally committed as revision 9360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace calls to deprecated parsing functions to calls to new onesStefano Sabatini2007-06-18
| | | | | | patch by Stefano Sabatini: [stefano sabatini-lala poste it] Originally committed as revision 9359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix thread support selectionMåns Rullgård2007-06-17
| | | | Originally committed as revision 9358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix report at end of configureMåns Rullgård2007-06-17
| | | | Originally committed as revision 9357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
| | | | Originally committed as revision 9356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ppc64 handlingMåns Rullgård2007-06-17
| | | | Originally committed as revision 9355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded variable initializationsMåns Rullgård2007-06-17
| | | | Originally committed as revision 9354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restore GCC3 supportGuillaume Poirier2007-06-17
| | | | Originally committed as revision 9353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMåns Rullgård2007-06-17
| | | | Originally committed as revision 9352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify simd extension checkingMåns Rullgård2007-06-17
| | | | Originally committed as revision 9351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* re-enable use of h264_v_loop_filter_luma_altivec and ↵Guillaume Poirier2007-06-17
| | | | | | | | h264_h_loop_filter_luma_altivec, they work fine now Originally committed as revision 9350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* part 2/2 of fixing Altivec-accelerated H264 luma inloop filterGraham Booker2007-06-17
| | | | | | | | | | | | | In h264_deblock_q1, the result of the deblock needs to be kept to be used in future deblocks, so return this value now. Also change the sign of tc0 vector: It is really a signed value, so treat it as such until after the >=0 check; then, at that point, after being masked, it can be treated as unsigned. Patch by Graham Booker % gbooker A tamu P edu% Originally committed as revision 9349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert h264_deblock_q1 to an inline function.Guillaume Poirier2007-06-17
| | | | | | part 1/2 of fixing Altivec-accelerated H264 luma inloop filter Originally committed as revision 9348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentationRamiro Polla2007-06-17
| | | | Originally committed as revision 9347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add "checkheaders" targetMåns Rullgård2007-06-17
| | | | Originally committed as revision 9346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
| | | | Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include all prerequisites in header filesMåns Rullgård2007-06-16
| | | | Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move a couple of macros and structs to mpegaudio.hMåns Rullgård2007-06-16
| | | | Originally committed as revision 9343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add expression evaluation parameters for colors in imlib2 vhookRamiro Polla2007-06-16
| | | | Originally committed as revision 9342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu%Andreas Öman2007-06-16
| | | | | | | | original thread: Date: Jun 15, 2007 10:10 PM Subject: [FFmpeg-devel] [PATCH] h264 parallelized, (was: Parallelized h264 proof-of-concept) Originally committed as revision 9341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a faster way to compute 255-val: Instead of creating a vector ofGraham Booker2007-06-16
| | | | | | | | all 255s, and then doing the subtraction, nor of the vector with itself: saves one instruction and a register. Patch by Graham Booker % gbooker A tamu P edu% Originally committed as revision 9340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing libswscale part of TARGET_ -> HAVE_ changeReimar Döffinger2007-06-16
| | | | Originally committed as revision 23564 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.Reimar Döffinger2007-06-16
| | | | Originally committed as revision 23562 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn'tMåns Rullgård2007-06-16
| | | | | | need to #include "h261data.h" Originally committed as revision 9339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct type of qsort() comparison callbackMåns Rullgård2007-06-16
| | | | Originally committed as revision 9338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct type for h263_parse()Måns Rullgård2007-06-16
| | | | Originally committed as revision 9337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationMåns Rullgård2007-06-16
| | | | Originally committed as revision 9336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace endian detection hack with #ifdef WORDS_BIGENDIANMåns Rullgård2007-06-16
| | | | Originally committed as revision 9335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some printf format specifiersMåns Rullgård2007-06-16
| | | | Originally committed as revision 9334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct type for {put,avg}_h264_chroma_mc2_mmx2Måns Rullgård2007-06-16
| | | | Originally committed as revision 9333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill some "defined but not used" warningsMåns Rullgård2007-06-16
| | | | Originally committed as revision 9332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill a warning on 64-bit machinesMåns Rullgård2007-06-16
| | | | Originally committed as revision 9331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dsputil_init_foo() out from #ifdefMåns Rullgård2007-06-16
| | | | Originally committed as revision 9330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoRamiro Polla2007-06-16
| | | | Originally committed as revision 9329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test whether linker supports --warn-commonMåns Rullgård2007-06-15
| | | | Originally committed as revision 9328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indentation for previous commitRamiro Polla2007-06-15
| | | | Originally committed as revision 9327 to svn://svn.ffmpeg.org/ffmpeg/trunk