aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* bugfixes and new soft-teleciner in muxer_mpeg.cGravatar nicodvb2006-02-12
* mention film2pal in -mpegoptsGravatar nicodvb2006-02-12
* experimental film2pal and ntsc2pal soft telecinerGravatar nicodvb2006-02-12
* forgotten cast (blows on gcc4)Gravatar henry2006-02-12
* we cannot continue without a crash when read_asf_header fails, since someGravatar reimar2006-02-12
* add some sanity checks to new/resize_demux_packetGravatar reimar2006-02-12
* add a missing rule for libpostproc.aGravatar henry2006-02-12
* Sync with latest FFmpeg build system changes:Gravatar diego2006-02-11
* No sane person should encode last pass without at least 'mbd=2' and 'trell' (...Gravatar gpoirier2006-02-11
* Gives some examples of in which form MPEG* videos can comeGravatar gpoirier2006-02-11
* Remove all the sections that are now merged in the XML docGravatar gpoirier2006-02-11
* init frame duration to 1/fps when we have a frame but not the enclosing seque...Gravatar nicodvb2006-02-11
* muxer_mpeg MUST be used with audio_preload=0Gravatar nicodvb2006-02-11
* Mention recent big-endian/AltiVec fixes in postproc/.Gravatar diego2006-02-11
* Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in justGravatar diego2006-02-11
* cosmetics: indentation fixesGravatar diego2006-02-11
* Fix big-endian color permutation problems.Gravatar diego2006-02-11
* Put index_ptr within index to avoid it popping out of nowhere.Gravatar ods152006-02-11
* Add syncpoint_checksum after frame headerGravatar ods152006-02-11
* tff wasn't correctly unset in soft_telecine()Gravatar nicodvb2006-02-10
* Attila and I are root@mphq.Gravatar diego2006-02-10
* Make sure maxlen is respected, instead of just failing the assert later on.Gravatar reimar2006-02-10
* add mpc extension so that playback starts faster.Gravatar reimar2006-02-10
* Clarify feature removal policy: it must be approved on the mailing list.Gravatar rathann2006-02-10
* Clarify policy on feature removal.Gravatar rathann2006-02-10
* change checksum to crc32Gravatar ods152006-02-10
* ALSA changesGravatar cladisch2006-02-10
* Small fixes: make all global variables static, remove some unusedGravatar cladisch2006-02-10
* Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does itGravatar cladisch2006-02-10
* Simplify get_delay(): we don't need to get the complete PCM status butGravatar cladisch2006-02-10
* Fix get_space(): we don't need to differentiate between the various PCMGravatar cladisch2006-02-10
* This adds support for more sample formats (U32, float BE, mu/A-law).Gravatar cladisch2006-02-10
* This replaces the hardcoded numbers for the sample format widths with aGravatar cladisch2006-02-10
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* support for Geforce FX5500 based on patch by Pascal Yu <yu_pascal at hotmail....Gravatar faust32006-02-09
* I took over ao_alsa maintainership.Gravatar cladisch2006-02-09
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* include config.h as img_format.h needs endian definitions, noticed by Alan Cu...Gravatar iive2006-02-09
* fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >)Gravatar aurel2006-02-09
* Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 eachGravatar diego2006-02-09
* Fix CSeq answer for keepalive OPTIONS requests during playbackGravatar rtognimp2006-02-08
* Add support for grayscale [m]jpegGravatar rtognimp2006-02-08
* altivec_yuv2packedX() ignores the requested output format and unconditionallyGravatar diego2006-02-08
* expanded and improved NeoMagic TV-out sectionGravatar diego2006-02-08
* AltiVec operations need to have memory aligned on 16-byte boundaries.Gravatar diego2006-02-08
* vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrectGravatar diego2006-02-08
* 10l 1000 fps fixGravatar michael2006-02-08
* fftruespeech works now that the nBlockAlign issue is settled.Gravatar diego2006-02-07
* read data in nBlockAlign aligned chunksGravatar reimar2006-02-07
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07