summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* fixing colocated mv if colocated block is L1 predicted for the temporal ↵Michael Niedermayer2005-07-27
| | | | | | | | direct case untested (none of the conformance streams laying around on my disk seems affected by this change) Originally committed as revision 4477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing colocated mv if colocated block is L1 predictedMichael Niedermayer2005-07-26
| | | | | | fixes "H.264 decoding bug in either lavc/JM" Originally committed as revision 4476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fixesDiego Biurrun2005-07-26
| | | | Originally committed as revision 4475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb ↵Martin Boehme2005-07-25
| | | | | | | | uni-luebeck de) this integer overflow might lead to the execution of arbitrary code during encoding with threads Originally committed as revision 4474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yamaha adpcm regression testMichael Niedermayer2005-07-25
| | | | Originally committed as revision 4473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* thread mess check for avcodec_open/close()Michael Niedermayer2005-07-25
| | | | Originally committed as revision 4472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix user data parsing code so it suppors pre1 and cvsMichael Niedermayer2005-07-24
| | | | Originally committed as revision 4471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1video m bit fix by (Luca Abeni: lucabe72, email it)Michael Niedermayer2005-07-23
| | | | Originally committed as revision 4470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it)Luca Abeni2005-07-23
| | | | Originally committed as revision 4469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (!= vs. >)Michael Niedermayer2005-07-23
| | | | Originally committed as revision 4468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor user data reading bugfixMichael Niedermayer2005-07-23
| | | | Originally committed as revision 4467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* let user set codec even if CODEC_ID_NONE is default patch by (Luca Abeni: ↵Luca Abeni2005-07-22
| | | | | | lucabe72, email it) Originally committed as revision 4466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing +1 in bounds check.Reimar Döffinger2005-07-22
| | | | Originally committed as revision 4465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reset restart_count when restart_interval is set and fill theReimar Döffinger2005-07-22
| | | | | | MJpegDecodeContext with 0 on init. Originally committed as revision 4464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* udp ipv6 localhost resolving patch by ("Hans Zandbelt": Hans Zandbelt, ↵Hans Zandbelt2005-07-21
| | | | | | telin nl) Originally committed as revision 4463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more non portable float parsing code ...Michael Niedermayer2005-07-19
| | | | Originally committed as revision 4462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove non portable get/put_be64_double()Michael Niedermayer2005-07-19
| | | | Originally committed as revision 4461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill duplicated get/put_be24()Michael Niedermayer2005-07-19
| | | | Originally committed as revision 4460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract duration if availableMichael Niedermayer2005-07-19
| | | | Originally committed as revision 4459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* portable IEEE float/double read/write functionsMichael Niedermayer2005-07-19
| | | | Originally committed as revision 4458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* portable IEEE float/double read/write functionsMichael Niedermayer2005-07-19
| | | | Originally committed as revision 4457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enabling ffserver regression testsMichael Niedermayer2005-07-18
| | | | | | note, none of the files is playable but this test should help against further breakage unless of course the checksums depend upon something they shouldnt Originally committed as revision 4456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this file got skipped during the API updateMike Melanson2005-07-18
| | | | Originally committed as revision 4455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver segfault & other fatal failure fixesMichael Niedermayer2005-07-18
| | | | Originally committed as revision 4454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont pre allocate uselessly large buffer and dont ignore ↵Michael Niedermayer2005-07-17
| | | | | | FF_INPUT_BUFFER_PADDING_SIZE Originally committed as revision 4452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* verify len field validity in mjpeg_decode_com()Michael Niedermayer2005-07-17
| | | | Originally committed as revision 4451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make error concealment related options accessable from ffplays command lineMichael Niedermayer2005-07-17
| | | | Originally committed as revision 4450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (forgot to commit this yesterday)Michael Niedermayer2005-07-17
| | | | | | DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) Originally committed as revision 4449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer2005-07-17
| | | | Originally committed as revision 4448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split string to avoid buffer overflow in native english speaking persons ↵Michael Niedermayer2005-07-16
| | | | | | (fix suggested by The Wanderer) Originally committed as revision 4447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, ↵Michael Niedermayer2005-07-16
| | | | | | gmail com) Originally committed as revision 4446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patches should not contain several unrelated changesMichael Niedermayer2005-07-16
| | | | Originally committed as revision 4445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen2005-07-15
| | | | Originally committed as revision 4444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen2005-07-15
| | | | Originally committed as revision 4443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen2005-07-15
| | | | Originally committed as revision 4442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fine grained skip_frameMichael Niedermayer2005-07-14
| | | | Originally committed as revision 4441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip_idctMichael Niedermayer2005-07-14
| | | | | | | skip_frame skip_loop_filter Originally committed as revision 4440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
* printf-> av_log patch by (Benjamin Larsson, banan: student ltu se)Benjamin Larsson2005-07-13
| | | | Originally committed as revision 4437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Re-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poiriergGuillaume Poirier2005-07-12
| | | | Originally committed as revision 15973 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 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
* error_resilience = FF_ER_CAREFULLMichael Niedermayer2005-07-11
| | | | Originally committed as revision 4433 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
* .m1v and .m2a (feature req #1178960)Michael Niedermayer2005-07-11
| | | | Originally committed as revision 4431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2005-07-11
| | | | Originally committed as revision 4430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compiling using nonstd include/library locations / add LDFLAGS to a few ↵Niki W. Waibel2005-07-11
| | | | | | places patch by (Niki W. Waibel - nikiwaibel) Originally committed as revision 4429 to svn://svn.ffmpeg.org/ffmpeg/trunk