| Commit message (Expand) | Author | Age | Files | Lines |
* | Add XviD's luminance masking (option name: lumi_mask) | gpoirier | 2005-06-04 | 1 | -0/+10 |
* | x86-64 fixes by Reimar | henry | 2005-06-04 | 1 | -289/+283 |
* | disable mmx code for x86-64 | henry | 2005-06-04 | 1 | -0/+5 |
* | move unchanged registers back to input spec | henry | 2005-06-04 | 1 | -4/+4 |
* | faster spp filter by Nikolaj Poroshin <porosh3 at psu ru> | henry | 2005-06-04 | 3 | -1/+2116 |
* | XviD zones support. Patch by Doom9: < feedback123 GROOVY doom9 STEADY org > | gpoirier | 2005-06-02 | 1 | -2/+66 |
* | sync to x264 r240 (threads) | lorenm | 2005-05-29 | 1 | -0/+3 |
* | quicktime fix update | henry | 2005-05-25 | 1 | -3/+7 |
* | prefer width&height from bitmapinfoheader for h263 streams | henry | 2005-05-25 | 1 | -4/+12 |
* | DragonFly BSD support | diego | 2005-05-25 | 2 | -2/+2 |
* | No overlap allowed in memcpy, use memmove | hzoli | 2005-05-24 | 1 | -1/+1 |
* | Make sure that samplesize is at least 2, as some demuxers set it to 1 | hzoli | 2005-05-24 | 1 | -0/+1 |
* | Fix ADCTRL_SKIP_FRAME and add ADCTRL_RESYNC_STREAM | hzoli | 2005-05-24 | 2 | -2/+4 |
* | sync to x264 r239 (zoned ratecontrol and UMHex ME) | lorenm | 2005-05-24 | 1 | -4/+8 |
* | Use memmove instead of memcpy for overlapping areas. | reimar | 2005-05-23 | 1 | -1/+1 |
* | 10l | alex | 2005-05-21 | 1 | -1/+1 |
* | 8bit palette mode support (and spurious ^M removal) | henry | 2005-05-18 | 1 | -3/+18 |
* | wrong memcpy of extradata; 10l to whomever wrote that broken code | nicodvb | 2005-05-17 | 1 | -2/+1 |
* | compilation/link fix with --disable-qtx --disable-dshow | diego | 2005-05-14 | 1 | -0/+2 |
* | initialize vorbis structure before calling ERROR() | nicodvb | 2005-05-12 | 1 | -4/+5 |
* | vorbis extradata is now passed from demuxer to decoder in matroska's way | nicodvb | 2005-05-12 | 1 | -20/+59 |
* | sync to x264 rev223 (options: ratetol, vbv_*) | lorenm | 2005-05-11 | 1 | -17/+21 |
* | vstrict=-1 is now less "dangerous", make it default and remove m/ljpeg encodi... | reimar | 2005-05-09 | 1 | -6/+1 |
* | Add border masking support for lavc | gpoirier | 2005-05-08 | 1 | -0/+7 |
* | ljpeg codec needs YUVJ colorspace, too | reimar | 2005-05-08 | 1 | -1/+2 |
* | updated psycho model range; made a parameter file-static in ae_toolame.c | nicodvb | 2005-05-08 | 2 | -3/+3 |
* | added twolame mp2 audio encoder | nicodvb | 2005-05-07 | 5 | -0/+245 |
* | expose x264 options 'me' and 'me_range'. | lorenm | 2005-05-05 | 1 | -0/+10 |
* | set pix_fmt | michael | 2005-05-05 | 1 | -0/+1 |
* | Support for new vssh dll, patch by adland | rtognimp | 2005-05-04 | 2 | -0/+15 |
* | compilation fix (libavcodec sync) | rik | 2005-05-01 | 1 | -1/+1 |
* | LIBAVCODEC_BUILD >= 4754 | michael | 2005-04-30 | 2 | -0/+21 |
* | fixed variability range | nicodvb | 2005-04-27 | 1 | -2/+2 |
* | 10l, fix wrong byterate in waveformat | nicodvb | 2005-04-27 | 1 | -1/+1 |
* | typo, memset 0 was done on desc instead of cdesc, see bug #288 | reimar | 2005-04-27 | 1 | -1/+1 |
* | toolame now works in vbr mode, too | nicodvb | 2005-04-25 | 2 | -11/+23 |
* | added faac audio encoder | nicodvb | 2005-04-25 | 4 | -0/+209 |
* | fixed wrong function pointers definitions | nicodvb | 2005-04-25 | 2 | -9/+10 |
* | - preserve ordering of the slices | henry | 2005-04-24 | 1 | -8/+37 |
* | restore old lavc_find_atag to be used when compiling mplayer without libavformat | nicodvb | 2005-04-22 | 1 | -0/+28 |
* | gcc 2.95 compilation fix | reimar | 2005-04-22 | 1 | -1/+2 |
* | macosx compilation fix | nicodvb | 2005-04-22 | 5 | -0/+5 |
* | FreeBSD fix | nexus | 2005-04-22 | 5 | -0/+5 |
* | audio encoding reworked | nicodvb | 2005-04-22 | 11 | -44/+866 |
* | replace VO and VF numeric flags with #defined identifiers | henry | 2005-04-18 | 9 | -19/+27 |
* | remove x264 option "cabacidc", because the default is always best. | lorenm | 2005-04-13 | 1 | -3/+0 |
* | silence gcc warning: | rathann | 2005-04-10 | 1 | -2/+2 |
* | fix displaying of the subtitles when using slices | henry | 2005-04-10 | 1 | -3/+19 |
* | Better defaults encoding settings for XviD, intended to be a good tradeoff CP... | gpoirier | 2005-04-08 | 1 | -4/+4 |
* | remove nonsense code left from copy&paste from another filter (it was never u... | rfelker | 2005-04-08 | 1 | -5/+0 |
* | LOCO support via lavc | rtognimp | 2005-04-07 | 1 | -1/+2 |
* | 1l! mplayer's verbose variable is not a flag but a signed number | rfelker | 2005-04-01 | 1 | -1/+1 |
* | typo | diego | 2005-03-31 | 1 | -1/+1 |
* | step 1 of fixing ad_faad: | rfelker | 2005-03-29 | 1 | -1/+10 |
* | sane default mode | rfelker | 2005-03-26 | 1 | -1/+1 |
* | 1000l, last commit broke qpel interp entirely | rfelker | 2005-03-26 | 1 | -3/+3 |
* | don't buffer more future context that we need | rfelker | 2005-03-20 | 2 | -4/+4 |
* | direct rendering support drastically improves speed, but it's buggy. :( disab... | rfelker | 2005-03-20 | 1 | -1/+1 |
* | 100l, meaning of strict_breaks was backwards... | rfelker | 2005-03-20 | 1 | -1/+1 |
* | 1000l to me: could break a/v sync and eventually cause buffer exhaustion on s... | rfelker | 2005-03-17 | 1 | -1/+8 |
* | improve handling of soft-telecined input (faster, fewer mistakes) | rfelker | 2005-03-16 | 1 | -0/+8 |
* | sync to x264 171: chroma_me, chroma_qp_offset | lorenm | 2005-03-14 | 1 | -5/+10 |
* | missing return statement (1e5l for me) | henry | 2005-03-08 | 1 | -2/+2 |
* | subtracting 8 from negative w and h rounds the dimension to the closest multi... | nicodvb | 2005-03-06 | 1 | -2/+17 |
* | alac support via lavc decoder | rtognimp | 2005-03-06 | 1 | -0/+1 |
* | sync to x264 r150: new option 'b_pyramid' | lorenm | 2005-03-04 | 1 | -0/+4 |
* | Make nuv files work on bigendian (but old nuv files created with mencoder | reimar | 2005-03-03 | 3 | -4/+9 |
* | 35% faster turbo mode with 0.01dB drop. Based Loren Merritt's suggestions. | gpoirier | 2005-03-02 | 1 | -4/+2 |
* | configurable field parity (default from source); bugfixes; speed up mode 0 | rfelker | 2005-03-02 | 1 | -91/+73 |
* | fixes for encoding of multiple files | henry | 2005-03-01 | 14 | -5/+57 |
* | memory leak | lorenm | 2005-02-27 | 1 | -4/+1 |
* | Add support for 32-bit float WAV files and support for extended WAV files | ivo | 2005-02-26 | 1 | -0/+4 |
* | Remove file-global mpadec, add ad_driver member to sh_audio_t instead. | hzoli | 2005-02-25 | 1 | -8/+10 |
* | finally remove the refences to bps outside libaf. also simplification of some... | alex | 2005-02-25 | 2 | -30/+27 |
* | Add float output support. Add ADCTRL_QUERY_FORMAT control to report the | hzoli | 2005-02-25 | 1 | -4/+85 |
* | If -af-adv force=4 is in effect, use ADCTRL_QUERY_FORMAT to query the | hzoli | 2005-02-25 | 1 | -0/+8 |
* | more verbose message | alex | 2005-02-25 | 1 | -3/+4 |
* | 100l to me: bugfix for negative stride | rfelker | 2005-02-24 | 1 | -5/+5 |
* | bugfix for negative stride | rfelker | 2005-02-24 | 1 | -4/+4 |
* | stride must be signed! otherwise negative stride is broken on 64bit systems | rfelker | 2005-02-24 | 1 | -1/+1 |
* | 100l to michael :)))) | rfelker | 2005-02-24 | 1 | -2/+2 |
* | sync to x264 r137: adaptive B-frame decision, flush delayed frames. | lorenm | 2005-02-23 | 1 | -10/+37 |
* | revert the flip part of vd_theora fix | henry | 2005-02-23 | 1 | -7/+8 |
* | Use PIX_FMT_YUVJ420P for mjpeg so that vstrict=-1 is not necessary | reimar | 2005-02-23 | 1 | -0/+4 |
* | switch from DIVX -> FMP4 fourcc for libavcodec | michael | 2005-02-22 | 1 | -1/+1 |
* | Theora fixes: | henry | 2005-02-22 | 1 | -12/+18 |
* | Sync to x264 r134: weighted prediction for B-frames. | lorenm | 2005-02-22 | 1 | -0/+4 |
* | x264: expose option "level_idc". | lorenm | 2005-02-20 | 1 | -0/+3 |
* | Move x264 version check into configure. | lorenm | 2005-02-18 | 1 | -4/+0 |
* | sync to x264 r129: modified ratecontrol equation. | lorenm | 2005-02-17 | 1 | -2/+2 |
* | Improved NV12/NV21 support. | syrjala | 2005-02-16 | 5 | -3/+11 |
* | typo | diego | 2005-02-16 | 1 | -1/+1 |
* | bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it> | faust3 | 2005-02-04 | 2 | -2/+2 |
* | makes --enable-*-faad really enable without any further check and drop suppor... | aurel | 2005-02-03 | 1 | -13/+0 |
* | pass wave extradata to the codec.. | alex | 2005-02-01 | 1 | -0/+9 |
* | added ecx to clobber list | alex | 2005-01-31 | 1 | -2/+2 |
* | adding proper parenthesing | alex | 2005-01-31 | 1 | -6/+6 |
* | "support" YUVJ colorspaces added to libavcodec, makes mjpeg decoding work again | reimar | 2005-01-26 | 1 | -0/+6 |
* | Always select correct descramblig matrix for sipr audio | rtognimp | 2005-01-25 | 1 | -1/+1 |
* | x1 and y1 give last used position, must be < width/height | reimar | 2005-01-25 | 1 | -4/+4 |
* | wmv3 needs extradata | alex | 2005-01-22 | 1 | -0/+1 |
* | Play RV30 with 8-elements cmsg24 | rtognimp | 2005-01-22 | 1 | -1/+4 |
* | tries to sync to ADTS/ADIF header before initializing the decoder; implement ... | nicodvb | 2005-01-21 | 1 | -3/+51 |
* | fixed wrong deinterleaving of channels | nicodvb | 2005-01-21 | 1 | -2/+2 |
* | Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problems | reimar | 2005-01-20 | 8 | -8/+8 |
* | remove all setlocale calls, they break the behaviour of sscanf and | reimar | 2005-01-20 | 4 | -40/+0 |
* | preload quicktime.qts, this allows us to ignore the hardcoded path inside the... | faust3 | 2005-01-17 | 3 | -2/+27 |
* | Revert sh_audio->wf freeing. | iive | 2005-01-17 | 1 | -2/+0 |
* | set ss_mul to number of channels. Works with all samples I found. | reimar | 2005-01-13 | 1 | -1/+1 |
* | sync to x264 r93: | lorenm | 2005-01-12 | 1 | -9/+15 |
* | 100l, set inited to 0 in uninit, otherwise only first file will play video. | reimar | 2005-01-09 | 1 | -0/+1 |
* | change malloc and free to av_ variants where needed. | reimar | 2005-01-08 | 3 | -49/+27 |
* | replace almost obsolete email address: snel@phys.uu.nl -> rsnel@cube.dyndns.org | rik | 2005-01-08 | 2 | -2/+2 |
* | x264: disable subq=0 (the huge bitrate penalty wasn't worth the speed), | lorenm | 2005-01-07 | 1 | -2/+2 |
* | change rc_init_buffer to be a fraction of total buffer size. | lorenm | 2005-01-02 | 1 | -6/+7 |
* | Raw encoder does not support stride. | reimar | 2005-01-02 | 1 | -0/+1 |
* | TwinVQ decoder and demuxer | rtognimp | 2004-12-29 | 4 | -1/+739 |
* | sync to x264 r72. | lorenm | 2004-12-28 | 1 | -5/+14 |
* | removing AFMT_ dependancy | alex | 2004-12-27 | 7 | -33/+37 |
* | Demuxer was fixed, so do not skip the first frame anymore | reimar | 2004-12-26 | 1 | -1/+0 |
* | 10l fix I hope, reverse if not | alex | 2004-12-19 | 1 | -0/+2 |
* | add the flip filter at the end of the filter chain. | reimar | 2004-12-18 | 3 | -1/+23 |
* | conditional lowres: activate lowres if frame width >= threshold | nicodvb | 2004-12-17 | 1 | -2/+12 |
* | make clean should also clean the native subdirectory. | diego | 2004-12-09 | 1 | -0/+1 |
* | fix byteorder | michael | 2004-12-06 | 1 | -3/+3 |
* | suppress dummy frames due to B-frame delay. | lorenm | 2004-12-01 | 1 | -5/+21 |
* | reserve enough memory for image | henry | 2004-12-01 | 1 | -2/+2 |
* | call draw_slice in top-down order (fixes crash with -vf expand=...,scale) | henry | 2004-12-01 | 1 | -9/+7 |
* | fix image dimensions at filter config time | henry | 2004-12-01 | 3 | -2/+24 |
* | new lavc codec: ffvhuff | lorenm | 2004-11-28 | 2 | -1/+5 |
* | fl32: BE float32 PCM audio in mov files | rtognimp | 2004-11-27 | 1 | -0/+4 |
* | set sample aspect ratio | lorenm | 2004-11-24 | 1 | -0/+2 |
* | removing strange csp matching code (was copy&pasted from vf_pp where it origi... | michael | 2004-11-23 | 1 | -12/+2 |
* | fix segfault with (height|width)%6!=0 | henry | 2004-11-22 | 1 | -8/+8 |
* | 1e6l fix (use 422P instead of UYVY) | henry | 2004-11-22 | 1 | -32/+25 |
* | libmpeg2 4:2:2 decoding | henry | 2004-11-20 | 1 | -30/+65 |
* | 24bit LPCM is signed... | reimar | 2004-11-19 | 1 | -1/+1 |
* | sync to x264 r61 (improved 2pass ratecontrol) | lorenm | 2004-11-18 | 1 | -7/+14 |
* | Free WAVEFORMATEX in sh_audio when all other sh_audio members are freed. | iive | 2004-11-15 | 1 | -0/+2 |
* | fix for negative values for width and height (aspect-preserving scaling). | reimar | 2004-11-12 | 1 | -27/+33 |
* | remove mac shlb support to use new helix codec for realvideo support on osx | nplourde | 2004-11-03 | 2 | -208/+18 |
* | have each XviD's option flag have its (no)counterpart | gpoirier | 2004-11-02 | 1 | -0/+12 |
* | crash with Y8 colourspace fixed | reimar | 2004-10-21 | 1 | -0/+1 |
* | adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 | aurel | 2004-10-21 | 12 | -186/+208 |
* | Bitrate setting option in ve_xvid4.c doesn't follow the rules described | rathann | 2004-10-18 | 1 | -5/+8 |
* | 10l...autoaspect was always applied to muxer aspect if using newer libavcodec... | rfelker | 2004-10-18 | 1 | -1/+2 |
* | Mark I-frames as seekable only if we encode with one reference frame, IDR are... | iive | 2004-10-17 | 1 | -1/+3 |
* | Sync with GomGom's patch-12 version. | iive | 2004-10-16 | 1 | -30/+171 |
* | some memory leaks fixed | reimar | 2004-10-14 | 2 | -0/+6 |
* | 10l | iive | 2004-10-12 | 1 | -0/+1 |
* | too large extradata | michael | 2004-10-11 | 1 | -1/+1 |
* | Sync with GomGom's patch-12 version. | iive | 2004-10-11 | 1 | -101/+227 |
* | fix compilation on macosx with --enable-qtx patch by Zachary Bedell <zaclist@... | faust3 | 2004-10-10 | 2 | -3/+3 |
* | Support for 24 bit and 20 bit LPCM (simple and slow :-( ) | reimar | 2004-10-09 | 1 | -0/+60 |
* | add new control message, that is send after end of stream, to flush all remai... | iive | 2004-10-09 | 1 | -0/+1 |
* | Adds a parameter 'scenecut', to control the threshold for inserting extra I-f... | iive | 2004-10-08 | 1 | -0/+3 |
* | make use of 24bit afmt | alex | 2004-10-04 | 1 | -3/+1 |
* | mpi->w and h are set by vf_get_image, do not overwrite them. | reimar | 2004-10-01 | 1 | -2/+0 |
* | better default parameter,added counterpart option, better names for few optio... | iive | 2004-09-27 | 1 | -7/+15 |
* | compensate for width/height being picture width/height instead of bitstream w... | michael | 2004-09-27 | 1 | -3/+3 |
* | low resolution decoding | michael | 2004-09-26 | 1 | -0/+5 |
* | add support for subpel quality refinement option in x264. | iive | 2004-09-22 | 1 | -0/+3 |
* | 10l | rfelker | 2004-09-22 | 1 | -1/+1 |
* | setting samplesize to 2 in decoders where neccessary. | reimar | 2004-09-21 | 13 | -1/+14 |
* | encoding to mp2 with libtoolame | nicodvb | 2004-09-21 | 1 | -0/+5 |
* | encoding to mp2 with libtoolame - only cbr atm | nicodvb | 2004-09-21 | 2 | -0/+143 |
* | 10l: Make turbo mode compatible with 3-pass encoding | gpoirier | 2004-09-20 | 1 | -1/+1 |
* | 100l typo | michael | 2004-09-19 | 1< |