summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Nuke config.log support.Diego Biurrun2006-11-20
| | | | Originally committed as revision 7141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix declaration and code thingieGuillaume Poirier2006-11-20
| | | | 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-20
| | | | | | | | | 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-20
| | | | Originally committed as revision 7138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2006-11-20
| | | | 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-20
| | | | | | 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-20
| | | | | | 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-20
| | | | | | 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-20
| | | | Originally committed as revision 7133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l qprd fix 2nd tryMichael Niedermayer2006-11-20
| | | | Originally committed as revision 7132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some progressive JPEG supportKostya Shishkov2006-11-20
| | | | Originally committed as revision 7131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindent after last commitAurelien Jacobs2006-11-20
| | | | 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-20
| | | | Originally committed as revision 7129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: properly handle real video extradataAurelien Jacobs2006-11-20
| | | | Originally committed as revision 7128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify free()+set to NULL using av_freep()Aurelien Jacobs2006-11-20
| | | | 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-19
| | | | 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-19
| | | | 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-19
| | | | | | 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-19
| | | | | | 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-19
| | | | Originally committed as revision 7123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IdentationKostya Shishkov2006-11-19
| | | | Originally committed as revision 7122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Divide first audio buffer chunk into atomary bufffers.Kostya Shishkov2006-11-19
| | | | | | | 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-18
| | | | 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-18
| | | | | | 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-18
| | | | Originally committed as revision 7118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missed one log2().Benjamin Larsson2006-11-17
| | | | Originally committed as revision 7117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change mpeg4 fourcc from "mp4s" to "mp4v"Oded Shimon2006-11-17
| | | | Originally committed as revision 7116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut, use framecode table generatorOded Shimon2006-11-17
| | | | Originally committed as revision 7115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut API, changes to frame_table_inputOded Shimon2006-11-17
| | | | Originally committed as revision 7114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimize overlappingKostya Shishkov2006-11-17
| | | | | | Suggested by Skal, sprintf(mail, "skal%d@orange.fr", 0xFFFF) Originally committed as revision 7113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix commentsKostya Shishkov2006-11-17
| | | | Originally committed as revision 7112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Overlap filtering was done in reverse orderKostya Shishkov2006-11-17
| | | | Originally committed as revision 7111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix support for avis with sample_size > packet sizeMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TUNECPU is never usedMåns Rullgård2006-11-16
| | | | Originally committed as revision 7109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify [TARGET_]ARCH_* settingMåns Rullgård2006-11-16
| | | | Originally committed as revision 7108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add copyright notices for myself and DiegoMåns Rullgård2006-11-16
| | | | Originally committed as revision 7107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove alpha channel from RGB555Alex Beregszaszi2006-11-16
| | | | Originally committed as revision 7106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BGR555 has never been working as alpha supporting format. Remove the false ↵Alex Beregszaszi2006-11-16
| | | | | | setting. Originally committed as revision 7105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse video frame headers to get key flagBaptiste Coudurier2006-11-16
| | | | Originally committed as revision 7104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should ↵Michael Niedermayer2006-11-16
| | | | | | actually look at the code after svn up not just the diff ...) Originally committed as revision 20962 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 ↵Michael Niedermayer2006-11-16
| | | | | | downsampling for chroma, it should just be 2x1 (the rest of the code also belived its 2x1 ...) Originally committed as revision 20961 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove stray newline.Diego Biurrun2006-11-16
| | | | Originally committed as revision 20959 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 10l forgot (skip non keyframes after seeking between syncpoint and the first ↵Michael Niedermayer2006-11-16
| | | | | | keyframe) Originally committed as revision 7103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove broken decoder locking codeMichael Niedermayer2006-11-16
| | | | | | seeks now cause a special flush packet to be inserted into the queue and decoder flush happens in the decoder thread where it should Originally committed as revision 7102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print error when unsupported sample rate is used with swfBaptiste Coudurier2006-11-16
| | | | Originally committed as revision 7101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check max_pts_distanceMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip non keyframes after seeking between syncpoint and the first keyframeMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused variablesMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* throw error if unsupported resolution is used with h261Baptiste Coudurier2006-11-16
| | | | Originally committed as revision 7097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing unused codeMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7096 to svn://svn.ffmpeg.org/ffmpeg/trunk