summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-0933-425/+415
| | | | Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Work around gcc stupidity: With -MM gcc outputs just the basename of files asDiego Biurrun2008-03-091-1/+2
| | | | | | | target name. This breaks when compiling targets in subdirectories, so prepend the subdirectory name to the target name. Originally committed as revision 12398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* downmix before imdct unless different size transforms are used. about 20%Justin Ruggles2008-03-091-21/+76
| | | | | | faster 5.1-to-stereo downmixing. Originally committed as revision 12397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify the intended meaning of wont_fix.Michael Niedermayer2008-03-091-2/+6
| | | | Originally committed as revision 12396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationKostya Shishkov2008-03-091-1/+1
| | | | Originally committed as revision 12395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly handle empty framesKostya Shishkov2008-03-091-0/+1
| | | | Originally committed as revision 12394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fraps v5 decoding supportKostya Shishkov2008-03-091-1/+42
| | | | Originally committed as revision 12393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add step variable (for future v5 decoding)Kostya Shishkov2008-03-091-3/+4
| | | | Originally committed as revision 12392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recognize the CLJR FourCC (Cirrus Logic AccuPak)Mike Melanson2008-03-091-0/+1
| | | | Originally committed as revision 12391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VFW grabberRamiro Polla2008-03-081-0/+1
| | | | Originally committed as revision 12390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly handle case where buffer is 100% fullRamiro Polla2008-03-081-1/+1
| | | | Originally committed as revision 12389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add myself as vfwcap.c maintainerRamiro Polla2008-03-081-0/+1
| | | | Originally committed as revision 12388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dc1394.c has been renamed to libdc1394.cRamiro Polla2008-03-081-1/+1
| | | | Originally committed as revision 12387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split libavdevice maintainers out of libavformatRamiro Polla2008-03-081-2/+11
| | | | Originally committed as revision 12386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typo + grammarRamiro Polla2008-03-081-1/+1
| | | | Originally committed as revision 12385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VFW capture supportRamiro Polla2008-03-084-0/+466
| | | | Originally committed as revision 12384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce max_picture_buffer variable in AVFormatContext,Ramiro Polla2008-03-082-1/+8
| | | | | | 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-081-1/+2
| | | | Originally committed as revision 12382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation in a few more places.Diego Biurrun2008-03-081-34/+35
| | | | Originally committed as revision 12381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Normalize {} placement after for, while, if.Diego Biurrun2008-03-081-18/+9
| | | | Originally committed as revision 12380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention that libavdevice/x11grab.c is GPLed.Diego Biurrun2008-03-081-0/+3
| | | | 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-081-0/+1
| | | | | | 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-081-2/+1
| | | | | | | 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-082-9/+9
| | | | Originally committed as revision 12376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for x86 bswap instructionMåns Rullgård2008-03-082-4/+4
| | | | 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-083-8/+13
| | | | | | 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-083-4/+8
| | | | Originally committed as revision 12373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put network-related code under #ifdefRamiro Polla2008-03-081-0/+2
| | | | Originally committed as revision 12372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group network-related code togetherRamiro Polla2008-03-081-4/+4
| | | | Originally committed as revision 12371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix unused variable warnings.Mark Cox2008-03-082-3/+5
| | | | | | patch by mark cox, melbournemark+ffmpeg gmail.com Originally committed as revision 12370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: prettyprintingDiego Biurrun2008-03-081-6/+6
| | | | Originally committed as revision 12369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install libavfilter if it has been enabled.Diego Biurrun2008-03-081-0/+1
| | | | Originally committed as revision 12368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The videohook target does not depend on .libs.Diego Biurrun2008-03-081-1/+1
| | | | 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-081-13/+5
| | | | | | 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-081-1/+0
| | | | Originally committed as revision 26201 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Remove useless empty line.Diego Biurrun2008-03-081-1/+0
| | | | 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-081-2/+1
| | | | 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-086-21/+15
| | | | Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* __stdcall -> WINAPIRamiro Polla2008-03-072-2/+2
| | | | | | | 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-078-26/+6
| | | | Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace -f pgmyuv with -f image2 -vcodec pgmyuvMåns Rullgård2008-03-071-9/+9
| | | | Originally committed as revision 12361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify do_video_encoding() in regression.shMåns Rullgård2008-03-071-41/+41
| | | | | | | 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-071-2/+0
| | | | Originally committed as revision 26193 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove mp4psp regression testMåns Rullgård2008-03-075-57/+0
| | | | | | | | | | 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-078-1/+102
| | | | | | of matroska and nut. Originally committed as revision 12358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix AVClass for avfilterMåns Rullgård2008-03-071-3/+6
| | | | Originally committed as revision 12357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-03-061-8/+8
| | | | Originally committed as revision 12356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not display par and dar if not availableBaptiste Coudurier2008-03-061-0/+2
| | | | Originally committed as revision 12355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-061-1/+1
| | | | Originally committed as revision 26186 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-066-27/+15
| | | | Originally committed as revision 12354 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud