summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Current FFmpeg expects bits/s instead of kilobits/s in the -b option.Víctor Paesa2006-11-20
* Some notes about the order of options on the command line.Víctor Paesa2006-11-20
* Fix linking with H.261 support disabled.Tom Harper2006-11-20
* infiinit loop fix for CBR + adaptive quantMichael Niedermayer2006-11-20
* 100l qprd fix 2nd tryMichael Niedermayer2006-11-20
* Some progressive JPEG supportKostya Shishkov2006-11-20
* cosmetics: reindent after last commitAurelien Jacobs2006-11-20
* matroska: split real video frames so that each packet contains only one sliceAurelien Jacobs2006-11-20
* matroska: properly handle real video extradataAurelien Jacobs2006-11-20
* simplify free()+set to NULL using av_freep()Aurelien Jacobs2006-11-20
* testing all dquant for qp_rd fixes the qp runaway to 31 bugMichael Niedermayer2006-11-19
* Add useful Altivec types, taken from with permission from x264 authorsGuillaume Poirier2006-11-19
* Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni2006-11-19
* Correct GET/PUT_UTF8 comment: the get/put functions might be called upReimar Döffinger2006-11-19
* Fix typo in commentReimar Döffinger2006-11-19
* IdentationKostya Shishkov2006-11-19
* Divide first audio buffer chunk into atomary bufffers.Kostya Shishkov2006-11-19
* Fix misplaced comment.Diego Biurrun2006-11-18
* Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI filesDiego Biurrun2006-11-18
* improved pthreads testMåns Rullgård2006-11-18
* Missed one log2().Benjamin Larsson2006-11-17
* change mpeg4 fourcc from "mp4s" to "mp4v"Oded Shimon2006-11-17
* update to libnut, use framecode table generatorOded Shimon2006-11-17
* update to libnut API, changes to frame_table_inputOded Shimon2006-11-17
* Optimize overlappingKostya Shishkov2006-11-17
* Fix commentsKostya Shishkov2006-11-17
* Overlap filtering was done in reverse orderKostya Shishkov2006-11-17
* fix support for avis with sample_size > packet sizeMichael Niedermayer2006-11-16
* TUNECPU is never usedMåns Rullgård2006-11-16
* simplify [TARGET_]ARCH_* settingMåns Rullgård2006-11-16
* add copyright notices for myself and DiegoMåns Rullgård2006-11-16
* Remove alpha channel from RGB555Alex Beregszaszi2006-11-16
* BGR555 has never been working as alpha supporting format. Remove the false se...Alex Beregszaszi2006-11-16
* parse video frame headers to get key flagBaptiste Coudurier2006-11-16
* forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actua...Michael Niedermayer2006-11-16
* fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsamplin...Michael Niedermayer2006-11-16
* Remove stray newline.Diego Biurrun2006-11-16
* 10l forgot (skip non keyframes after seeking between syncpoint and the first ...Michael Niedermayer2006-11-16
* remove broken decoder locking codeMichael Niedermayer2006-11-16
* print error when unsupported sample rate is used with swfBaptiste Coudurier2006-11-16
* check max_pts_distanceMichael Niedermayer2006-11-16
* skip non keyframes after seeking between syncpoint and the first keyframeMichael Niedermayer2006-11-16
* remove unused variablesMichael Niedermayer2006-11-16
* throw error if unsupported resolution is used with h261Baptiste Coudurier2006-11-16
* removing unused codeMichael Niedermayer2006-11-16
* remove duplicate code, patch by Ryan Martell rdm4 A martellventures P comRyan Martell2006-11-16
* Update to libnut API, non-negative errorsOded Shimon2006-11-16
* make option field constBaptiste Coudurier2006-11-16
* set CONFIG_OS2 using new methodMåns Rullgård2006-11-15
* gcc always #defines __MINGW32__ on mingw targetsMåns Rullgård2006-11-15