summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* remove -f singlejpeg as its identical to -f mjpegMichael Niedermayer2005-07-10
| | | | Originally committed as revision 4428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-WB for 3GPP patch by (Jan Kratochvil - kratochvil) / bugreport #1187101Jan Kratochvil2005-07-10
| | | | Originally committed as revision 4427 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
* fixing output_example to work with current CVS libavcodec/libavformat patch ↵Andreas Öman2005-07-08
| | | | | | by ("Andreas U. Trottmann": andreas trottmann, werft22 com) Originally committed as revision 4424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avformat/av_seek_frame_binary with growing file patch by (Kenneth Aafløy: ↵Kenneth Aafløy2005-07-08
| | | | | | kenneth, aafloy net) Originally committed as revision 4423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_seek_frame() docs timestamp clarificationMichael Niedermayer2005-07-05
| | | | Originally committed as revision 4422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* .264Michael Niedermayer2005-07-03
| | | | Originally committed as revision 4421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2005-07-02
| | | | Originally committed as revision 4420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tell the user if compressed swf foundAlex Beregszaszi2005-07-02
| | | | Originally committed as revision 4419 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
* some missing additionsAlex Beregszaszi2005-07-02
| | | | Originally committed as revision 4415 to svn://svn.ffmpeg.org/ffmpeg/trunk