summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* * 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 sliceshenry2005-06-071-2/+2
* gcc-2.95.3 fix, patch inspired by Steven M. Schultziive2005-06-061-1/+2
* sync to x264 r252 (8x8dct)lorenm2005-06-051-7/+16
* sanity checks for options; treat quality > 5 as 5, not 4henry2005-06-051-0/+5
* Add XviD's luminance masking (option name: lumi_mask)gpoirier2005-06-041-0/+10
* x86-64 fixes by Reimarhenry2005-06-041-289/+283
* disable mmx code for x86-64henry2005-06-041-0/+5
* move unchanged registers back to input spechenry2005-06-041-4/+4
* faster spp filter by Nikolaj Poroshin <porosh3 at psu ru>henry2005-06-043-1/+2116
* XviD zones support. Patch by Doom9: < feedback123 GROOVY doom9 STEADY org >gpoirier2005-06-021-2/+66
* sync to x264 r240 (threads)lorenm2005-05-291-0/+3
* quicktime fix updatehenry2005-05-251-3/+7
* prefer width&height from bitmapinfoheader for h263 streamshenry2005-05-251-4/+12
* DragonFly BSD supportdiego2005-05-252-2/+2
* No overlap allowed in memcpy, use memmovehzoli2005-05-241-1/+1
* Make sure that samplesize is at least 2, as some demuxers set it to 1hzoli2005-05-241-0/+1
* Fix ADCTRL_SKIP_FRAME and add ADCTRL_RESYNC_STREAMhzoli2005-05-242-2/+4
* sync to x264 r239 (zoned ratecontrol and UMHex ME)lorenm2005-05-241-4/+8
* Use memmove instead of memcpy for overlapping areas.reimar2005-05-231-1/+1
* 10lalex2005-05-211-1/+1
* 8bit palette mode support (and spurious ^M removal)henry2005-05-181-3/+18
* wrong memcpy of extradata; 10l to whomever wrote that broken codenicodvb2005-05-171-2/+1
* compilation/link fix with --disable-qtx --disable-dshowdiego2005-05-141-0/+2
* initialize vorbis structure before calling ERROR()nicodvb2005-05-121-4/+5
* vorbis extradata is now passed from demuxer to decoder in matroska's waynicodvb2005-05-121-20/+59
* sync to x264 rev223 (options: ratetol, vbv_*)lorenm2005-05-111-17/+21
* vstrict=-1 is now less "dangerous", make it default and remove m/ljpeg encodi...reimar2005-05-091-6/+1
* Add border masking support for lavcgpoirier2005-05-081-0/+7
* ljpeg codec needs YUVJ colorspace, tooreimar2005-05-081-1/+2
* updated psycho model range; made a parameter file-static in ae_toolame.cnicodvb2005-05-082-3/+3
* added twolame mp2 audio encodernicodvb2005-05-075-0/+245
* expose x264 options 'me' and 'me_range'.lorenm2005-05-051-0/+10
* set pix_fmtmichael2005-05-051-0/+1
* Support for new vssh dll, patch by adlandrtognimp2005-05-042-0/+15
* compilation fix (libavcodec sync)rik2005-05-011-1/+1
* LIBAVCODEC_BUILD >= 4754michael2005-04-302-0/+21
* fixed variability rangenicodvb2005-04-271-2/+2
* 10l, fix wrong byterate in waveformatnicodvb2005-04-271-1/+1
* typo, memset 0 was done on desc instead of cdesc, see bug #288reimar2005-04-271-1/+1
* toolame now works in vbr mode, toonicodvb2005-04-252-11/+23
* added faac audio encodernicodvb2005-04-254-0/+209
* fixed wrong function pointers definitionsnicodvb2005-04-252-9/+10
* - preserve ordering of the sliceshenry2005-04-241-8/+37
* restore old lavc_find_atag to be used when compiling mplayer without libavformatnicodvb2005-04-221-0/+28
* gcc 2.95 compilation fixreimar2005-04-221-1/+2
* macosx compilation fixnicodvb2005-04-225-0/+5
* FreeBSD fixnexus2005-04-225-0/+5
* audio encoding reworkednicodvb2005-04-2211-44/+866
* replace VO and VF numeric flags with #defined identifiershenry2005-04-189-19/+27
* remove x264 option "cabacidc", because the default is always best.lorenm2005-04-131-3/+0
* silence gcc warning:rathann2005-04-101-2/+2
* fix displaying of the subtitles when using sliceshenry2005-04-101-3/+19
* Better defaults encoding settings for XviD, intended to be a good tradeoff CP...gpoirier2005-04-081-4/+4
* remove nonsense code left from copy&paste from another filter (it was never u...rfelker2005-04-081-5/+0
* LOCO support via lavcrtognimp2005-04-071-1/+2
* 1l! mplayer's verbose variable is not a flag but a signed numberrfelker2005-04-011-1/+1
* typodiego2005-03-311-1/+1
* step 1 of fixing ad_faad:rfelker2005-03-291-1/+10
* sane default moderfelker2005-03-261-1/+1
* 1000l, last commit broke qpel interp entirelyrfelker2005-03-261-3/+3
* don't buffer more future context that we needrfelker2005-03-202-4/+4
* direct rendering support drastically improves speed, but it's buggy. :( disab...rfelker2005-03-201-1/+1
* 100l, meaning of strict_breaks was backwards...rfelker2005-03-201-1/+1
* 1000l to me: could break a/v sync and eventually cause buffer exhaustion on s...rfelker2005-03-171-1/+8
* improve handling of soft-telecined input (faster, fewer mistakes)rfelker2005-03-161-0/+8
* sync to x264 171: chroma_me, chroma_qp_offsetlorenm2005-03-141-5/+10
* missing return statement (1e5l for me)henry2005-03-081-2/+2
* subtracting 8 from negative w and h rounds the dimension to the closest multi...nicodvb2005-03-061-2/+17
* alac support via lavc decoderrtognimp2005-03-061-0/+1
* sync to x264 r150: new option 'b_pyramid'lorenm2005-03-041-0/+4
* Make nuv files work on bigendian (but old nuv files created with mencoderreimar2005-03-033-4/+9
* 35% faster turbo mode with 0.01dB drop. Based Loren Merritt's suggestions.gpoirier2005-03-021-4/+2
* configurable field parity (default from source); bugfixes; speed up mode 0rfelker2005-03-021-91/+73
* fixes for encoding of multiple fileshenry2005-03-0114-5/+57
* memory leaklorenm2005-02-271-4/+1
* Add support for 32-bit float WAV files and support for extended WAV filesivo2005-02-261-0/+4
* Remove file-global mpadec, add ad_driver member to sh_audio_t instead.hzoli2005-02-251-8/+10
* finally remove the refences to bps outside libaf. also simplification of some...alex2005-02-252-30/+27
* Add float output support. Add ADCTRL_QUERY_FORMAT control to report thehzoli2005-02-251-4/+85
* If -af-adv force=4 is in effect, use ADCTRL_QUERY_FORMAT to query thehzoli2005-02-251-0/+8
* more verbose messagealex2005-02-251-3/+4
* 100l to me: bugfix for negative striderfelker2005-02-241-5/+5
* bugfix for negative striderfelker2005-02-241-4/+4
* stride must be signed! otherwise negative stride is broken on 64bit systemsrfelker2005-02-241-1/+1
* 100l to michael :))))rfelker2005-02-241-2/+2
* sync to x264 r137: adaptive B-frame decision, flush delayed frames.lorenm2005-02-231-10/+37
* revert the flip part of vd_theora fixhenry2005-02-231-7/+8
* Use PIX_FMT_YUVJ420P for mjpeg so that vstrict=-1 is not necessaryreimar2005-02-231-0/+4
* switch from DIVX -> FMP4 fourcc for libavcodecmichael2005-02-221-1/+1
* Theora fixes:henry2005-02-221-12/+18
* Sync to x264 r134: weighted prediction for B-frames.lorenm2005-02-221-0/+4
* x264: expose option "level_idc".lorenm2005-02-201-0/+3
* Move x264 version check into configure.lorenm2005-02-181-4/+0
* sync to x264 r129: modified ratecontrol equation.lorenm2005-02-171-2/+2
* Improved NV12/NV21 support.syrjala2005-02-165-3/+11
* typodiego2005-02-161-1/+1
* bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-042-2/+2
* makes --enable-*-faad really enable without any further check and drop suppor...aurel2005-02-031-13/+0
* pass wave extradata to the codec..alex2005-02-011-0/+9
* added ecx to clobber listalex2005-01-311-2/+2
* adding proper parenthesingalex2005-01-311-6/+6
* "support" YUVJ colorspaces added to libavcodec, makes mjpeg decoding work againreimar2005-01-261-0/+6
* Always select correct descramblig matrix for sipr audiortognimp2005-01-251-1/+1
* x1 and y1 give last used position, must be < width/heightreimar2005-01-251-4/+4
* wmv3 needs extradataalex2005-01-221-0/+1
* Play RV30 with 8-elements cmsg24rtognimp2005-01-221-1/+4
* tries to sync to ADTS/ADIF header before initializing the decoder; implement ...nicodvb2005-01-211-3/+51
* fixed wrong deinterleaving of channelsnicodvb2005-01-211-2/+2
* Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problemsreimar2005-01-208-8/+8
* remove all setlocale calls, they break the behaviour of sscanf andreimar2005-01-204-40/+0
* preload quicktime.qts, this allows us to ignore the hardcoded path inside the...faust32005-01-173-2/+27
* Revert sh_audio->wf freeing.iive2005-01-171-2/+0
* set ss_mul to number of channels. Works with all samples I found.reimar2005-01-131-1/+1
* sync to x264 r93:lorenm2005-01-121-9/+15
* 100l, set inited to 0 in uninit, otherwise only first file will play video.reimar2005-01-091-0/+1
* change malloc and free to av_ variants where needed.reimar2005-01-083-49/+27