summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* flac: allow reading of full metadata headers from extradataAurelien Jacobs2006-11-231-47/+56
| | | | Originally committed as revision 7161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bring AC3 encoder output up to input volume levelBill O'Shaughnessy2006-11-234-4/+4
| | | | | | | | | | patch by Bill O'Shaughnessy % bill P oshaughnessy A gmail.com % + reg tests update gruntwork by me Original thread: date: Nov 21, 2006 11:36 PM subject: [Ffmpeg-devel] Simpler Patch to bring AC3 encoder output up to input level Originally committed as revision 7160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set CODEC_TYPE_DATA for timecode tracks.Reimar Döffinger2006-11-221-0/+7
| | | | Originally committed as revision 7159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set st->need_parsing = 2 for MPEG-content.Reimar Döffinger2006-11-221-0/+2
| | | | Originally committed as revision 7158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix bitstream to be correctly decoded by quicktimeBaptiste Coudurier2006-11-223-3/+3
| | | | Originally committed as revision 7157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix sigfpe with intra only encodingBaptiste Coudurier2006-11-221-1/+1
| | | | Originally committed as revision 7156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add interactive support for MinGWRamiro Polla2006-11-221-27/+16
| | | | | | | | | patch by Ramiro Polla % ramiro A lisha P ufsc P br % Orignial thread: date: Nov 5, 2006 1:55 AM subject: [Ffmpeg-devel] [PATCH] MinGW interactive support Originally committed as revision 7155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Conditionally compile some of the AltiVec optimizations.Diego Biurrun2006-11-222-6/+11
| | | | Originally committed as revision 7154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot deMatthias Hopf2006-11-222-2/+6
| | | | Originally committed as revision 7153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoBaptiste Coudurier2006-11-221-2/+2
| | | | Originally committed as revision 7152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix b frames + -mbd rd without -psnr (yes that was seriously buggy and ↵Michael Niedermayer2006-11-222-8/+8
| | | | | | probably hasnt been noticed as everyone who tested stuff used -psnr) Originally committed as revision 7151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for FLAC in matroskaAurelien Jacobs2006-11-211-0/+9
| | | | Originally committed as revision 7150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with VC-1 decoder disabled.Diego Biurrun2006-11-211-1/+1
| | | | Originally committed as revision 7149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix b frames + -mbd rd without -psnr (yes that was seriously buggy and ↵Michael Niedermayer2006-11-211-1/+1
| | | | | | probably hasnt been noticed as everyone who tested stuff used -psnr) Originally committed as revision 7148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l infinite loop fixMichael Niedermayer2006-11-211-1/+1
| | | | Originally committed as revision 7147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common voc muxer and demuxer data to voc.cAurelien Jacobs2006-11-215-35/+42
| | | | Originally committed as revision 7146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split voc.c into vocdec.c and vocenc.cAurelien Jacobs2006-11-214-107/+138
| | | | Originally committed as revision 7145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2006-11-211-1/+1
| | | | Originally committed as revision 7144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decode non-interleaved scansKostya Shishkov2006-11-211-8/+2
| | | | Originally committed as revision 7143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Kb --> kbDiego Biurrun2006-11-202-4/+4
| | | | Originally committed as revision 7142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Nuke config.log support.Diego Biurrun2006-11-202-3/+0
| | | | Originally committed as revision 7141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix declaration and code thingieGuillaume Poirier2006-11-201-1/+2
| | | | Originally committed as revision 7140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow amr bitrate to be changed "on the fly" through avctx->bitrate.Martin2006-11-201-1/+5
| | | | | | | | | Patch by Martin % marthi A graphics P cs P uni - sb P de % Original thread: date: Nov 20, 2006 6:20 PM subject: Re: [Ffmpeg-devel] [PATCH] Re: AMR bitrate Originally committed as revision 7139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for tta in matroskaAurelien Jacobs2006-11-201-0/+18
| | | | Originally committed as revision 7138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2006-11-201-1/+1
| | | | Originally committed as revision 7137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Current FFmpeg expects bits/s instead of kilobits/s in the -b option.Víctor Paesa2006-11-201-3/+3
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 7136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some notes about the order of options on the command line.Víctor Paesa2006-11-201-3/+25
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 7135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix linking with H.261 support disabled.Tom Harper2006-11-201-0/+2
| | | | | | patch by Tom Harper, d.thomas.harper gmail com Originally committed as revision 7134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* infiinit loop fix for CBR + adaptive quantMichael Niedermayer2006-11-201-0/+5
| | | | Originally committed as revision 7133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l qprd fix 2nd tryMichael Niedermayer2006-11-201-2/+3
| | | | Originally committed as revision 7132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some progressive JPEG supportKostya Shishkov2006-11-201-9/+113
| | | | Originally committed as revision 7131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindent after last commitAurelien Jacobs2006-11-201-7/+7
| | | | Originally committed as revision 7130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: split real video frames so that each packet contains only one sliceAurelien Jacobs2006-11-201-7/+32
| | | | Originally committed as revision 7129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: properly handle real video extradataAurelien Jacobs2006-11-201-1/+8
| | | | Originally committed as revision 7128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify free()+set to NULL using av_freep()Aurelien Jacobs2006-11-201-2/+1
| | | | Originally committed as revision 7127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* testing all dquant for qp_rd fixes the qp runaway to 31 bugMichael Niedermayer2006-11-191-10/+5
| | | | Originally committed as revision 7126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add useful Altivec types, taken from with permission from x264 authorsGuillaume Poirier2006-11-191-0/+41
| | | | Originally committed as revision 7125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni2006-11-197-34/+34
| | | | | | All the authours of such code agreed. Originally committed as revision 21045 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Correct GET/PUT_UTF8 comment: the get/put functions might be called upReimar Döffinger2006-11-191-2/+4
| | | | | | to 7 times, though only up to 4 times for valid utf-8 values. Originally committed as revision 7124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in commentReimar Döffinger2006-11-191-1/+1
| | | | Originally committed as revision 7123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IdentationKostya Shishkov2006-11-191-7/+7
| | | | Originally committed as revision 7122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Divide first audio buffer chunk into atomary bufffers.Kostya Shishkov2006-11-192-22/+37
| | | | | | | This slightly simplifies decoder and removes potential audio buffer overrun. Originally committed as revision 7121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix misplaced comment.Diego Biurrun2006-11-181-2/+2
| | | | Originally committed as revision 7120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI filesDiego Biurrun2006-11-181-7/+6
| | | | | | with XAN DPCM audio (wrongly) declare PCM audio in the header. Originally committed as revision 7119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improved pthreads testMåns Rullgård2006-11-181-5/+11
| | | | Originally committed as revision 7118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missed one log2().Benjamin Larsson2006-11-171-1/+1
| | | | Originally committed as revision 7117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change mpeg4 fourcc from "mp4s" to "mp4v"Oded Shimon2006-11-171-1/+1
| | | | Originally committed as revision 7116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut, use framecode table generatorOded Shimon2006-11-171-29/+1
| | | | Originally committed as revision 7115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut API, changes to frame_table_inputOded Shimon2006-11-171-26/+26
| | | | Originally committed as revision 7114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimize overlappingKostya Shishkov2006-11-171-8/+14
| | | | | | Suggested by Skal, sprintf(mail, "skal%[email protected]", 0xFFFF) Originally committed as revision 7113 to svn://svn.ffmpeg.org/ffmpeg/trunk