summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* 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
* replace almost obsolete email address: snel@phys.uu.nl -> rsnel@cube.dyndns.orgrik2005-01-082-2/+2
* x264: disable subq=0 (the huge bitrate penalty wasn't worth the speed),lorenm2005-01-071-2/+2
* change rc_init_buffer to be a fraction of total buffer size.lorenm2005-01-021-6/+7
* Raw encoder does not support stride.reimar2005-01-021-0/+1
* TwinVQ decoder and demuxerrtognimp2004-12-294-1/+739
* sync to x264 r72.lorenm2004-12-281-5/+14
* removing AFMT_ dependancyalex2004-12-277-33/+37
* Demuxer was fixed, so do not skip the first frame anymorereimar2004-12-261-1/+0
* 10l fix I hope, reverse if notalex2004-12-191-0/+2
* add the flip filter at the end of the filter chain.reimar2004-12-183-1/+23
* conditional lowres: activate lowres if frame width >= thresholdnicodvb2004-12-171-2/+12
* make clean should also clean the native subdirectory.diego2004-12-091-0/+1
* fix byteordermichael2004-12-061-3/+3
* suppress dummy frames due to B-frame delay.lorenm2004-12-011-5/+21
* reserve enough memory for imagehenry2004-12-011-2/+2
* call draw_slice in top-down order (fixes crash with -vf expand=...,scale)henry2004-12-011-9/+7
* fix image dimensions at filter config timehenry2004-12-013-2/+24
* new lavc codec: ffvhufflorenm2004-11-282-1/+5
* fl32: BE float32 PCM audio in mov filesrtognimp2004-11-271-0/+4
* set sample aspect ratiolorenm2004-11-241-0/+2
* removing strange csp matching code (was copy&pasted from vf_pp where it origi...michael2004-11-231-12/+2
* fix segfault with (height|width)%6!=0henry2004-11-221-8/+8
* 1e6l fix (use 422P instead of UYVY)henry2004-11-221-32/+25
* libmpeg2 4:2:2 decodinghenry2004-11-201-30/+65
* 24bit LPCM is signed...reimar2004-11-191-1/+1
* sync to x264 r61 (improved 2pass ratecontrol)lorenm2004-11-181-7/+14
* Free WAVEFORMATEX in sh_audio when all other sh_audio members are freed.iive2004-11-151-0/+2
* fix for negative values for width and height (aspect-preserving scaling).reimar2004-11-121-27/+33
* remove mac shlb support to use new helix codec for realvideo support on osxnplourde2004-11-032-208/+18
* have each XviD's option flag have its (no)counterpartgpoirier2004-11-021-0/+12
* crash with Y8 colourspace fixedreimar2004-10-211-0/+1
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64aurel2004-10-2112-186/+208
* Bitrate setting option in ve_xvid4.c doesn't follow the rules describedrathann2004-10-181-5/+8
* 10l...autoaspect was always applied to muxer aspect if using newer libavcodec...rfelker2004-10-181-1/+2
* Mark I-frames as seekable only if we encode with one reference frame, IDR are...iive2004-10-171-1/+3
* Sync with GomGom's patch-12 version.iive2004-10-161-30/+171
* some memory leaks fixedreimar2004-10-142-0/+6
* 10liive2004-10-121-0/+1
* too large extradatamichael2004-10-111-1/+1
* Sync with GomGom's patch-12 version.iive2004-10-111-101/+227
* fix compilation on macosx with --enable-qtx patch by Zachary Bedell <zaclist@...faust32004-10-102-3/+3
* Support for 24 bit and 20 bit LPCM (simple and slow :-( )reimar2004-10-091-0/+60
* add new control message, that is send after end of stream, to flush all remai...iive2004-10-091-0/+1
* Adds a parameter 'scenecut', to control the threshold for inserting extra I-f...iive2004-10-081-0/+3
* make use of 24bit afmtalex2004-10-041-3/+1
* mpi->w and h are set by vf_get_image, do not overwrite them.reimar2004-10-011-2/+0
* better default parameter,added counterpart option, better names for few optio...iive2004-09-271-7/+15
* compensate for width/height being picture width/height instead of bitstream w...michael2004-09-271-3/+3
* low resolution decodingmichael2004-09-261-0/+5
* add support for subpel quality refinement option in x264.iive2004-09-221-0/+3
* 10lrfelker2004-09-221-1/+1
* setting samplesize to 2 in decoders where neccessary.reimar2004-09-2113-1/+14
* encoding to mp2 with libtoolamenicodvb2004-09-211-0/+5
* encoding to mp2 with libtoolame - only cbr atmnicodvb2004-09-212-0/+143
* 10l: Make turbo mode compatible with 3-pass encodinggpoirier2004-09-201-1/+1
* 100l typomichael2004-09-191-2/+2
* New lavc flag: "turbo" mode which is supposed to speed up 2-pass encodinggpoirier2004-09-191-0/+26
* support generating divx2pass.log on 2nd pass patch by (Loren Merritt <lorenm ...michael2004-09-181-9/+14
* compile fixgabucino2004-09-181-1/+0
* fix reimar's 10l...no actually imho it's arpi's 100l for writing therfelker2004-09-181-0/+1
* passing an array or double precission parameters for the scaling function, in...michael2004-09-183-12/+14
* moved sh_audio initialization from dec_audio to demuxer.c to fixreimar2004-09-161-19/+0
* fix ineffectual video equalizer command line options, patch by kiriuja <mplay...faust32004-09-151-0/+23
* fix compile on gcc 2.95.3iive2004-09-141-2/+4
* AVC support moved to libavcodec, avcC atom is now passed in extradatartognimp2004-09-131-98/+2
* 2pass encoding support for x264(r46).iive2004-09-121-19/+31
* Make --with-x264incdir work, patch by Jan Knutar <jknutar at nic.fi>diego2004-09-111-1/+1
* output faad error message in case of a decoder errorreimar2004-09-111-1/+2
* disable direct rendering for h264michael2004-09-071-1/+1
* do not modify d_width and d_height when -xy option was given, otherwise -xy h...reimar2004-09-061-1/+2
* pullup docs + new feature for slow cpus :)rfelker2004-09-061-2/+2
* first attempt to make 24-bit PCM DVDs workreimar2004-09-031-8/+18
* strictness level -1 to 'almost' ignore breaksrfelker2004-09-031-2/+6
* just some debugging junk i'd like to have in there for now :)rfelker2004-09-021-0/+4
* missing initialization of roundreimar2004-09-021-0/+1
* hue filter bugfix by ("James Crowson" <jbcrowso at ncsu dot edu>)michael2004-09-021-1/+1
* non spec compliant optizations supportmichael2004-09-021-0/+7