summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-07
| | | | | | of matroska and nut. Originally committed as revision 12358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix AVClass for avfilterMåns Rullgård2008-03-07
| | | | Originally committed as revision 12357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-03-06
| | | | Originally committed as revision 12356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not display par and dar if not availableBaptiste Coudurier2008-03-06
| | | | Originally committed as revision 12355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
| | | | Originally committed as revision 26186 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
| | | | Originally committed as revision 12354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not reset duration_error for all streams, only reset current stream, fix ↵Baptiste Coudurier2008-03-06
| | | | | | wrong_fps.gxf Originally committed as revision 12353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-06
| | | | | | imgresample.c. Originally committed as revision 12352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use unchecked data from the bitstream.Benjamin Larsson2008-03-06
| | | | Originally committed as revision 12351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support AVDISCARD_ALLBaptiste Coudurier2008-03-06
| | | | Originally committed as revision 12350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change sws_format_name to return const char*, supress many warningsBaptiste Coudurier2008-03-06
| | | | Originally committed as revision 26183 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove redundant SwScaler text since av_log uses AVClass contextBaptiste Coudurier2008-03-06
| | | | Originally committed as revision 26182 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* fix interlaced decoding, original patch from reimarBaptiste Coudurier2008-03-06
| | | | Originally committed as revision 12349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IMA ADPCM encoder - QT variantKostya Shishkov2008-03-06
| | | | Originally committed as revision 12348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip over unknown extended_content_header tags.Michael Niedermayer2008-03-06
| | | | | | fixes issue358 Originally committed as revision 12347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-03-06
| | | | Originally committed as revision 12346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make compilation of mpeg12* and mpegvideo conditionalAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_mpeg1_dc_scale_table to mpegvideo.cAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow vpath search only for source filesMåns Rullgård2008-03-05
| | | | Originally committed as revision 12343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify processing of some --disable-* optionsMåns Rullgård2008-03-05
| | | | Originally committed as revision 12342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add correct version number to shared libavfilterVitor Sessak2008-03-05
| | | | Originally committed as revision 12341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix avfilter compilation with --enable-shared and no libswscalerVitor Sessak2008-03-05
| | | | Originally committed as revision 12340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add dependencies for matroska audio and nut muxers over lavcAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set TCP protocol to is_streamed=1 as seeking is not possible.Diego Biurrun2008-03-05
| | | | | | Björn Axelsson, bjorn.axelsson intinor se Originally committed as revision 12338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxyfy frame type comments and add some more commentsAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* define BI frame type along with other frame typesAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: alignAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some unneeded artificial dependencies from configureAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some required objects dependenciesAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid linking with h263 and mpeg4 find_frame_end()Aurelien Jacobs2008-03-05
| | | | | | when those codecs are not enabled. Originally committed as revision 12332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some information about the stream bitrate, if availableLuca Abeni2008-03-05
| | | | Originally committed as revision 12331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Subtitle support. (untested)Michael Niedermayer2008-03-05
| | | | Originally committed as revision 12330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The last flag fix fixed mpeg4-qprd (there the flags ended up being trashedMichael Niedermayer2008-03-05
| | | | | | | | through lrintf(), that is gcc put the 32bit int flags in a 32bit float which caused some to be lost ...). I wonder why FATE did not pick this up? Originally committed as revision 12329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set block align for mace3/6Baptiste Coudurier2008-03-05
| | | | Originally committed as revision 12328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly compute bit rate for compressed audio, should fix seeking in aiffBaptiste Coudurier2008-03-05
| | | | Originally committed as revision 12327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the WC3 Xan decoder by correcting the frame accounting logicMike Melanson2008-03-05
| | | | Originally committed as revision 12326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* One more (forgotten) fix for fixing sws_flags.Michael Niedermayer2008-03-05
| | | | Originally committed as revision 26166 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* sws_flags is unsigned.Michael Niedermayer2008-03-05
| | | | | | | This together with the last commit fixes the strange behavior of -sws_flags. (issue229) Originally committed as revision 12325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix handling flags with the MSB set.Michael Niedermayer2008-03-05
| | | | Originally committed as revision 12324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Turn ancient V offset numerical constants into named ones.Michael Niedermayer2008-03-05
| | | | | | | Add a check that checks that the width is within the choosen constant. This might have been exploitable. Originally committed as revision 26165 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move EDGE_WIDTH definition allong with draw_edges where it belongsAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move relevant declarations to mpeg12data.hAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move run length table constants to rl.hAurelien Jacobs2008-03-04
| | | | Originally committed as revision 12319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_emulated_edge_mc() to dsputilAurelien Jacobs2008-03-04
| | | | Originally committed as revision 12318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused elements from tables.Michael Niedermayer2008-03-04
| | | | Originally committed as revision 12317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detect and prevent reading over the end of counts_*. We pass the errorMichael Niedermayer2008-03-04
| | | | | | | | | | | through a context variable as this is simpler and i think also faster, but the return value of functions could be used instead of course. The code also ensures as a side effect that the AC decoder state does not become invalid. This fixes all known crashes. And outputs nothing in case of an error instead of random noise. Originally committed as revision 12316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent segfault due to reading over the end of the input buffer.Michael Niedermayer2008-03-04
| | | | Originally committed as revision 12315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix wmv3 dependenciesAurelien Jacobs2008-03-04
| | | | Originally committed as revision 12314 to svn://svn.ffmpeg.org/ffmpeg/trunk