summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* Introduce MSGT_ASS, use it for all libass messages.eugeni2006-11-031-3/+3
* Set mpi stride, mostly fixes http://samples.mplayerhq.hu/MPEG2/res_change_ffm...reimar2006-11-021-0/+3
* qp height should be in macroblocks, not pixelshenry2006-11-012-4/+4
* Do not modify parsed command-line values on config,reimar2006-11-011-4/+5
* Libass interface reworked:eugeni2006-10-282-6/+6
* make vf_geq read whitespace in equation paramods152006-10-281-1/+1
* remove unused variableods152006-10-271-2/+0
* cosmetic, reindentation, tab removalods152006-10-271-51/+51
* update vf_geq to new ff_eval APIods152006-10-271-38/+45
* Split ass_configure() into several smaller functions.eugeni2006-10-262-29/+8
* Add proper flv fourccreimar2006-10-241-0/+2
* x264: don't enable turbo in the middle pass of a 3pass encode. (broke in r20060)lorenm2006-10-211-1/+1
* Add a call to x264enc_set_param in config, otherwise mencoder -ovc x264reimar2006-10-211-0/+2
* Do not use sh_audio->wf values if they are definitely invalidreimar2006-10-211-0/+2
* make any parse error in -x264encopts fatallorenm2006-10-201-3/+7
* make -passlogfile work with x264 again (broke in r20060)lorenm2006-10-191-2/+2
* bilinear interpolationmichael2006-10-161-13/+20
* 200 byte is too littlemichael2006-10-161-4/+4
* generic equation filtermichael2006-10-163-0/+222
* Use American spelling of "gray" instead for British's "grey" for XviD option,...gpoirier2006-10-161-1/+2
* fix multiple instances of -x264encopts on the commandline (broke in r20060)lorenm2006-10-151-55/+67
* Fix typo in sub_delay external specification.eugeni2006-10-131-1/+1
* Allows up to 8 bytes of extradata for cmsg24rtogni2006-10-101-2/+3
* reinit codec chain when aspect ratio and/or resolution changenicodvb2006-10-081-0/+17
* print bits/s, not bytes/sivo2006-10-061-1/+1
* workaround redefinition of object_type as prev(object_type)+1nicodvb2006-10-051-2/+3
* Remove the x264 option parser, and pass the options on to libx264 as a string...lorenm2006-10-051-310/+41
* make PSNR printing more consistent with other encoderscorey2006-10-031-3/+6
* Simplify and optimize bitmap blending.eugeni2006-10-021-31/+12
* Compile fix for odd versions of binutils, namely the ones in Fedora.gpoirier2006-10-011-6/+6
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.eugeni2006-10-011-0/+20
* in case of errors after decoding quit the main decoding nicodvb2006-09-271-0/+4
* Cosmetics and comments.rik2006-09-231-145/+333
* Patch by Karolina Lindqvist <karolina.lindqvist@kramnet.se>rik2006-09-231-123/+125
* verbosity--;diego2006-09-231-1/+1
* Add forgotten emms which caused weird bugs like nan pts values.reimar2006-09-231-0/+3
* Fix compilation if HAVE_MMX is defined but NAMED_ASM_ARGS isn'treimar2006-09-221-1/+1
* Replace preprocessor hacks to work around compilers not supporting nameddiego2006-09-181-6/+2
* Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()lucabe2006-09-173-7/+17
* conditional declerations are unnecessaryods152006-09-171-6/+0
* Add repeated screenshot mode to vf_screenshot.eugeni2006-09-151-2/+19
* mmx implementation of yadif. 3.5x faster.lorenm2006-09-141-1/+228
* cosmetics (indentation)lorenm2006-09-141-36/+36
* cosmeticslorenm2006-09-141-20/+34
* Add noglobal counterpart to the global flag.diego2006-09-011-0/+1
* Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se>rik2006-09-011-0/+2
* The FSF changed postal address.diego2006-09-014-5/+5
* fix build failure when ASS is disabledaurel2006-08-281-0/+2
* "global header" support, this is pretty much just copy and pasted code from michael2006-08-281-0/+36
* Add EOSD support to vf_vo.eugeni2006-08-281-4/+73
* segfault fixmichael2006-08-281-1/+3
* Add -(no)ass-use-margins option.eugeni2006-08-281-0/+1
* Zero fill ass_settings_t before use.eugeni2006-08-271-0/+1
* Add VFCTRL_DRAW_EOSD.eugeni2006-08-243-3/+13
* A value of 2 is valid for noup, tooreimar2006-08-241-1/+1
* Simplify vf_ass initialization.eugeni2006-08-241-6/+1
* Get rid of useless vf->priv castsreimar2006-08-201-3/+3
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-2/+2
* display correct audio bitrate, samplerate and number of channels onceivo2006-08-151-0/+3
* display corrected aspect ratio for mplayer -identifyivo2006-08-151-0/+1
* Set encoder's input format to "native endiannes", instead of little endian.gpoirier2006-08-151-1/+1
* Remove empty function that isn't used anywhere (and never has been??).uau2006-08-141-4/+0
* Fix buffer size sanity check to match what is actually required.uau2006-08-141-1/+6
* Change pcm decode_audio to return data based on minlen instead of maxlenuau2006-08-131-1/+5
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.diego2006-08-139-24/+15
* pass average bitrate from encoder to (lavf) muxermichael2006-08-102-1/+2
* cosmetics: Rename some variables for consistency.diego2006-08-071-1/+1
* "[ass] init" message looks better when it starts with the capital letter 'I'.eugeni2006-08-061-2/+2
* fix a/v sync issues when using ad_hwmpaben2006-08-011-0/+3
* Fix SVQ3 extradata handling so it works correctly with demux_lavfpacman2006-07-311-8/+12
* Fix bogus pointer addition in the extraction of extradata frompacman2006-07-311-2/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+1
* There is a reference to a file COPYRIGHT that we do not include, so pastediego2006-07-301-0/+16
* Unify include paths in the build system, part I.diego2006-07-271-2/+0
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsmichael2006-07-241-0/+4
* in some cases, vf_bmovl produces junk due to source andgpoirier2006-07-231-3/+3
* -vf pp7 overblurs still parts of the image, whichgpoirier2006-07-231-1/+2
* in decode_audio() memset(0) unused memory in buf before returningnicodvb2006-07-231-1/+2
* don't do the work of mp_get_mp3_header() and, as a side effect, prevent a dea...nicodvb2006-07-231-2/+0
* the value returned by decode_audio() must be the amount of _decoded_ bytes (...nicodvb2006-07-221-5/+7
* moved mpeg_packetizer helpers to libmpdemuxben2006-07-193-327/+0
* new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo d...ben2006-07-193-0/+327
* Quit on eof, was broken by r17150rtogni2006-07-191-0/+2
* old 10l: do not try to compile mmx code if we do not have mmxrfelker2006-07-191-1/+1
* sync to x264 r537 (api change)lorenm2006-07-181-1/+4
* prevent buffer underflow; the code is still incorrect and leads to desync but...nicodvb2006-07-161-10/+19
* marks several read-only string parameters and function return-values which ca...reynaldo2006-07-162-2/+2
* marks several read-only string parameters which aren't modified inside the ca...reynaldo2006-07-152-2/+2
* print frame type and keep track of last encountered keyframeivo2006-07-151-3/+10
* new black frame detection filterivo2006-07-153-0/+144
* Remove support for obsolete and non-free divx4/odivx libraries.diego2006-07-146-1132/+0
* Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.diego2006-07-133-287/+5
* marks several function without a prototype which arent used outside its sourc...reynaldo2006-07-131-11/+10
* drops casts from void * on malloc/calloc, leftover on libmpcodecsreynaldo2006-07-131-3/+3
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+0
* c++ decls, 100000000000l to whoever broke my code like this..rfelker2006-07-101-5/+4
* Marks several string parameters as const when they are not modified in the fu...reynaldo2006-07-093-6/+6
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-098-16/+1
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.diego2006-07-081-1/+1
* Initial libass release (without mencoder support).eugeni2006-07-075-0/+446
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-069-17/+166
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-032-2/+2
* rm unnecesary casts from void* - part 3reynaldo2006-07-0211-11/+11
* postprocess.h was moved to libpostproc years ago..diego2006-06-301-1/+1
* Move postproc ---> libswscalelucabe2006-06-308-8/+8
* correct handling of sgi compressed images on amd64, patch by Paul-Francois Fo...reynaldo2006-06-301-3/+3
* Avoid crash in uninit-without-config casereimar2006-06-261-0/+2
* Revert Michael's VFCTRL_FLIP_PAGE changes ("svn merge -r 18781:18779 .")uau2006-06-211-11/+0
* intercept VFCTRL_FLIP_PAGE if neededmichael2006-06-211-0/+11
* Move #ifdefs around complete files into the build system.diego2006-06-2131-156/+104
* Comment #ifdef #endif jungle.diego2006-06-211-16/+16
* Comment some #endif directives to avoid confusion.diego2006-06-211-3/+3
* Remove separation between Win32 DLL and DirectShow support in the build system.diego2006-06-217-20/+6
* avcodec_close()michael2006-06-191-0/+1
* Software Scaler headers usage cleanuplucabe2006-06-1812-13/+0
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma...rathann2006-06-151-14/+9
* typo noticed by Alexander Monakov monoid$$at$$fds-net$$dot$$rudiego2006-06-121-1/+1
* better spatial interpolationmichael2006-06-092-25/+27
* filter left & right edges too (yeah the code is lame i know...)michael2006-06-081-1/+1
* improved mc+src merge codemichael2006-06-081-11/+21
* fixes the infinite loop which occurs when there is a decode error in a frame.gpoirier2006-06-081-3/+5
* vf_mcdeint should be compiled in #ifdef USE_LIBAVCODEC_DSPUTIL, not #ifdef U...nicodvb2006-06-071-3/+1
* make spatial interlacing check optionalmichael2006-06-071-6/+3
* simplifymichael2006-06-071-29/+24
* cleanupmichael2006-06-071-16/+14
* cleanupmichael2006-06-071-13/+5
* simplifymichael2006-06-061-4/+2
* yet another deinterlacing filtermichael2006-06-063-0/+255
* Spelling fixpacman2006-06-061-1/+1
* known issues and notesmichael2006-06-061-0/+27
* Motion compensating deinterlacermichael2006-06-063-0/+301
* Support and document lavc b_sensitivity option.corey2006-06-051-0/+3
* document the recent changes in Snow.lorenm2006-06-051-3/+6
* libpostproc is not a subdirectory of libavcodec anymore.diego2006-06-021-2/+2
* Remove now obsolete .cvsignore files.diego2006-06-021-1/+0
* Fix:rathann2006-05-141-2/+2
* support lavc mv0_thresholdcorey2006-05-131-0/+3
* Make return type consistent with usage. Patch by Pierre Lombard.rathann2006-05-131-3/+3
* moved code to set aspect ratio for mpeg12 away from video.c and into decoder ...nicodvb2006-05-101-0/+4
* fix float rounding errorods152006-05-051-2/+2
* fixes a bug when copying the image into a destination buffer smaller than the...gpoirier2006-04-271-2/+2
* Fix memory corruption in vd_libmpeg2uau2006-04-272-9/+30
* Get rid of unneeded alignnplourde2006-04-241-4/+0
* 4 - Implement a better way to calculate current audio pts and use it forrtognimp2006-04-243-3/+21
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-242-4/+2
* sync to x264 r503 (dct_decimate)lorenm2006-04-221-0/+4
* Add properties for the tv input color controls.albeu2006-04-221-1/+1
* Fix BGR32 big-endian outputpacman2006-04-201-0/+6
* better set audio_out_minsize to MAX_FRAMESIZEreimar2006-04-201-1/+1
* set audio_out_minsize, should avoid all "maxlen too small" casesreimar2006-04-191-1/+1
* bug fixes: left-over mode variable used uninitialized,reimar2006-04-191-2/+10
* Using channel count, samplerate and input bps values from the containerdiego2006-04-191-1/+2
* removed unreachable code: this filter can't compile with external libavcodec ...nicodvb2006-04-174-21/+0
* add support for intel mac. mp3lib is not fixed yet.nplourde2006-04-1510-18/+28
* 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_deco...reimar2006-04-092-8/+10
* New mode for tinterlace filteriive2006-04-081-0/+68
* 10l: missing const put this in data segment instead of text/rodatarfelker2006-04-031-2/+2
* move 12k from data to bss (reduce binary size by 12k)rfelker2006-04-031-2/+4
* simplify extradata handling and make passing extradata on the default.reimar2006-04-021-38/+26
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-3122-67/+82
* Trust the demuxer instead of the decoder for samplerate detection.diego2006-03-301-6/+5
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-273-9/+9
* reinit vo when pix_fmt changes.reimar2006-03-271-0/+3
* Change some printf calls to fprintf.diego2006-03-271-1/+1
* Change 'if(verbose)' to the more appropriate mp_msg_test.diego2006-03-273-6/+3
* use shifts instead of division. 15% faster hqdn3dlorenm2006-03-261-20/+20
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-247-14/+13
* feed something (hopefully correct timestamps) into the video filter chainmichael2006-03-212-3/+3
* lavc doesnt pass AVFrame.opaque around :/michael2006-03-211-2/+17
* 10l (null pointer dereference)michael2006-03-211-2/+12
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-2180-180/+191
* sync to x264 r476 (subq=7)lorenm2006-03-201-1/+1
* Support libavcodec vrc_strategy=1 (XviD ratecontrol).corey