summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
* use the right strideVitor Sessak2007-06-271-9/+13
| | | | | | patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationVitor Sessak2007-06-261-3/+3
| | | | | | patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* right copyrightsVitor Sessak2007-06-262-4/+4
| | | | | | patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add width and height in context and use themVitor Sessak2007-06-262-6/+8
| | | | | | patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentationBenoit Fouet2007-06-261-1/+1
| | | | Originally committed as revision 9437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test context before accessing itBenoit Fouet2007-06-261-0/+1
| | | | Originally committed as revision 9436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an AVClass pointer in SwsContext contextBenoit Fouet2007-06-261-1/+4
| | | | Originally committed as revision 9434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RoQ video encoderVitor Sessak2007-06-255-1/+1085
| | | | | | | | patch by Vitor: \vitor1001 gmail com/ original thread: [FFmpeg-devel] RoQ video encoder (take 3) date: 06/08/2007 10:34 PM Originally committed as revision 9420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typoVitor Sessak2007-06-251-1/+1
| | | | | | patch by Vitor: {vitor1001 gmail com} Originally committed as revision 9419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of one unneeded #ifdef HAVE_XVMCMichael Niedermayer2007-06-221-2/+0
| | | | Originally committed as revision 9389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing dependency on bfin_sram.h, which is not used right nowMarc Hoffman2007-06-221-1/+0
| | | | Originally committed as revision 9388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renaming L1CODE to attribute_l1_text, which is defined in dsputil_bfin.hMarc Hoffman2007-06-221-28/+22
| | | | Originally committed as revision 9387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* modify msmpeg4 functions to generate VC1 compatible block layer bitstreamFortin Denis2007-06-221-5/+21
| | | | | | | | patch by Fortin Denis: \fortin nerim net/ original thread: [FFmpeg-devel] [PATCH] wmv3 encoder : msmpeg4.c changes date: 06/19/2007 09:54 PM Originally committed as revision 9386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* static (inline) X => ff_XDenis Fortin2007-06-212-7/+7
| | | | | | | | patch by Denis Fortin: \fortin nerim net/ original thread: [FFmpeg-devel] [PATCH] wmv3 encoder : msmpeg4.c changes date: 06/19/2007 09:54 PM Originally committed as revision 9381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't swap back un-deblocked lines for intra prediction whenAndreas Öman2007-06-211-2/+12
| | | | | | | | | | | | | at slice boundaries for deblocking-type 2 content. This is needed for slice based threading only and doesn't do much good or bad otherwise. Patch by Andreas Oman %andreas A olebyn P nu% Original thread: date: Jun 18, 2007 1:21 PM subject: Re: [FFmpeg-devel] [PATCH] h264 parallelized, Originally committed as revision 9380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split frame rate and frame size abbreviation into two structuresStefano Sabatini2007-06-211-49/+65
| | | | | | patch by Stefano Sabatini: [stefano sabatini-lala poste it] Originally committed as revision 9379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dct_quantize and denoise_dct function pointers initialization to CBenoit Fouet2007-06-201-5/+4
| | | | | | functions after arch dependant initializations Originally committed as revision 9375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not reuse the rbsp de-escape buffer if bothAndreas Öman2007-06-202-5/+8
| | | | | | | | | | 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
* remove unused constant definitionBenoit Fouet2007-06-201-3/+0
| | | | 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-191-8/+8
| | | | | | | | | | (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-191-0/+2
| | | | Originally committed as revision 9370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationAndreas Öman2007-06-181-23/+23
| | | | | | patch by Andreas Öman: [andreas olebyn nu] Originally committed as revision 9360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-1743-43/+43
| | | | Originally committed as revision 9356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ppc64 handlingMåns Rullgård2007-06-171-4/+4
| | | | Originally committed as revision 9355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restore GCC3 supportGuillaume Poirier2007-06-171-4/+4
| | | | Originally committed as revision 9353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* re-enable use of h264_v_loop_filter_luma_altivec and ↵Guillaume Poirier2007-06-171-2/+0
| | | | | | | | 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-171-9/+15
| | | | | | | | | | | | | 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-171-18/+22
| | | | | | part 1/2 of fixing Altivec-accelerated H264 luma inloop filter Originally committed as revision 9348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add multiple inclusion guards to headersMåns Rullgård2007-06-1743-0/+210
| | | | Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include all prerequisites in header filesMåns Rullgård2007-06-1648-0/+123
| | | | 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-163-11/+11
| | | | Originally committed as revision 9343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu%Andreas Öman2007-06-161-44/+50
| | | | | | | | 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-161-4/+2
| | | | | | | | 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
* move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn'tMåns Rullgård2007-06-165-4/+3
| | | | | | 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-161-1/+2
| | | | Originally committed as revision 9338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct type for h263_parse()Måns Rullgård2007-06-161-1/+1
| | | | Originally committed as revision 9337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationMåns Rullgård2007-06-161-4/+4
| | | | Originally committed as revision 9336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace endian detection hack with #ifdef WORDS_BIGENDIANMåns Rullgård2007-06-161-4/+2
| | | | Originally committed as revision 9335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some printf format specifiersMåns Rullgård2007-06-163-7/+7
| | | | 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-161-2/+2
| | | | Originally committed as revision 9333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill some "defined but not used" warningsMåns Rullgård2007-06-161-3/+3
| | | | Originally committed as revision 9332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill a warning on 64-bit machinesMåns Rullgård2007-06-161-1/+1
| | | | Originally committed as revision 9331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dsputil_init_foo() out from #ifdefMåns Rullgård2007-06-161-16/+10
| | | | Originally committed as revision 9330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace TARGET_* with HAVE_* simplifying lists in configure scriptMåns Rullgård2007-06-151-7/+7
| | | | Originally committed as revision 9324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace TARGET_ARCH_* to ARCH_* for consistencyMåns Rullgård2007-06-151-10/+10
| | | | Originally committed as revision 9322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use if() instead of #ifdef and ensure all possible optimisations are enabledAurelien Jacobs2007-06-151-19/+9
| | | | Originally committed as revision 9320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some samples aren't decoded correctly such asGuillaume Poirier2007-06-151-0/+2
| | | | | | | | ( http://www.pennfans.net/files/videos/Penn&Teller.on.The.View.mp4 ) with current Altivec implementation of loopfilter, while others are fine. Let's disable it until we iron this bug out. Originally committed as revision 9317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded semicolon.Panagiotis Issaris2007-06-151-1/+1
| | | | Originally committed as revision 9316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct signature of just_return().Panagiotis Issaris2007-06-151-1/+1
| | | | Originally committed as revision 9315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove an unreferenced variable from qpeg_decode_inter().Panagiotis Issaris2007-06-141-2/+0
| | | | Originally committed as revision 9309 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud