summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* Remove twos workaround, this bug was fixed in mov demuxerrtognimp2006-03-141-7/+0
* in24/in32/fl32 little/big-endian QuickTime PCM audio supportrathann2006-03-131-0/+20
* do not randomly chop up packets, this isnt allowed in almost no containermichael2006-03-131-3/+4
* -lavcopts aglobalmichael2006-03-132-0/+10
* 10l found by Oded: case 2 on a boolean value...rfelker2006-03-121-2/+2
* QuickTime in24 and in32 PCM audio supportrathann2006-03-111-0/+8
* add default case to encoder switch-case (maybe an error message would be good...reimar2006-03-081-0/+3
* free tmp earlier, it is not needed below and might leak on errors otherwisereimar2006-03-081-1/+1
* sync to x264 r457 (direct_pred=3)lorenm2006-03-051-2/+2
* Reduce Real DLL/so loading verbosity, OKed by Roberto.diego2006-03-032-4/+4
* XviD multi-threaded encoding supportgpoirier2006-03-011-1/+3
* 10l (dont limit dimension components independantly if noup)michael2006-02-241-2/+2
* Fix video delay when encoding with B-frames.corey2006-02-214-2/+25
* no upscale flag so automatic downscaling is possible in mencodermichael2006-02-181-0/+9
* memalign segfaults when used without declaration on amd64 (default function r...aurel2006-02-161-0/+4
* include config.h before includes that need itiive2006-02-161-1/+1
* Align memory at 16 byte boundaries.diego2006-02-141-3/+3
* lavc exposes the reconstructed picture, so no need to decode it againlorenm2006-02-131-1/+1
* Make sure maxlen is respected, instead of just failing the assert later on.reimar2006-02-101-0/+4
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-0914-15/+15
* include config.h as img_format.h needs endian definitions, noticed by Alan Cu...iive2006-02-091-0/+1
* Add support for grayscale [m]jpegrtognimp2006-02-081-0/+1
* Fix mpng to work correctly with 16 bit png's. don't have any files to testods152006-02-071-0/+1
* Only compile libmpencoders if MEncoder has been enabled.diego2006-01-311-1/+6
* Move conditional compilation out of the code and into the build system.diego2006-01-3111-51/+39
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-2610-14/+14
* pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i...michael2006-01-251-0/+8
* vglobal so the user can tell the encoder that she wants global headers ... on...michael2006-01-241-1/+11
* Using INT_MAX without including limits.h breaks compilation on MinGW.diego2006-01-231-0/+1
* support libavcodec's new sc_factor parametercorey2006-01-221-0/+3
* proper support for shared libpostprocdiego2006-01-224-7/+11
* Use free instead of speex_free - since speex_free does not appear in thereimar2006-01-191-1/+1
* Push "Building audio filter chain" up to verbose level.diego2006-01-191-1/+1
* sync to x264 r398.lorenm2006-01-161-0/+7
* ad_hwmpa: pass-through fake audio codec for hardware mpeg decodersnicodvb2006-01-153-0/+139
* Consistent variable names for shared libavcodec.diego2006-01-141-1/+1
* Update licensing information: The FSF changed postal address.diego2006-01-1318-18/+18
* massive attack: mp_msg printf format fixesrathann2006-01-1210-33/+33
* convert some printfs to mp_msgrathann2006-01-101-1/+1
* added support for external libavformatnicodvb2006-01-091-2/+2
* sync to x264 r390 (bime)lorenm2005-12-301-0/+4
* Support vme=8 (iterative overlapped block).diego2005-12-291-1/+1
* Add bidir_refine to lavc's set of options, and document it.gpoirier2005-12-281-0/+3
* Remove tables used by MPlayer native 14_4 and 28_8 codecsrtognimp2005-12-272-2591/+0
* support downscaling frames for dynamic b frame decissiongpoirier2005-12-251-0/+3
* I screwed up keep aspect param, made behavior the opposite of man page.ods152005-12-201-1/+1
* malloc padding to avoid access beyond allocated memoryhenry2005-12-192-5/+5
* reverse the H264 hackhenry2005-12-191-19/+9
* negative quality values allow postproc regardless of inputhenry2005-12-181-6/+15
* do not postprocess H264henry2005-12-181-4/+5
* bitexact flagmichael2005-12-181-0/+3
* deobfuscate some very simple code...ods152005-12-171-4/+4
* do not set the flag when config failedhenry2005-12-161-1/+4
* Remove MPlayer native 14_4 and 28_8 codecs (they are in lavc)rtognimp2005-12-098-932/+1
* Move audio packets reordering from codec interface to demuxers for realrtognimp2005-12-091-100/+26
* prevent flicker on b-frames, trivial port from vf_spphenry2005-12-071-6/+22
* more warning fixesods152005-12-072-2/+2
* prevent flicker, to get old behaviour use spp=x:y:4 / x:y:5michael2005-12-061-6/+18
* expand aspect works by display aspect, not video aspect.ods152005-12-051-2/+3
* fixrathann2005-12-051-0/+3
* fixrathann2005-12-051-1/+1
* ad_libvorbis.c:119: warning: assignment from incompatible pointer typerathann2005-12-051-1/+2
* fixrathann2005-12-051-0/+1
* attribute alignmichael2005-12-031-1/+1
* switch to snowmichael2005-12-031-12/+17
* multithreaded decodingmichael2005-12-021-0/+6
* make -lavdopts debug work again, patch by Jason Tackaberry ( tack AH sault PO...gpoirier2005-12-021-0/+2
* Fixed wrong M_OPT_RANGE in vrc_maxrate/vrc_minrate , default was 0 and range ...reynaldo2005-11-291-2/+2
* 10llorenm2005-11-221-1/+1
* sync to x264 r373 (brdo)lorenm2005-11-221-0/+4
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-18105-331/+331
* attempt to fix missing and/or broken boundary checksreimar2005-11-101-2/+6
* do not set ctx->vo_inited when init fails. This caused a crash when areimar2005-11-101-1/+1
* ultra simple&slow pp filter, yes yet another spp like filter :)michael2005-11-083-0/+410
* Speex audio decodingreimar2005-11-051-0/+113
* Speex support. Seeking and pts generation does not work.reimar2005-11-052-0/+8
* sync to x264 r360 (trellis)lorenm2005-11-041-0/+5
* close stream_fd on uninit. Fixes bugzilla bug #400.reimar2005-11-011-0/+2
* 10l, uninit() was not used, fixes bug #401reimar2005-10-301-0/+2
* sync to x264 r334 (crf)lorenm2005-10-241-0/+4
* 10l to whoever got aspect upside-down.. it's w/h, not h/w. hope this doesn't ...rfelker2005-10-231-3/+3
* replace mp3lame version detection by required features detectionaurel2005-10-181-6/+6
* Make a few more messages translatable by moving them into help_mp-en.h.diego2005-10-182-3/+3
* implement ADCTRL_RESYNC_STREAM, it tries to detect when decoding isreimar2005-10-121-0/+34
* sync to x264 r318 (mixed_refs)lorenm2005-10-081-0/+4
* Typo fix, patch by Ismail Dönmez <ismail AH kde POIS org POIS tr>gpoirier2005-10-061-2/+2
* neightbour --> neighbor typo fixdiego2005-10-062-6/+6
* hqdn3d: 2.5x faster temporal-only, 1.6x faster spatial-only.lorenm2005-10-061-1/+76
* Compilation fix for systems lacking lrintf like e.g. NetBSD.diego2005-10-051-4/+14
* Stupidity in last patch broke compile without MMX: RTjpeg_lmask is a unionreimar2005-10-041-5/+5
* Fix 100l bugs that break playback on 64 bit systems (like typedefing __u32reimar2005-10-042-21/+20
* Check for eof instead of decoding the same data over and over.reimar2005-10-011-0/+1
* forgotten include; patch by Jan Knutar (jknutar ad nic puntum fi)nicodvb2005-09-281-0/+2
* code before decleration, gcc2.95 fixods152005-09-281-11/+10
* make xvid encoding use the filename fromgpoirier2005-09-261-3/+4
* Break up all long lines that were missed during the last reformatting round.diego2005-09-191-4/+26
* 10l: the directories specified with --with-xvid*dir were ignored.gpoirier2005-09-191-1/+1
* 10l: fully working DXN profile support require XviD 1.1.x. Earlier version wi...gpoirier2005-09-181-0/+4
* print the first 16 bytes of frame data with -v -v, helps detect whenreimar2005-09-161-0/+2
* reduced verbositynicodvb2005-09-132-2/+2
* adds Simple, Advanced Simple and DivX profile support for XviD, Patch by Robe...gpoirier2005-09-131-17/+190
* pp_postprocess reads from target image, so request a readable one.reimar2005-09-131-1/+2
* Fix maximum frame size, could lead to crashes when changing playback speed.reimar2005-09-121-3/+4
* Fix multiple issues: No picture at all, broken pictures, only every secondreimar2005-09-121-58/+34
* do nothing if no free filenames are availablehenry2005-09-111-4/+10
* use slices if DR isn't availablehenry2005-09-111-0/+6
* forgotten MP_IMGFLAG_READABLEhenry2005-09-111-1/+1
* DR and slice supporthenry2005-09-111-21/+99
* screenshot filterhenry2005-09-111-0/+1
* screenshot filterhenry2005-09-113-0/+241
* Use bitrate from demuxerreimar2005-09-061-1/+3
* replace sleep with usec_sleep, required for recent mingw versions, patch by R...faust32005-09-031-1/+1
* custom quantization matrix for x264, original patch by Robert Swain < robert ...gpoirier2005-09-021-0/+63
* * really keep track on how many samples were decoded last round (fix 10l)attila2005-09-011-4/+7
* stop trying to decode faad audio, when last decoded length is <0attila2005-09-011-1/+1
* 10lattila2005-08-311-1/+1
* Allow forcing of demuxers and codecs by prepending '+'reimar2005-08-302-6/+16
* avoid reading more than maxlen bytes.reimar2005-08-251-2/+2
* 10l, missing returnfaust32005-08-251-1/+1
* Wrong scale conversion from VFCTRL_SET_EQUALIZER, priv->saturation shouldreimar2005-08-251-1/+1
* Fix MEncoder build with shared libavcodec.diego2005-08-171-0/+4
* tremor uses integer typesrathann2005-08-061-0/+4
* missing includerathann2005-08-061-0/+1
* Support new static libavcodec (depends on libavutil).al2005-08-012-2/+7
* Needs the previous mpi (pmpi), so request a readable one and requestreimar2005-07-311-1/+2
* vBlur reads from dmpi, so request a readable onereimar2005-07-311-1/+1
* when threshold != 0 the dest image must be readablereimar2005-07-311-1/+3
* If scaleh == 1 our destination image must be readablereimar2005-07-281-1/+2
* we do not read from dmpi, so it doesn't have to be readablereimar2005-07-281-1/+1
* deghost_plane also reads from destination, so request readable bufferreimar2005-07-281-1/+2
* lavf demuxer with raw PCM fix (and a related hang)reimar2005-07-281-0/+2
* Fix crash with large imagesreimar2005-07-281-0/+1
* restrict to YV12 since the default limit does not work well for anything else.reimar2005-07-261-0/+9
* Use a more stable URL.diego2005-07-261-1/+1
* Allow the ffmpeg people to use this code if they want.reimar2005-07-231-0/+2
* guard against double uninit (reportedly can happen on STRG+C)reimar2005-07-221-0/+1
* aspect and round params for vf_dsize.ods152005-07-221-3/+43
* Too little memory alloced.reimar2005-07-211-1/+1
* use stored dimensions instead of visible one when (vf_)get_image is callediive2005-07-204-8/+8
* add (no)visualize optionsiive2005-07-191-0/+4
* 10l: scene change detecion is deactivated with sc_threshold=1000000000ranma2005-07-171-1/+1
* 10l for meranma2005-07-171-1/+1
* Support for skip optionsreimar2005-07-171-0/+36
* memcpy and memmove both copy memory, but when using memcpy the source and des...gpoirier2005-07-151-1/+1
* 1/2 l: last patch lacked the option name, so it wasn't activeablegpoirier2005-07-111-0/+1
* ensure that dr buffers are readablemichael2005-07-113-3/+3
* x264 fast first pass, patch by Robert Swain < robert POUM swain AH gmail POUM...gpoirier2005-07-111-20/+40
* #ifdef HAVE_MMXmichael2005-07-111-0/+2
* The right name is Musepack, not MPC/MpegPlus.reimar2005-07-101-2/+2
* musepack demuxing and decoding support (demuxing is v7 bitstream only).reimar2005-07-103-0/+186
* 10l to Nico for this copy&paste bugrathann2005-07-101-2/+2
* -af-adv force=1 is now default (and thus also lavcresample)reimar2005-07-101-1/+1
* pp7 filter (spp=6 filter with 7 point dct where only the center sample is use...michael2005-07-093-0/+489
* cosmetics.ods152005-07-081-2/+2
* add 'aspect' and 'round' params to vf_expand.ods152005-07-071-17/+22
* unneededalex2005-07-031-5/+0
* restored framerate autodetection based on heightnicodvb2005-06-281-1/+1
* FFmpeg theora decoder supportrtognimp2005-06-261-1/+2
* make -srate work again, unify audio filter init and preinit.reimar2005-06-242-44/+15
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...gpoirier2005-06-202-0/+4
* fix illegal readreimar2005-06-201-1/+1
* Add vrc_init_occupancy to lavcoptsranma2005-06-201-0/+5
* Be more patch-friendlyranma2005-06-191-10/+140
* Fix email addressranma2005-06-191-1/+1
* sync to x264 rev264 (lossless)lorenm2005-06-171-1/+1
* sync to x264 rev263 (RDO)lorenm2005-06-151-1/+1
* small change to field-matching metrics which hopefully makes a bigrfelker2005-06-142-7/+90
* fixed wrong binary mask: it precluded the syncword of adts-4 from being recog...nicodvb2005-06-121-1/+1
* forgotten reference to remove-logo, 10l for Richhenry2005-06-081-0/+2
* 10l for mehenry2005-06-081-2/+2
* remove_logo filter by yartrebo, committed with fixes for c++ variable declara...rfelker2005-06-082-1/+912
* correcting the previous draw_slice fixhenry2005-06-071-2/+4
* check for display height when drawing sliceshenry20