aboutsummaryrefslogtreecommitdiffstats
path: root/src/add-ons/media/plugins/ffmpeg (follow)
Commit message (Expand)AuthorAgeLines
...
* | FFMPEG Plugin: Implement video frame rate calculation for decoder.Colin Günther2014-08-04-4/+33
* | FFMPEG Plugin: Implement and use calculation of bytes per row.Colin Günther2014-08-04-3/+39
* | FFMPEG Plugin: Extract video aspect ratio calculation code.Colin Günther2014-08-04-26/+92
|/
* FFMPEG Plugin: Code styles, typos and code deduplication.hrev47595Colin Günther2014-07-29-88/+97
* FFMPEG-Plugin: Fix doxygen style and typo.hrev47576Colin Günther2014-07-26-12/+12
* FFMPEG-Plugin: Simplify start time calculation of video frame.Colin Günther2014-07-26-10/+47
* FFMPEG-Plugin: Refactor out update of media_header.Colin Günther2014-07-26-19/+44
* FFMPEG-Plugin: Implement decoding of streamed video data.Colin Günther2014-07-26-30/+55
* FFMPEG plugin: Tell the FFMPEG library to handle incomplete data.Colin Günther2014-07-26-0/+5
* FFMPEG plugin: Refactor video decoding function.Colin Günther2014-07-26-96/+136
* FFMPEG plugin: Refactor video decoding function.hrev47499Colin Günther2014-07-15-66/+123
* FFMPEG plugin: Add links to useful FFMPEG-API documentation.Colin Günther2014-07-15-0/+17
* FFMPEG plugin: Use member variables instead of local ones.Colin Günther2014-07-15-7/+7
* Remove some traces sent to application stdout.hrev47158Adrien Destugues2014-04-23-3/+1
* ffmpeg: declare support for webm and 3gpp.Adrien Destugues2014-04-10-0/+28
* Build media plugins for the secondary arch.hrev47079Adrien Destugues2014-03-31-24/+29
* Replace a few equ with %define to make nasm happyhrev47071Jonathan Schleifer2014-03-29-24/+24
* ffmpeg media plugin: merge muxer and demuxer tableshrev47063Adrien Destugues2014-03-28-127/+214
* ffmpeg plugin only needs to link against ffmpeg libs.hrev46493Jerome Duval2013-12-05-9/+0
* ffmpeg: fix x86_64 build, remove libbz2Jerome Duval2013-12-04-5258/+64
* Style fix.hrev46443Adrien Destugues2013-11-25-1/+1
* ffmpeg plugin: don't crash sniffing unknown files.hrev46441Adrien Destugues2013-11-25-1/+2
* Initial changes to remove /boot/commonIngo Weinhold2013-10-03-2/+2
* Merge remote-tracking branch 'haiku/master' into package-managementIngo Weinhold2013-09-13-4/+8
|\
| * ffmpeg: release the reader context on destruction.hrev46028Jérôme Duval2013-09-06-4/+8
* | Update ffmpeg package and its requirementsIngo Weinhold2013-06-14-15/+17
* | Complete outsourcing of zlibIngo Weinhold2013-05-06-1/+1
|/
* Use av_alloc_put_byte() instead of ffio_init_context() since theStefano Ceccherini2013-01-04-5/+6
* zlib: added an optional build package, integrated to the buildJérôme Duval2012-10-30-1/+1
* Revert "ffmpeg: switch to 0.11.1" (hrev44483)hrev44531Matt Madia2012-08-14-48/+49
* ffmpeg: switch to 0.11.1hrev44483Jérôme Duval2012-08-07-49/+48
* FFMPEG: Remove unnecessary #include statementshrev44265Philippe Saint-Pierre2012-06-25-2/+0
* FFMPEG Copyright(): Fix memory leakhrev44262Philippe Saint-Pierre2012-06-25-8/+8
* ffmpeg: implement Copyright() (resolves TODO) + typo fixPhilippe Saint-Pierre2012-06-24-9/+14
* ffmpeg: use the cpu count as decoding thread count.hrev44080Jérôme Duval2012-04-29-1/+4
* ffmpeg: don't use deprecated API in AVCodecDecoder.hrev44000Jérôme Duval2012-04-11-78/+85
* ffmpeg: switch to 0.10 APIhrev43989Jérôme Duval2012-04-10-48/+26
* ffmpeg: updated gcc2 package and fixed crashes on exit.hrev43878Jérôme Duval2012-03-22-5/+5
* ffmpeg: added dependency on libvpx.hrev43850Jérôme Duval2012-03-14-0/+1
* ffmpeg: added libs packages as dependencies.hrev43846Jérôme Duval2012-03-12-120832/+5
* ffmpeg: fixed headers dependency on libavcodec for gfx_*.cpp.hrev43840Jerome Duval2012-03-09-12/+13
* FFMpeg plugin: now build against the optional package for 0.10Jérôme Duval2012-03-07-427218/+29
* ffmpeg (gif codec): Init len variablehrev43616Philippe Saint-Pierre2012-01-03-1/+1
* ffmpeg: infinite loop (als decoder)hrev43615Philippe Saint-Pierre2012-01-03-1/+1
* Disabled DEBUG=1 in several of the 3rd party ffmpeg subdirshrev43601Urias McCullough2012-01-02-0/+14
* Change instances of wether in comments to whether. No functional change inten...hrev43487John Scipione2011-12-12-2/+2
* Use multiplication instead of shifts and adds. Include SSSE3 routinehrev40768David McPaul2011-03-01-209/+335
* correct yuv422 planar conversion. Seperate sse, sse2 and ssse3 asm code. Ad...hrev39913David McPaul2010-12-21-238/+793
* Add a function to register media codec descriptions for the usual format fami...hrev39888François Revol2010-12-19-0/+102
* merged ffmpeg 0.6.1 into trunkhrev39560Jérôme Duval2010-11-21-322/+1950