aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* 10l found by Oded: case 2 on a boolean value...Gravatar rfelker2006-03-12
* QuickTime in24 and in32 PCM audio supportGravatar rathann2006-03-11
* add default case to encoder switch-case (maybe an error message would be good...Gravatar reimar2006-03-08
* free tmp earlier, it is not needed below and might leak on errors otherwiseGravatar reimar2006-03-08
* sync to x264 r457 (direct_pred=3)Gravatar lorenm2006-03-05
* Reduce Real DLL/so loading verbosity, OKed by Roberto.Gravatar diego2006-03-03
* XviD multi-threaded encoding supportGravatar gpoirier2006-03-01
* 10l (dont limit dimension components independantly if noup)Gravatar michael2006-02-24
* Fix video delay when encoding with B-frames.Gravatar corey2006-02-21
* no upscale flag so automatic downscaling is possible in mencoderGravatar michael2006-02-18
* memalign segfaults when used without declaration on amd64 (default function r...Gravatar aurel2006-02-16
* include config.h before includes that need itGravatar iive2006-02-16
* Align memory at 16 byte boundaries.Gravatar diego2006-02-14
* lavc exposes the reconstructed picture, so no need to decode it againGravatar lorenm2006-02-13
* Make sure maxlen is respected, instead of just failing the assert later on.Gravatar reimar2006-02-10
* 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
* Add support for grayscale [m]jpegGravatar rtognimp2006-02-08
* Fix mpng to work correctly with 16 bit png's. don't have any files to testGravatar ods152006-02-07
* Only compile libmpencoders if MEncoder has been enabled.Gravatar diego2006-01-31
* Move conditional compilation out of the code and into the build system.Gravatar diego2006-01-31
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...Gravatar michael2006-01-26
* pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i...Gravatar michael2006-01-25
* vglobal so the user can tell the encoder that she wants global headers ... on...Gravatar michael2006-01-24
* Using INT_MAX without including limits.h breaks compilation on MinGW.Gravatar diego2006-01-23
* support libavcodec's new sc_factor parameterGravatar corey2006-01-22
* proper support for shared libpostprocGravatar diego2006-01-22
* Use free instead of speex_free - since speex_free does not appear in theGravatar reimar2006-01-19
* Push "Building audio filter chain" up to verbose level.Gravatar diego2006-01-19
* sync to x264 r398.Gravatar lorenm2006-01-16
* ad_hwmpa: pass-through fake audio codec for hardware mpeg decodersGravatar nicodvb2006-01-15
* Consistent variable names for shared libavcodec.Gravatar diego2006-01-14
* Update licensing information: The FSF changed postal address.Gravatar diego2006-01-13
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* convert some printfs to mp_msgGravatar rathann2006-01-10
* added support for external libavformatGravatar nicodvb2006-01-09
* sync to x264 r390 (bime)Gravatar lorenm2005-12-30
* Support vme=8 (iterative overlapped block).Gravatar diego2005-12-29
* Add bidir_refine to lavc's set of options, and document it.Gravatar gpoirier2005-12-28
* Remove tables used by MPlayer native 14_4 and 28_8 codecsGravatar rtognimp2005-12-27
* support downscaling frames for dynamic b frame decissionGravatar gpoirier2005-12-25
* I screwed up keep aspect param, made behavior the opposite of man page.Gravatar ods152005-12-20
* malloc padding to avoid access beyond allocated memoryGravatar henry2005-12-19
* reverse the H264 hackGravatar henry2005-12-19
* negative quality values allow postproc regardless of inputGravatar henry2005-12-18
* do not postprocess H264Gravatar henry2005-12-18
* bitexact flagGravatar michael2005-12-18
* deobfuscate some very simple code...Gravatar ods152005-12-17
* do not set the flag when config failedGravatar henry2005-12-16