summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* indentationKostya Shishkov2008-03-09
| | | | Originally committed as revision 12395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly handle empty framesKostya Shishkov2008-03-09
| | | | Originally committed as revision 12394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fraps v5 decoding supportKostya Shishkov2008-03-09
| | | | Originally committed as revision 12393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add step variable (for future v5 decoding)Kostya Shishkov2008-03-09
| | | | Originally committed as revision 12392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recognize the CLJR FourCC (Cirrus Logic AccuPak)Mike Melanson2008-03-09
| | | | Originally committed as revision 12391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VFW grabberRamiro Polla2008-03-08
| | | | Originally committed as revision 12390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly handle case where buffer is 100% fullRamiro Polla2008-03-08
| | | | Originally committed as revision 12389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add myself as vfwcap.c maintainerRamiro Polla2008-03-08
| | | | Originally committed as revision 12388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dc1394.c has been renamed to libdc1394.cRamiro Polla2008-03-08
| | | | Originally committed as revision 12387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split libavdevice maintainers out of libavformatRamiro Polla2008-03-08
| | | | Originally committed as revision 12386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typo + grammarRamiro Polla2008-03-08
| | | | Originally committed as revision 12385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VFW capture supportRamiro Polla2008-03-08
| | | | Originally committed as revision 12384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce max_picture_buffer variable in AVFormatContext,Ramiro Polla2008-03-08
| | | | | | set by rtbufsize option. Originally committed as revision 12383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #error in case we do not know how to provide alignment.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation in a few more places.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Normalize {} placement after for, while, if.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention that libavdevice/x11grab.c is GPLed.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define WIN32_LEAN_AND_MEAN before including windows.h to excludeRamiro Polla2008-03-08
| | | | | | rarely-used header files. Originally committed as revision 12378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include windows.h instead of trying to redeclare SleepRamiro Polla2008-03-08
| | | | | | | os_support.h used to be included in all lavf files, and including windows.h here caused a significant slowdown. Originally committed as revision 12377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename pp variable to postproc for consistency.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for x86 bswap instructionMåns Rullgård2008-03-08
| | | | Originally committed as revision 12375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huffman: add a zero_count flag and use it in frapsAurelien Jacobs2008-03-08
| | | | | | fixes issue349 Originally committed as revision 12374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huffman: pass hnode_first as a flag instead of as an argument on its ownAurelien Jacobs2008-03-08
| | | | Originally committed as revision 12373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put network-related code under #ifdefRamiro Polla2008-03-08
| | | | Originally committed as revision 12372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group network-related code togetherRamiro Polla2008-03-08
| | | | Originally committed as revision 12371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix unused variable warnings.Mark Cox2008-03-08
| | | | | | patch by mark cox, melbournemark+ffmpeg gmail.com Originally committed as revision 12370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: prettyprintingDiego Biurrun2008-03-08
| | | | Originally committed as revision 12369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install libavfilter if it has been enabled.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The videohook target does not depend on .libs.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffplay use parse_number_or_die instead of atoi.Diego Biurrun2008-03-08
| | | | | | Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 12366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove useless empty line.Diego Biurrun2008-03-08
| | | | Originally committed as revision 26201 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Remove useless empty line.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
| | | | Originally committed as revision 26200 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* __stdcall -> WINAPIRamiro Polla2008-03-07
| | | | | | | Windows x64 has no __stdcall. It is not yet supported, but someday it might... Originally committed as revision 12363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify library version handlingMåns Rullgård2008-03-07
| | | | Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace -f pgmyuv with -f image2 -vcodec pgmyuvMåns Rullgård2008-03-07
| | | | Originally committed as revision 12361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify do_video_encoding() in regression.shMåns Rullgård2008-03-07
| | | | | | | All calls of this function use pgmyuv input format; hence no need to specify it explicitly. Originally committed as revision 12360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify library version handlingMåns Rullgård2008-03-07
| | | | Originally committed as revision 26193 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove mp4psp regression testMåns Rullgård2008-03-07
| | | | | | | | | | The PSP MP4 format requires an AAC audio stream, so until we have an AAC encoder we cannot test this format. The existing test is broken and does not actually use the PSP format. Originally committed as revision 12359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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