summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r28176Uoti Urpala2008-12-221-2/+2
|\
| * Fix imaadpcm extradata with lavc encoder.reimar2008-12-201-2/+2
* | Merge svn changes up to r28162Uoti Urpala2008-12-191-8/+8
|\|
| * xvmc is now a CONFIG_ option in FFmpeg.diego2008-12-151-8/+8
* | Merge svn changes up to r28149Uoti Urpala2008-12-142-7/+41
|\|
| * Replace informal GPL notices by standard GPL headers.diego2008-12-131-3/+21
| * license header consistency cosmeticsdiego2008-12-131-1/+1
| * Replace informal GPL notes by standard GPL header.diego2008-12-131-4/+20
* | Work around vo gl/libass subtitle timing problemUoti Urpala2008-12-091-1/+1
* | Merge svn changes up to r28087Uoti Urpala2008-12-045-24/+24
|\|
| * Get rid of pointless 'extern' keywords.diego2008-12-035-23/+23
* | Merge svn changes up to r28038Uoti Urpala2008-11-252-83/+89
|\|
| * Create a separate codecs.conf entry for Tremor and use it if MPlayer isdiego2008-11-241-0/+4
| * cosmetics: Move up uninit() to avoid a forward declaration.diego2008-11-231-10/+9
| * cosmetics: consistent function declarations.diego2008-11-231-4/+7
| * cosmetics: Remove tabs and trailing whitespace.diego2008-11-231-69/+69
* | Merge svn changes up to r27899Uoti Urpala2008-11-062-24/+18
|\|
| * Use libavutil FFMIN etc. instead of defining our own variants.reimar2008-11-021-21/+15
| * Avoid pointless casting of void*reimar2008-11-021-3/+3
* | Merge svn changes up to r27841Uoti Urpala2008-10-281-1/+1
|\|
| * Fix smartblur filter crash due to missing default scaler choice;diego2008-10-271-1/+1
* | vd.c: Remove pointless SCREEN_SIZE_[XY] #definesUoti Urpala2008-10-251-7/+4
* | Merge svn changes up to 27824Uoti Urpala2008-10-2531-120/+95
|\|
| * vf_palette: Fix compilation after libswscale API changesuau2008-10-251-8/+8
| * IWMMXT optimizations were removed from our internal libmpeg2 copy, so nowdiego2008-10-221-3/+1
| * Use av_malloc/av_free for audio-related buffers to avoid crashes due toreimar2008-10-182-11/+5
| * Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-162-7/+7
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-1620-67/+67
| * Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.diego2008-10-161-0/+3
| * #include necessary libavcodec header and remove duplicated struct declaration.diego2008-10-141-17/+1
| * Remove useless '#undef realloc', realloc is not referenced anywhere near.diego2008-10-141-1/+0
| * Remove duplicate extern declaration, fixes the warning:diego2008-10-141-2/+0
| * Remove unused variable ncomps.diego2008-10-131-1/+1
| * Fix channel order for ffmpeg flac codec.ulion2008-10-091-0/+2
| * Remove unnecessary HAVE_AV_CONFIG_H #define.diego2008-10-072-3/+0
| * Remove word size check and macro and use __WORDSIZE directly instead.diego2008-10-041-2/+2
* | Merge svn changes up to r27649Uoti Urpala2008-09-202-0/+31
|\|
| * External liba52 support, part 2 of 2.rathann2008-09-152-0/+25
| * External liba52 support part 1 of 2.rathann2008-09-151-0/+6
* | Merge svn changes up to r27573Uoti Urpala2008-09-108-26/+81
|\|
| * fix compilation with lavc version > r15270gpoirier2008-09-081-1/+1
| * Fix compilation after libavcodec major version 52 changesuau2008-09-084-9/+11
| * Replace casual GPL notices by proper license headers.diego2008-09-073-14/+67
| * Remove outdated URL from vd_info_t struct.diego2008-09-061-1/+1
| * Remove version information from libmpeg2 vd_info_t struct.diego2008-09-061-1/+1
* | Merge svn changes up to r27514Uoti Urpala2008-09-032-7/+2
|\|
| * handle the lavfpref demuxer in the same way as the lavf oneaurel2008-08-271-1/+2
| * Remove unused static declarations, fixes the warnings:diego2008-08-141-6/+0
* | Make various functions staticUoti Urpala2008-08-128-29/+25
* | Merge svn changes up to r27441Uoti Urpala2008-08-087-31/+31
|\|
| * Give a CONFIG_ prefix to preprocessor directives that lacked one anddiego2008-08-073-15/+15
| * Rename all preprocessor directives related to Apple / Mac OS X.diego2008-08-062-12/+12
| * Rename preprocessor directives related to image libraries.diego2008-08-051-2/+2
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-032-2/+2
* | ad_pcm: Track pts explicitlyUoti Urpala2008-08-031-3/+36
* | Merge svn changes up to r27399Uoti Urpala2008-08-026-25/+26
|\|
| * cosmetics: reindent after last commitcompn2008-08-021-1/+1
| * change ve_raw.c:set_format to not overwrite biCompression if force_fourcc is ...compn2008-08-021-0/+1
| * Change a bunch of codec-specific preprocessor directives from a HAVE_diego2008-08-025-24/+24
* | Merge svn changes up to r27374Uoti Urpala2008-07-3017-65/+62
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-3016-62/+62
| * Use conditional compilation instead of an #ifdef around the whole file.diego2008-07-301-3/+0
* | Merge svn changes up to r27347Uoti Urpala2008-07-251-0/+4
|\|
| * Add Dirac video support via libdirac and libschroedinger in libavcodec.diego2008-07-221-0/+4
* | vf_ass: Copy less unnecessary data to/from work areaUoti Urpala2008-07-251-48/+50
* | vf_ass: Optimize alpha multiplyUoti Urpala2008-07-231-4/+4
* | Merge svn changes up to r27281Uoti Urpala2008-07-153-45/+44
|\|
| * Try to keep decoded audio buffer aligned.reimar2008-07-141-1/+1
| * Simplify and clamp coefficient index for MS ADPCMreimar2008-07-121-12/+17
| * 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/...reimar2008-07-121-1/+1
| * Make really sure channels can only be 1 or 2 for imaadpcmreimar2008-07-111-3/+3
| * Simplify imaadpcm return statementreimar2008-07-111-2/+1
| * Check length of input buffer for msadpcmreimar2008-07-111-1/+7
| * Add a comment on shift vs. divisionreimar2008-07-111-0/+3
| * Scale msadpcm coefficients to fit into 8 bitsreimar2008-07-111-5/+5
| * Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read andreimar2008-07-111-9/+2
| * Copy macro simplification from imaadpcm to msadpcmreimar2008-07-111-3/+3
| * Remove useless comments from ad_msadpcmreimar2008-07-111-4/+0
| * Make msadpcm arrays constreimar2008-07-111-3/+3
| * Remove unused macrosreimar2008-07-111-4/+0
| * Explicitly include inttypes.h in ad_imaadpcmreimar2008-07-111-0/+1
* | Merge svn changes up to r27202Uoti Urpala2008-07-051-1/+0
|\|
| * Remove unused variable.diego2008-07-021-1/+0
* | Merge svn changes up to r27184Uoti Urpala2008-07-011-102/+56
|\|
| * Half size for adpcm_indexreimar2008-06-291-4/+3
| * Simplify predictor updatesreimar2008-06-291-9/+3
| * Get rid of 16-bit sign extension macroreimar2008-06-291-9/+4
| * Simplify some imaadpcm macrosreimar2008-06-291-4/+3
| * Directly pass arrays into decode_nibblesreimar2008-06-291-16/+6
| * Use smaller types for tablesreimar2008-06-291-2/+2
| * Make imaadpcm tables constreimar2008-06-291-2/+2
| * Simplify code to read index/predictorreimar2008-06-291-57/+28
| * Add a few size checks to IMA decoder. The code is still a mess though,reimar2008-06-291-0/+12
| * Simplify ad_imaadpcm decode_audio functionreimar2008-06-291-16/+10
* | Create a context struct for OSD stateUoti Urpala2008-06-245-14/+25
* | Merge svn changes up to r27025Uoti Urpala2008-06-072-1/+8
|\|
| * Fix channel order for libvorbis decoder, original patched by Nicolas George.ulion2008-06-071-0/+7
| * rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.ulion2008-06-071-1/+1
* | Merge svn changes up to r26979Uoti Urpala2008-06-0421-152/+156
|\|
| * Properly free memory allocate by liba52.reimar2008-06-012-0/+4
| * Revert commit r26897.iive2008-05-282-9/+9
| * cosmetics: XviD --> Xviddiego2008-05-272-9/+9
| * Add missing MPLAYER_ prefix to multiple inclusion guards.diego2008-05-171-3/+3
| * cosmetics: Remove pointless parentheses from return calls.diego2008-05-1619-151/+151
* | Merge svn changes up to r26783Uoti Urpala2008-05-1533-468/+533
|\|
| * Use standard license headers.diego2008-05-1328-434/+482
| * Factorize "int i".michael2008-05-111-4/+1
| * cosmetics: Fix unknow vs. unknowN typo.diego2008-05-111-3/+3
| * Reformat very ugly code.michael2008-05-101-15/+8
| * AVOption support for video encoders.michael2008-05-101-0/+10
| * AVOptions support for libavcodec based video decoders.michael2008-05-101-0/+12
| * Reindent for last commit.ulion2008-05-081-16/+16
| * Distinguish between ac3 and dts by format tag.ulion2008-05-081-0/+6
* | Merge svn changes up to r26680Uoti Urpala2008-05-072-12/+21
|\|
| * Relicense file as GPL v2+; bero granted permission on IRC.diego2008-05-071-11/+11
| * Enable Alpha/ARM optimizations in libmpeg2.diego2008-05-011-1/+10
* | Merge svn changes up to r26587Uoti Urpala2008-04-295-5/+5
|\|
| * Use consistent #include paths without "../".diego2008-04-281-1/+1
| * Consistently #include mpbswap.h instead of bswap.h everywhere.diego2008-04-284-4/+4
* | Merge svn changes up to r26555Uoti Urpala2008-04-281-1/+1
|\|
| * Only compile libmpcodecs/ve_qtvideo.c on Windows.diego2008-04-261-1/+1
* | vd.c: Make extern decoder declarations constUoti Urpala2008-04-261-23/+23
* | Make audio decoder description structs constUoti Urpala2008-04-2629-56/+56
* | vf_divtc.c: Make pointlessly static variable a normal localUoti Urpala2008-04-261-1/+1
* | Mark some constant symbols as suchUoti Urpala2008-04-2613-30/+30
* | Merge svn changes up to r26540Uoti Urpala2008-04-261-153/+0
|\|
| * Merge libmpcodecs/Makefile into top-level Makefile.diego2008-04-241-153/+0
* | Move vf_settings to options structUoti Urpala2008-04-262-3/+5
* | Move vo_gamma_* to options structUoti Urpala2008-04-261-21/+10
* | Make video decoder description structs constUoti Urpala2008-04-2526-33/+33
* | Move vd_use_slices to options structUoti Urpala2008-04-254-8/+3
* | Remove global vo_flagsUoti Urpala2008-04-251-4/+3
* | vd.c: Cosmetic changes + remove malloc.hUoti Urpala2008-04-251-15/+6
* | Reformat vd.cUoti Urpala2008-04-251-189/+221
* | Move movie_aspect to options structUoti Urpala2008-04-251-2/+1
* | Move screen_size_xy to options structUoti Urpala2008-04-252-11/+8
* | Move opt_screen_size_[x|y] to options structUoti Urpala2008-04-256-25/+21
* | Move flip and softzoom to options structUoti Urpala2008-04-251-9/+7
* | Move vidmode to options structUoti Urpala2008-04-251-3/+2
* | Move fullscreen to options structUoti Urpala2008-04-251-2/+2
* | Store video decoder functions in struct sh_video fieldUoti Urpala2008-04-252-28/+30
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-2589-378/+378
* | dec_video.c: A couple of cosmetic changesUoti Urpala2008-04-251-12/+7
* | Reformat dec_video.cUoti Urpala2008-04-251-255/+293
* | Move -lavdopts to options structUoti Urpala2008-04-251-68/+54
* | vd_ffmpeg.c: Eliminate some compiler warningsUoti Urpala2008-04-251-5/+5
* | Move global vo_config_count to vo structUoti Urpala2008-04-231-10/+9
* | vf.c: malloc+memset -> callocUoti Urpala2008-04-231-2/+1
* | Move correct_pts to options structUoti Urpala2008-04-233-9/+13
* |</