summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix not coded channels / silence decoding.Michael Niedermayer2008-07-111-5/+8
* Check that we have enough output space available.Michael Niedermayer2008-07-111-0/+9
* Deprecate avcodec_build(), it returns the same value asAndreas Öman2008-07-112-1/+5
* simplifyMichael Niedermayer2008-07-111-8/+4
* Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr.Michael Niedermayer2008-07-111-2/+11
* Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding.Diego Biurrun2008-07-111-1/+1
* Make preprocessor condition more specific and useful by changingDiego Biurrun2008-07-111-1/+1
* Move one function that is only used for muxing below #ifdef CONFIG_MUXERS.Diego Biurrun2008-07-111-31/+31
* Move a function and an #ifdef CONFIG_MUXERS so that functions used only forDiego Biurrun2008-07-111-8/+8
* Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER,Diego Biurrun2008-07-111-1/+1
* SSE2 optimizations for Monkey's Audio decoder vector functionsKostya Shishkov2008-07-111-0/+78
* H264: Fix decoding with CABAC/delta_qp/PCM macroblocks.Jason Garrett-Glaser2008-07-111-0/+1
* Add a checklist about new codecs or formats to the documentation.Ramiro Polla2008-07-111-6/+34
* Update Changelog and documentation for MVI demuxer and decoder.Ramiro Polla2008-07-102-0/+4
* Update info for Sonic, add Dirac to supported formats list.Diego Biurrun2008-07-101-2/+6
* Sort lists ignoring case.Diego Biurrun2008-07-101-21/+21
* cosmetics: Fix inconsistent indentation.Diego Biurrun2008-07-101-129/+129
* 100L, avoption splited code added, I should double check with svn status...Luca Barbato2008-07-101-0/+59
* Remove useless casts.avcoder2008-07-101-5/+5
* Remove useless casts.avcoder2008-07-101-3/+3
* Parse frames to feed the decoder with individual parse units.Anuradha Suraparaju2008-07-101-11/+71
* Add entry for Dirac codec.Anuradha Suraparaju2008-07-101-0/+1
* Add a parameter for queue size.Anuradha Suraparaju2008-07-102-0/+5
* Fix MPEG video packetization for RTPLuca Abeni2008-07-101-2/+2
* Monkey's Audio decoder vector functions work on input with lengthKostya Shishkov2008-07-101-3/+3
* Motion Pixels MVI Demuxer.Gregory Montoir2008-07-104-1/+138
* Motion Pixels Video Decoder.Gregory Montoir2008-07-104-1/+367
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniLuca Barbato2008-07-093-40/+3
* Fix a warning in ffserver.c caused by the use of the functionStefano Sabatini2008-07-091-1/+1
* Remove ancient code that hasnt worked in many years.Michael Niedermayer2008-07-091-257/+0
* regenerate dependencies when building object filesMåns Rullgård2008-07-092-1/+3
* New full search MEMichael Niedermayer2008-07-091-0/+37
* Print the program_name rather than always "FFmpeg" when showing theStefano Sabatini2008-07-091-10/+13
* Make the function prototype visible to comply with C99 inline.Alexander Strange2008-07-091-0/+1
* increment minor version for commit r14110 (Electronic Arts CMV decoder)Peter Ross2008-07-091-1/+1
* float_to_int16_sse2()Michael Niedermayer2008-07-091-0/+20
* indentMichael Niedermayer2008-07-091-1/+1
* Allow setting codecs through preset filesMichael Niedermayer2008-07-091-0/+7
* fix IPCM_decode_error.h264Michael Niedermayer2008-07-091-9/+7
* Fix the av_set_string() free / alloc issue.Michael Niedermayer2008-07-083-9/+28
* indentMichael Niedermayer2008-07-081-2/+2
* 10000l for myself, my last change was incomplete.Michael Niedermayer2008-07-082-2/+4
* One-bit bitfields should probably be unsigned. Unfortunately, it is leftErik Hovland2008-07-083-10/+10
* Add FFMPEG_CONFIGURATION to config.mak as well, it sometimes helps debugging.Diego Biurrun2008-07-081-0/+1
* Remove wrong casts from vector declarations, this would cause errors whenDiego Biurrun2008-07-082-8/+8
* Ignore case when sorting.Diego Biurrun2008-07-081-11/+11
* List QuickTime container as MOV/QuickTime.Diego Biurrun2008-07-081-1/+1
* Remove redundant Macromedia Flash entry in supported formats list.Diego Biurrun2008-07-081-1/+0
* format name cosmetics, spelling cosmeticsDiego Biurrun2008-07-081-16/+16
* Sort and prettyprint audio codecs table.Diego Biurrun2008-07-081-81/+83
OpenPOWER on IntegriCloud