aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Get rid of useless vf->priv castsGravatar reimar2006-08-20
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* display correct audio bitrate, samplerate and number of channels onceGravatar ivo2006-08-15
* display corrected aspect ratio for mplayer -identifyGravatar ivo2006-08-15
* Set encoder's input format to "native endiannes", instead of little endian.Gravatar gpoirier2006-08-15
* Remove empty function that isn't used anywhere (and never has been??).Gravatar uau2006-08-14
* Fix buffer size sanity check to match what is actually required.Gravatar uau2006-08-14
* Change pcm decode_audio to return data based on minlen instead of maxlenGravatar uau2006-08-13
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.Gravatar diego2006-08-13
* pass average bitrate from encoder to (lavf) muxerGravatar michael2006-08-10
* cosmetics: Rename some variables for consistency.Gravatar diego2006-08-07
* "[ass] init" message looks better when it starts with the capital letter 'I'.Gravatar eugeni2006-08-06
* fix a/v sync issues when using ad_hwmpaGravatar ben2006-08-01
* Fix SVQ3 extradata handling so it works correctly with demux_lavfGravatar pacman2006-07-31
* Fix bogus pointer addition in the extraction of extradata fromGravatar pacman2006-07-31
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31
* There is a reference to a file COPYRIGHT that we do not include, so pasteGravatar diego2006-07-30
* Unify include paths in the build system, part I.Gravatar diego2006-07-27
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsGravatar michael2006-07-24
* in some cases, vf_bmovl produces junk due to source andGravatar gpoirier2006-07-23
* -vf pp7 overblurs still parts of the image, whichGravatar gpoirier2006-07-23
* in decode_audio() memset(0) unused memory in buf before returningGravatar nicodvb2006-07-23
* don't do the work of mp_get_mp3_header() and, as a side effect, prevent a dea...Gravatar nicodvb2006-07-23
* the value returned by decode_audio() must be the amount of _decoded_ bytes (...Gravatar nicodvb2006-07-22
* moved mpeg_packetizer helpers to libmpdemuxGravatar ben2006-07-19
* new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo d...Gravatar ben2006-07-19
* Quit on eof, was broken by r17150Gravatar rtogni2006-07-19
* old 10l: do not try to compile mmx code if we do not have mmxGravatar rfelker2006-07-19
* sync to x264 r537 (api change)Gravatar lorenm2006-07-18
* prevent buffer underflow; the code is still incorrect and leads to desync but...Gravatar nicodvb2006-07-16
* marks several read-only string parameters and function return-values which ca...Gravatar reynaldo2006-07-16
* marks several read-only string parameters which aren't modified inside the ca...Gravatar reynaldo2006-07-15
* print frame type and keep track of last encountered keyframeGravatar ivo2006-07-15
* new black frame detection filterGravatar ivo2006-07-15
* Remove support for obsolete and non-free divx4/odivx libraries.Gravatar diego2006-07-14
* Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.Gravatar diego2006-07-13
* marks several function without a prototype which arent used outside its sourc...Gravatar reynaldo2006-07-13
* drops casts from void * on malloc/calloc, leftover on libmpcodecsGravatar reynaldo2006-07-13
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* c++ decls, 100000000000l to whoever broke my code like this..Gravatar rfelker2006-07-10
* Marks several string parameters as const when they are not modified in the fu...Gravatar reynaldo2006-07-09
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.Gravatar diego2006-07-09
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.Gravatar diego2006-07-08
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07
* Add a new video pts tracking mode, enabled by option -correct-pts.Gravatar uau2006-07-06
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgGravatar reynaldo2006-07-03
* rm unnecesary casts from void* - part 3Gravatar reynaldo2006-07-02
* postprocess.h was moved to libpostproc years ago..Gravatar diego2006-06-30
* Move postproc ---> libswscaleGravatar lucabe2006-06-30
* correct handling of sgi compressed images on amd64, patch by Paul-Francois Fo...Gravatar reynaldo2006-06-30