summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r31040Uoti Urpala2010-04-262-105/+108
|\
| * Move functions that really do not need to be inlined from the headerreimar2010-04-152-105/+108
* | Merge svn changes up to r31033Uoti Urpala2010-04-263-6/+7
|\|
| * Fix build due to FFmpeg r22858 change (function rename).iive2010-04-121-1/+1
| * Fix build after FFmpeg symbol rename:diego2010-04-122-2/+3
| * Fix build due to FFmpeg r22833 change (typedef rename).iive2010-04-111-1/+1
| * cosmetics: Reorder some x86-related preprocessor conditionals.diego2010-04-061-2/+2
* | Merge svn changes up to r31020Uoti Urpala2010-04-261-6/+10
|\|
| * Change ifdefs to make more sense: HAVE_SSSE3 should only be around SSSE3-code,reimar2010-04-051-6/+10
* | Merge svn changes up to r31004Uoti Urpala2010-04-2610-10/+35
|\|
| * Mark vf_size_preset_fields m_option_t array as const.diego2010-04-041-1/+1
| * Mark encoder-related m_option_t struct arrays as const.diego2010-04-048-8/+8
| * Add a header for x264enc_set_param() instead of forward declaring it.diego2010-04-032-0/+27
| * Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check.diego2010-04-031-2/+0
* | Merge svn changes up to r30972Uoti Urpala2010-04-261-1/+1
|\|
| * Fix crash with incomplete yuv2 frames.reimar2010-03-281-1/+1
* | Merge svn changes up to r30967Uoti Urpala2010-04-266-30/+40
|\|
| * Convert asm keyword to __asm__.diego2010-03-261-3/+3
| * Fix build due to codecs_path vs. codec_path typo.diego2010-03-232-8/+8
| * Get rid of pointless def_path variable; use codec_path directly instead.diego2010-03-233-9/+9
| * Real binary loader code should respect the binary codec path.diego2010-03-232-12/+16
| * Rename get_path.[ch] --> path.[ch].diego2010-03-201-1/+1
| * Move SetCodecPath() from loader to get_path.c and make it unconditional.diego2010-03-201-2/+1
| * Remove unnecessary size limits and a related define for hm12 decoder.reimar2010-03-191-7/+0
| * Drop support for XANIM_MOD_DIR environment variable.diego2010-03-181-3/+0
| * Reuse codec path variable used in the binary loader in the XAnim loader.diego2010-03-181-1/+1
| * cosmetics: indentationaurel2010-03-181-2/+2
| * add support for lavf style extradata in vd_theoraaurel2010-03-181-0/+17
* | Merge svn changes up to r30917Uoti Urpala2010-04-261-7/+3
|\|
| * Remove unused variable, fixes the warning:diego2010-03-161-1/+0
| * Fix libmpcodecs/vd_qtvideo.c compilation on OS X:sesse2010-03-161-6/+3
* | Merge svn changes up to r30907Uoti Urpala2010-04-265-233/+124
|\|
| * Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS andsesse2010-03-151-224/+87
| * Replace separate Win32, XAnim and Real codec directories by one global dir.diego2010-03-143-9/+9
| * Support extradata format of the speex.acm windows codec formerly availablereimar2010-03-121-0/+24
| * Fix crash if speex_packet_to_header fails.reimar2010-03-121-0/+4
* | Move some sh_audio field setting out of demuxer.cUoti Urpala2010-04-231-1/+4
* | ad_ffmpeg: prefer codec to container samplerate for ffaacUoti Urpala2010-03-211-1/+6
* | Delete things related to old translation systemUoti Urpala2010-03-1042-42/+0
* | Merge svn changes up to r30876Uoti Urpala2010-03-104-7/+146
|\|
| * Fix QuickTime emulated OSErr type.sesse2010-03-062-7/+7
| * Enable ASS/SSA subtitle support in mencodergreg2010-03-052-0/+139
* | Merge svn changes up to r30848Uoti Urpala2010-03-102-2/+6
|\|
| * Partially revert r30645, the final output format is determined byreimar2010-03-032-2/+6
* | Merge svn changes up to r30798Uoti Urpala2010-03-104-61/+59
|\|
| * Reuse the keyframe flag from x264 instead of trying to derive it on our own.reimar2010-02-281-4/+1
| * Use the KEYFRAME define instead of some magic number.reimar2010-02-281-1/+1
| * Get rid of many ugly casts.cehoyos2010-02-281-39/+38
| * Make close_toolame() static, only used in ae_toolame.c.cehoyos2010-02-281-1/+1
| * Make close_twolame() static, only used in ae_twolame.c.cehoyos2010-02-281-1/+1
| * Actually use existing uninit() function in remove_logo filter.cehoyos2010-02-271-18/+20
| * Make function Gsm_Long_Term_Synthesis_Filtering() static, only used in xa_gsm.c.cehoyos2010-02-271-1/+1
| * Mark all fmt_list arrays as const.diego2010-02-264-4/+4
| * Mark vf_opts/vf_opts_fields structures as const.diego2010-02-264-8/+8
* | Merge svn changes up to r30748Uoti Urpala2010-03-109-11/+11
|\|
| * Do not cast the results of malloc/calloc/realloc.diego2010-02-269-11/+11
| * Add const to mpvdec declarationreimar2010-02-252-2/+2
* | Merge svn changes up to r30732Uoti Urpala2010-03-101-1/+1
|\|
| * Fix check for wrong variable: len can be unitialized but not normally < 0,reimar2010-02-251-1/+1
| * Mark member info of struct ad_functions_s as const.diego2010-02-221-1/+1
| * Mark a bunch of video filter structures as const.diego2010-02-224-14/+14
| * Remove commented-out cruft line.diego2010-02-221-1/+0
| * Declare externally used variables from vd.c as extern in vd.h.diego2010-02-226-16/+12
| * cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-2187-383/+383
* | Merge svn changes up to r30683Uoti Urpala2010-03-1080-160/+162
|\|
| * Rename open() vf initialization function to vf_open().diego2010-02-2179-158/+157
| * Add malloc.h #include for memalign(), fixes the warning:diego2010-02-211-2/+5
| * Mark ad_functions_t structures and mpcodecs_ad_drivers array as const.diego2010-02-203-29/+29
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-2030-48/+0
* | Merge svn changes up to r30663Uoti Urpala2010-03-105-18/+57
|\|
| * Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo.komh2010-02-192-0/+13
| * cosmetics: Remove commented-out #include.diego2010-02-191-1/+0
| * DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, addreimar2010-02-181-10/+39
| * Merge declaration and initialization.reimar2010-02-182-4/+2
| * DShow and DMO decoders need MP_IMGFLAG_COMMON_PLANEreimar2010-02-182-2/+2
| * Call mpcodecs_config_vo with the proper image format for dmo and dshow codecs.reimar2010-02-182-2/+2
* | Merge svn changes up to r30643Uoti Urpala2010-03-109-25/+16
|\|
| * Add header for AVI print functions; avoids many forward declarations.diego2010-02-183-7/+3
| * Handle negative height in draw_slice from FFmpeg in vd_ffmpeg.c, since atreimar2010-02-171-1/+13
| * libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.diego2010-02-176-17/+0
| * Revert marking seemingly unused XAnim-binary-related functions as static.diego2010-02-171-12/+28
| * Revert marking seemingly unused RealAudio/RealVideo-related functions as static.diego2010-02-172-26/+31
| * libmpcodecs: Mark functions not used outside of their files as static.diego2010-02-167-32/+41
| * #include corresponding .h files in .c files.diego2010-02-161-0/+1
* | Merge svn changes up to r30595Uoti Urpala2010-03-096-11/+72
|\|
| * Add header for init_global_rawdv_decoder() instead of forward declaring it.diego2010-02-163-3/+28
| * Add header file for mplayer_audio_read() instead of forward declaring it.diego2010-02-162-0/+25
| * Add support for decoding 4:2:2 and 4:4:4 Theora files.reimar2010-02-141-8/+19
| * Move movie_aspect extern declaration to libmpcodecs/vd.h.diego2010-02-141-0/+1
* | Merge svn changes up to r30570Uoti Urpala2010-03-091-56/+32
|\|
| * Reindentreimar2010-02-141-26/+25
| * Just use goto instead of reimplementing it badly with a do { } while (0) andreimar2010-02-141-21/+8
| * Change aspect calculation code to switch to floating point earlier so integerreimar2010-02-141-2/+2
| * Return NULL instead of 0 for function returning a pointer.reimar2010-02-141-1/+1
| * Mark uninit() as static; it is only used within the file.diego2010-02-141-1/+1
| * Remove useless casts.reimar2010-02-141-2/+2
| * Remove useless code, QUERY_FORMAT already ensures the requested format is sup...reimar2010-02-141-10/+0
| * Make vd_functions_t describing codecs const.reimar2010-02-142-23/+23
| * Make vd_info_t const for pointer in vd_functions, avoids some warnings aboutreimar2010-02-141-1/+1
* | Merge svn changes up to r30557Uoti Urpala2010-03-092-2/+2
|\|
| * Remove excessive ()reimar2010-02-141-1/+1
| * Remove stray '/' from comment block, fixes the warning:diego2010-02-131-1/+1
* | Merge svn changes up to r30550Uoti Urpala2010-03-091-1/+1
|\|
| * Mark all ad_info_t/vd_info_t structure declarations as const.diego2010-02-1247-47/+47
| * libass: fix PAR correctiongreg2010-02-092-3/+4
| * Estimate pts of additional frame generated by tfields also if correct-pts isreimar2010-02-011-4/+9
* | Merge svn changes up to r30484Uoti Urpala2010-03-091-7/+14
|\|
| * Enable query_format for vf_tfields to make sure it isn't used for formatsreimar2010-02-011-4/+5
| * Fix -vf tfields=1 so it does not read out of bounds or leave parts of thereimar2010-02-011-3/+9
* | Merge svn changes up to r30463Uoti Urpala2010-03-09139-69/+2480
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-30135-64/+2461
| * Remove confusing comment.diego2010-01-301-2/+0
| * Support more qscale types in most post-processing filters.reimar2010-01-295-4/+19
* | translations: tweak cases that relied on concatenating adjacent stringsUoti Urpala2010-03-071-5/+6
* | Restore collapsed whitespace in output messagesUoti Urpala2010-03-072-2/+2
* | ad_faad: move message "input bitrate missing" to MSGL_VUoti Urpala2010-01-311-1/+1
* | Merge svn changes up to r30437Uoti Urpala2010-01-283-4/+19
|\|
| * Add an option to cropdetect to periodically reset the detected area.reimar2010-01-261-4/+16
| * Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crash...reimar2010-01-241-0/+2
| * Reset the parser on seek. Should fix some cases of audio "blips" after seeking.reimar2010-01-241-0/+1
| * Move the resync-related code into more consistent places instead of having itreimar2010-01-242-0/+6
* | Merge svn changes up to r30419Uoti Urpala2010-01-255-22/+88
|\|
| * Switch -vf halfpack to use only public API of libswscale.reimar2010-01-231-4/+20
| * Make the scale filter prefer yuv conversions that do not need chroma scaling.reimar2010-01-231-7/+41
| * Remove the query_format_cache, it is extra complexity that makes improvementsreimar2010-01-231-6/+1
| * Simplify loop conditionreimar2010-01-231-1/+1
| * Make sure that a qstride of 0 (intentional or not) does not completely breakreimar2010-01-232-5/+17
| * Remove any auto-inserted lavc filter.reimar2010-01-221-2/+9
* | Merge svn changes up to r30375Uoti Urpala2010-01-252-24/+21
|\|
| * Add a proper header for our strsep implementation so strsep willreimar2010-01-171-0/+1
| * Reuse the fmt-conversion code instead of duplicating the functionality.reimar2010-01-171-24/+4
| * Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats.reimar2010-01-171-0/+16
* | Merge svn changes up to r30322Uoti Urpala2010-01-251-1/+1
|\|
| * We only need to disable seeking back in ad_ffmpeg when we actually _use_reimar2010-01-151-1/+1
* | Merge svn changes up to r30301Uoti Urpala2010-01-252-39/+51
|\|
| * 100l, fix typo that caused ad_hwac3 to fail to compile.reimar2010-01-121-1/+1
| * Attempt a simple hack to fix -ac hwdtsreimar2010-01-121-0/+3
| * More changes needed to make ad_hwac3 truly independent from liba52.reimar2010-01-112-7/+1
| * Let the format filter do the AC3 endianness conversion instead of duplicatingreimar2010-01-111-16/+7
| * Add support for distinguishing between little- and big-endian SPDIF AC3reimar2010-01-111-1/+1
| * Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,reimar2010-01-111-16/+40
* | Merge svn changes up to r30250Uoti Urpala2010-01-251-1/+1
|\|
| * vf crop: do not generate 0-size slices, they are pointless and also confusereimar2010-01-081-1/+1
* | vd_ffmpeg: fix compilation with neither VDPAU nor XvMC enabledUoti Urpala2010-01-211-2/+0
* | vd_ffmpeg: FFmpeg-mt changed has_b_frames API, upd