summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* check for CODEC_CAP_DELAY in audio decoders tooMichael Niedermayer2005-07-14
| | | | Originally committed as revision 4439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg version should be "CVS"Michael Niedermayer2005-07-14
| | | | Originally committed as revision 4438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check len (should fix #1165694)Michael Niedermayer2005-07-11
| | | | Originally committed as revision 4436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault (bug #1165640)Michael Niedermayer2005-07-11
| | | | Originally committed as revision 4435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix infinite loop (suggested change by rjayne at convera dot com)Michael Niedermayer2005-07-11
| | | | | | fixes bug #1160195 Originally committed as revision 4434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of (broken) files with f_code=0Michael Niedermayer2005-07-11
| | | | | | fix segfault if the first P frames header is damaged Originally committed as revision 4432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2005-07-11
| | | | Originally committed as revision 4430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch from ↵Michael Niedermayer2005-07-10
| | | | | | | | http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg-devel/files/patch-libavcodec::x264.c (math.h needed for log2() at least) Originally committed as revision 4426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Here is the patch suggested by: unkaggregate, users sf netMichael Niedermayer2005-07-09
| | | | | | | | | | | Main reason is: deltas in interframes need scaling by 3/4 before applying. Detailed description is at: http://sourceforge.net/tracker/index.php?func=detail&aid=1222099&group_id=16082&atid=116082 He also mentioned some samples at: http://www.nerdgrounds.com/indeo21_test/ patch posted to ffmpeg-devel by (Kostya: kostya shishkov, gmail com) Originally committed as revision 4425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l - this has only worked on big endianAlex Beregszaszi2005-07-02
| | | | Originally committed as revision 4418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parenthesing to avoid compiler errors in the future - compared asm outputs, ↵Alex Beregszaszi2005-07-02
| | | | | | behaviour didnt changed Originally committed as revision 4417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print 'not working' messageAlex Beregszaszi2005-07-02
| | | | Originally committed as revision 4416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1lAlex Beregszaszi2005-07-02
| | | | Originally committed as revision 4414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable AltiVec IDCT for lowres decoding in lavc patch by (Sigbjørn ↵Sigbjørn Skjæret2005-07-01
| | | | | | Skjæret: cisc, broadpark no) Originally committed as revision 4413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* off by 1 error bugfixMichael Niedermayer2005-06-29
| | | | | | avoid adding duplicate global headers to the bitstream Originally committed as revision 4410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin ↵Gildas Bazin2005-06-28
| | | | | | : altern org) Originally committed as revision 4409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, ↵Mark Weaver2005-06-28
| | | | | | npsl co uk) Originally committed as revision 4407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support extracting sps/pps from bitstream and putting it in extradataMichael Niedermayer2005-06-28
| | | | Originally committed as revision 4403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0Michael Niedermayer2005-06-28
| | | | Originally committed as revision 4402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check mb_yMichael Niedermayer2005-06-27
| | | | Originally committed as revision 4401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* keep decoding nal units after an errorMichael Niedermayer2005-06-27
| | | | Originally committed as revision 4399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)Michael Niedermayer2005-06-27
| | | | Originally committed as revision 4397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support changing in bitstream global headers into extradata style and backMichael Niedermayer2005-06-27
| | | | Originally committed as revision 4395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiny docs improvement which i apparebtly forgot to commitMichael Niedermayer2005-06-26
| | | | Originally committed as revision 4394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GCC4 fixGuillaume Poirier2005-06-23
| | | | Originally committed as revision 4388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make decoder a little bit more tolerant to missing NAL unitsMichael Niedermayer2005-06-19
| | | | Originally committed as revision 4385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Communicate proper aliasing to gcc (needed for 4.1).Falk Hüffner2005-06-19
| | | | Originally committed as revision 4384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fixesDiego Biurrun2005-06-17
| | | | | | patch by Peter Robinson pbrobinson @ at @ gmail . dot . com and myself Originally committed as revision 4382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264 lossless modeLoren Merritt2005-06-17
| | | | Originally committed as revision 4381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald ↵Ronald S. Bultje2005-06-09
| | | | | | bitfreak net) Originally committed as revision 4368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo in cabac tablesLoren Merritt2005-06-08
| | | | Originally committed as revision 4360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* apiexample fix by (Chip: szarlada, freemail hu)Michael Niedermayer2005-06-07
| | | | Originally committed as revision 4357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uint_fast64_t emulation by (Wolfram Gloger: wmglo, dent med uni-muenchen de)Michael Niedermayer2005-06-07
| | | | Originally committed as revision 4356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (dont read variables before they have been set)Michael Niedermayer2005-06-05
| | | | Originally committed as revision 4355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove mixed code/declarationsMåns Rullgård2005-06-04
| | | | Originally committed as revision 4353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* subtitle codec type supportFabrice Bellard2005-06-03
| | | | Originally committed as revision 4346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode H.264 with 8x8 transform.Loren Merritt2005-06-02
| | | | | | deblocking is still incorrect with 8x8+cavlc Originally committed as revision 4339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sort H.264 mmx dsp functions into their own fileLoren Merritt2005-06-02
| | | | Originally committed as revision 4338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding a few constMichael Niedermayer2005-06-01
| | | | Originally committed as revision 4337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l for myself (breaking amd64)Michael Niedermayer2005-06-01
| | | | Originally committed as revision 4336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault if flush is called before the first frameMåns Rullgård2005-06-01
| | | | | | (I think that's it, and this fixes it) Originally committed as revision 4335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge a few asm blocks so gcc cant unoptimize it (658->631 dezicycles on duron)Michael Niedermayer2005-06-01
| | | | Originally committed as revision 4334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of 2 movq (680 -> 658 dezicycles on duron)Michael Niedermayer2005-06-01
| | | | Originally committed as revision 4333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid one transpose (730->680 dezicycles on duron)Michael Niedermayer2005-06-01
| | | | Originally committed as revision 4332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (symbol mangling)Loren Merritt2005-06-01
| | | | Originally committed as revision 4331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add rounding bias before the horizontal idct (765->730 dezicyles on duron)Michael Niedermayer2005-06-01
| | | | Originally committed as revision 4330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MMX for H.264 iDCT (adapted from x264)Loren Merritt2005-05-31
| | | | Originally committed as revision 4329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decrease V_NB_BITS if possibleMichael Niedermayer2005-05-30
| | | | Originally committed as revision 4327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more trivial optimizationsMichael Niedermayer2005-05-30
| | | | Originally committed as revision 4326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable x264 multi-threadingMåns Rullgård2005-05-30
| | | | Originally committed as revision 4325 to svn://svn.ffmpeg.org/ffmpeg/trunk