aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* fixed variability rangeGravatar nicodvb2005-04-27
* 10l, fix wrong byterate in waveformatGravatar nicodvb2005-04-27
* typo, memset 0 was done on desc instead of cdesc, see bug #288Gravatar reimar2005-04-27
* toolame now works in vbr mode, tooGravatar nicodvb2005-04-25
* added faac audio encoderGravatar nicodvb2005-04-25
* fixed wrong function pointers definitionsGravatar nicodvb2005-04-25
* - preserve ordering of the slicesGravatar henry2005-04-24
* restore old lavc_find_atag to be used when compiling mplayer without libavformatGravatar nicodvb2005-04-22
* gcc 2.95 compilation fixGravatar reimar2005-04-22
* macosx compilation fixGravatar nicodvb2005-04-22
* FreeBSD fixGravatar nexus2005-04-22
* audio encoding reworkedGravatar nicodvb2005-04-22
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* remove x264 option "cabacidc", because the default is always best.Gravatar lorenm2005-04-13
* silence gcc warning:Gravatar rathann2005-04-10
* fix displaying of the subtitles when using slicesGravatar henry2005-04-10
* Better defaults encoding settings for XviD, intended to be a good tradeoff CP...Gravatar gpoirier2005-04-08
* remove nonsense code left from copy&paste from another filter (it was never u...Gravatar rfelker2005-04-08
* LOCO support via lavcGravatar rtognimp2005-04-07
* 1l! mplayer's verbose variable is not a flag but a signed numberGravatar rfelker2005-04-01
* typoGravatar diego2005-03-31
* step 1 of fixing ad_faad:Gravatar rfelker2005-03-29
* sane default modeGravatar rfelker2005-03-26
* 1000l, last commit broke qpel interp entirelyGravatar rfelker2005-03-26
* don't buffer more future context that we needGravatar rfelker2005-03-20
* direct rendering support drastically improves speed, but it's buggy. :( disab...Gravatar rfelker2005-03-20
* 100l, meaning of strict_breaks was backwards...Gravatar rfelker2005-03-20
* 1000l to me: could break a/v sync and eventually cause buffer exhaustion on s...Gravatar rfelker2005-03-17
* improve handling of soft-telecined input (faster, fewer mistakes)Gravatar rfelker2005-03-16
* sync to x264 171: chroma_me, chroma_qp_offsetGravatar lorenm2005-03-14
* missing return statement (1e5l for me)Gravatar henry2005-03-08
* subtracting 8 from negative w and h rounds the dimension to the closest multi...Gravatar nicodvb2005-03-06
* alac support via lavc decoderGravatar rtognimp2005-03-06
* sync to x264 r150: new option 'b_pyramid'Gravatar lorenm2005-03-04
* Make nuv files work on bigendian (but old nuv files created with mencoderGravatar reimar2005-03-03
* 35% faster turbo mode with 0.01dB drop. Based Loren Merritt's suggestions.Gravatar gpoirier2005-03-02
* configurable field parity (default from source); bugfixes; speed up mode 0Gravatar rfelker2005-03-02
* fixes for encoding of multiple filesGravatar henry2005-03-01
* memory leakGravatar lorenm2005-02-27
* Add support for 32-bit float WAV files and support for extended WAV filesGravatar ivo2005-02-26
* Remove file-global mpadec, add ad_driver member to sh_audio_t instead.Gravatar hzoli2005-02-25
* finally remove the refences to bps outside libaf. also simplification of some...Gravatar alex2005-02-25
* Add float output support. Add ADCTRL_QUERY_FORMAT control to report theGravatar hzoli2005-02-25
* If -af-adv force=4 is in effect, use ADCTRL_QUERY_FORMAT to query theGravatar hzoli2005-02-25
* more verbose messageGravatar alex2005-02-25
* 100l to me: bugfix for negative strideGravatar rfelker2005-02-24
* bugfix for negative strideGravatar rfelker2005-02-24
* stride must be signed! otherwise negative stride is broken on 64bit systemsGravatar rfelker2005-02-24
* 100l to michael :))))Gravatar rfelker2005-02-24
* sync to x264 r137: adaptive B-frame decision, flush delayed frames.Gravatar lorenm2005-02-23