summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* Include "internal" libavformat/riff.h also when dynamic libavformat is usedreimar2007-01-061-8/+1
* Include libavformat/riff.h when building with static libavformat andreimar2007-01-061-2/+14
* allows OSD menu to be displayed when using MPEG PES video outben2007-01-041-0/+18
* Fix build with shared libavutil. Approved by Diego.rathann2006-12-312-0/+8
* the avi spec does not allow random samplesize whoever wrote this should be shotmichael2006-12-291-2/+5
* first step toward amr-nb muxing supportmichael2006-12-291-0/+3
* Properly fix compilation without code duplication.diego2006-12-231-9/+2
* compilation fixes: define always_inline and don't use uint64_t_Crik2006-12-231-1/+8
* Pass quant tables to next filtersgpoirier2006-12-211-0/+1
* muxers now write to output muxer->stream rather than to muxer->filenicodvb2006-12-1814-0/+14
* Simplify: get rid of useless lame_presets_longinfo_dm function.reimar2006-12-161-10/+1
* Fix FIXME mp_msg levels and targetsreimar2006-12-161-10/+10
* Get rid on -DGNU_SOURCE for internal code, imported libs should be fixedreimar2006-12-121-1/+0
* count needs to be evenhenry2006-12-111-1/+1
* Only increase buffer size to avoid crashes when seeking inreimar2006-12-101-2/+5
* Fix realvideo size changes by using our own malloced buffer and export type mpi.reimar2006-12-101-13/+20
* Get rid of min/max macros from aviheader.h, they do not belong here.reimar2006-12-094-5/+5
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-0714-14/+14
* Speed up ASS subtitles display by detecting changes between two consecutiveeugeni2006-12-062-5/+12
* Fix memleak in theora decoder due to missing theora_comment_/theora_info_clea...reimar2006-12-061-0/+2
* Fix memleak if vd_ffmpeg init failsreimar2006-12-061-1/+3
* Remove unused function pointers, they probably had incorrect prototypesreimar2006-12-032-20/+4
* Compile fix, BE_32 definition has been movedreimar2006-12-031-0/+1
* Remove long-deprecated -vop option.diego2006-12-022-19/+0
* Set video aspect ratio for libass in vf_vo.eugeni2006-12-021-0/+1
* Update comment, video output plugins are deprecated.diego2006-12-021-1/+1
* Cleanup and fix rectangle size calculation, caused crashes with e.g.reimar2006-12-011-25/+15
* Add libav include paths to CFLAGS without indirection.diego2006-12-011-4/+3
* Explain reason for -I.. in CFLAGS here.diego2006-11-291-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-2914-14/+26
* cosmetics to ease future patchingdiego2006-11-271-1/+2
* Move common code to mpcommon.mak.diego2006-11-271-8/+0
* Use standard SRCS2 name for MEncoder sources.diego2006-11-271-15/+14
* Move common code for generating multiple libraries to mpcommon.mak.diego2006-11-271-10/+1
* Merge duplicate entries.diego2006-11-261-22/+11
* Remove unnecessary variable indirection.diego2006-11-261-13/+9
* cosmetics: alphabetical orderdiego2006-11-261-128/+122
* FFmpeg-style conditional dependency declarationdiego2006-11-261-145/+55
* 100l typosdiego2006-11-261-2/+2
* Remove useless variable indirection.diego2006-11-261-2/+1
* cosmetics: Move around some entries for better readability.diego2006-11-261-24/+19
* Do not use many different variables for SRCS.diego2006-11-261-57/+46
* Reorder entries for better readability.diego2006-11-261-40/+30
* Remove unused include variable.diego2006-11-261-1/+0
* Fix previous broken vd_qtvideo.c commit which failed on MACOSXuau2006-11-261-2/+4
* Move #include <QuickTime/ImageCodec.h> before internal headersuau2006-11-261-6/+7
* Shouldn't move "#ifdef MACOSX" before #include config.h of course...uau2006-11-261-1/+2
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-24/+3
* Move #include <QuickTime/QuickTimeComponents.h> before internal headers.uau2006-11-261-4/+4
* Fix incorrect use of be2me_32 on a pointer, use BE_32 instead.reimar2006-11-261-1/+1
* Useless use of strstr, strchr is good enough.reimar2006-11-261-1/+1
* Check the log level before processing the messagehenry2006-11-261-7/+9
* simplifydiego2006-11-251-6/+6
* Remove useless libvo/sub.h include.reimar2006-11-251-1/+0
* Remove superfluous comment.diego2006-11-251-3/+0
* Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpegdiego2006-11-241-1/+1
* Fix incorrect function pointer definition.uau2006-11-221-1/+1
* Make compilation depending on USE_OSD unconditional.uau2006-11-221-2/+0
* Fix incorrect stride used in vf_ass.eugeni2006-11-221-6/+6
* MSGTR for libmpcodecs/vd.ckraymer2006-11-221-1/+1
* Remove superfluous empty variable declaration.diego2006-11-211-1/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* allows to de- and reactivate yadif on the flygpoirier2006-11-191-1/+18
* Remove obsolete Xvid 3 support.diego2006-11-185-842/+2
* Add deinterlace property, patch by Carl Eugen Hoyosreimar2006-11-172-0/+14
* Put files fully owned by my under GPL v2 "or later"reimar2006-11-171-1/+1
* Fix AMD64 support, patch by Reimar Doffingergpoirier2006-11-171-24/+25
* Fix segfault with videos with unusual resolution, patch by Stanislav Maslovsk...gpoirier2006-11-151-1/+1
* Fix extradata passing to lavc RV20 decoderrtogni2006-11-142-21/+33
* Use vf control for reading pts from vf_vouau2006-11-142-9/+11
* Update OSD contents only after the correct values for the frame are known.uau2006-11-142-11/+14
* Remove mmx.h, the licensing status was doubtful, and put a minimaldiego2006-11-101-0/+80
* Separate XviD 3 and XviD 4 tests.diego2006-11-081-8/+6
* support lavc mblmin and mblmaxcorey2006-11-081-0/+6
* Fix code that cuts audio data if the filters produce too much.uau2006-11-071-1/+2
* feed av_log() through mp_msg()michael2006-11-071-0/+49
* Remove remnants of long-gone libfame.diego2006-11-063-159/+0
* Initialize fontconfig in VFCTRL_INIT_EOSD handler.eugeni2006-11-052-1/+4
* Fix comment, it's 'sowt', not 'swot' ('twos' reversed)reimar2006-11-051-1/+1
* Always respect w and h params to mpcodecs_config_vo overreimar2006-11-051-6/+2
* ass renderer absolutely needs readable target mpi.reimar2006-11-041-2/+2
* changed email addresshenry2006-11-041-1/+1
* pass the interlacing info to the filter chainhenry2006-11-041-0/+2
* 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