summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* dwstart supportMichael Niedermayer2006-03-02
| | | | Originally committed as revision 5097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing demuxing of minorityreport.AVIMichael Niedermayer2006-03-02
| | | | Originally committed as revision 5096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup IMA-ADPCM WAV decoderMichael Niedermayer2006-03-02
| | | | Originally committed as revision 5095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4% faster h264_qpel_mcLoren Merritt2006-03-02
| | | | Originally committed as revision 5094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute output format before setting language patch by (Baptiste COUDURIER ↵Baptiste Coudurier2006-03-02
| | | | | | <baptiste.coudurier smartjog com) Originally committed as revision 5093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * bugfixing call referenceZdenek Kabelac2006-03-01
| | | | Originally committed as revision 5092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of mpeg2-trunc.vobMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix debug code: do not try to take st->codec if st is NULL. This makes ↵François Revol2006-03-01
| | | | | | ffplay give me pics from FreeBoxTV \o/ Originally committed as revision 5090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* can't have PES headers in MPEG video elementary streams so fail probeMåns Rullgård2006-03-01
| | | | | | if we see one Originally committed as revision 5089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing av sync in videotest.avi (index doesnt match chunks, header doesnt ↵Michael Niedermayer2006-03-01
| | | | | | indicate that) Originally committed as revision 5088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support seeking in RenderAvi.avi (audio stream == single huge chunk)Michael Niedermayer2006-03-01
| | | | Originally committed as revision 5087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l forgot to set packet_sizeMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix demuxing of XviD_with_3_AAC-HE_audio_streams.aviMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add movi_list offset into indexMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add size to AVIndexMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch byBenjamin Larsson2006-03-01
| | | | | | kostya shishkov - gmail - com. Originally committed as revision 5082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ODML index parsing supportMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace if by assert as it should never by trueMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ ↵Likai Liu2006-02-28
| | | | | | cs.bu.edu >) Originally committed as revision 5079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -loop was renamed to -loop_inputAurelien Jacobs2006-02-28
| | | | Originally committed as revision 5078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename the "-loop" option defined in ffmpeg.c to "-loop_input" ("-loop"Luca Abeni2006-02-28
| | | | | | conflicts with an AVOption) Originally committed as revision 5077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for drivers that can change the capture size on VIDIOC_S_FMTLuca Abeni2006-02-28
| | | | Originally committed as revision 5076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Error path fix: close the video device on failureFlavio Pimentel Duarte2006-02-28
| | | | | | Original patch by Flavio Pimentel Duarte (flaviop AT land DOT ufrj DOT br) Originally committed as revision 5075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Assign class 2 to most macroblocks by default, instead of a more conservativeDan Maas2006-02-28
| | | | | | | | method defined by SMPTE Patch by Dan Maas Originally committed as revision 5074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* v4l2 maintainerMichael Niedermayer2006-02-27
| | | | Originally committed as revision 5073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patchBenjamin Larsson2006-02-27
| | | | | | basicly just do a s/long/int32_t/. Patch tested on amd64 and x86. Originally committed as revision 5072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Not that we're that far from being an *initial* implementation, butRoman Shaposhnik2006-02-27
| | | | | | at least weighting got implemented thanks to Dan. ;-) Originally committed as revision 5071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. TheDan Maas2006-02-27
| | | | | | | | performance impact is less than 1%. Patch by Dan Maas (dmaas at maasdigital dot com) Originally committed as revision 5070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SRCS must be set using := or things break when ASM_OBJS is added to OBJSMåns Rullgård2006-02-27
| | | | Originally committed as revision 5069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't try to test streams which are commented out in test.confAurelien Jacobs2006-02-26
| | | | Originally committed as revision 5068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove wrong assert()Michael Niedermayer2006-02-26
| | | | Originally committed as revision 5067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace for loop with 2 asserts()Michael Niedermayer2006-02-26
| | | | Originally committed as revision 5066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print a hint when trying V4L2 on V4L deviceAlex Beregszaszi2006-02-26
| | | | Originally committed as revision 5065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* size[0-3] are not initialized (and can get random negative trashDan Maas2006-02-25
| | | | | | | | | | | | | | | values), so the comparison with vs_total_ac_bits is messed up on the first couple loop iterations, leading to AC underflows. the b->prev[] pointers were not being maintained correctly. We potentially have to update b->prev[] both before and after the area whose VLC length is getting adjusted. this also might fix the ppc regression failure? patch by (Dan Maas <dmaas maasdigital com>) Originally committed as revision 5064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill some warningsMåns Rullgård2006-02-25
| | | | Originally committed as revision 5063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a memory leak on seeking.Loren Merritt2006-02-25
| | | | Originally committed as revision 5062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove outdated FAQ entry about A/V sync issues when grabbing.Diego Biurrun2006-02-24
| | | | Originally committed as revision 5061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use BSD-compatible expr syntax and change test -ne to test != for portability.Diego Biurrun2006-02-24
| | | | Originally committed as revision 5060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem thatAlan Curry2006-02-24
| | | | | | | was fixed in rgb32to16 about a year ago: using only the first 8 bits of the 32-bit pixel. Originally committed as revision 17671 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l (forgot EOBs)Michael Niedermayer2006-02-24
| | | | Originally committed as revision 5059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get ride of perl and sort in ffserver regtest (and avoid problem with ↵Aurelien Jacobs2006-02-23
| | | | | | behavior of sort changing with locales) Originally committed as revision 5058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update ffserver.regression.ref to the actual md5 valuesAurelien Jacobs2006-02-23
| | | | Originally committed as revision 5057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ffserver regtest inconsistency between different arch (and even ↵Aurelien Jacobs2006-02-23
| | | | | | different kind of x86) Originally committed as revision 5056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont lowwer qnos of more blocks then neededMichael Niedermayer2006-02-23
| | | | Originally committed as revision 5055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give a hint about what is the expected the data type of command line options.Antoine Cellerier2006-02-23
| | | | | | | | | Patch by Antoine Cellerier < dionoea AaH via pOiS ecp PoIs fr > Original thread: Date: Nov 1, 2005 7:41 PM Subject: [Ffmpeg-devel] libavcodec help Originally committed as revision 5054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing dv_guess_qnos()Michael Niedermayer2006-02-23
| | | | | | roman, dont hesitate to reverse this and solve it differntly if you want ... Originally committed as revision 5053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print a big warning if we mess up and run out of space ...Michael Niedermayer2006-02-23
| | | | Originally committed as revision 5052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)Baptiste Coudurier2006-02-22
| | | | Originally committed as revision 5051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* link fixesDiego Biurrun2006-02-22
| | | | Originally committed as revision 5050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 ↵Ivan Kalvachev2006-02-22
| | | | | | code. Originally committed as revision 5049 to svn://svn.ffmpeg.org/ffmpeg/trunk