summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r31256Uoti Urpala2010-05-301-3/+3
|\
| * Use MSGT_DECVIDEO in a video decoder.cehoyos2010-05-281-3/+3
| * cosmetics: Drop pointless _s suffix from 'struct ad_functions'.diego2010-05-271-1/+1
| * cosmetics: Drop pointless _s suffix from 'struct mp_image'.diego2010-05-271-1/+1
| * cosmetics: Drop _s suffix from 'struct vd_functions'.diego2010-05-271-1/+1
| * cosmetics: K&R coding stylediego2010-05-271-259/+298
| * cosmetics: K&R coding stylediego2010-05-271-203/+236
| * whitespace cosmeticsdiego2010-05-254-4/+4
* | Merge svn changes up to r31211Uoti Urpala2010-05-301-0/+4
|\|
| * Avoid decoding of 0-size packets. This also fixes that the main loop believesreimar2010-05-231-0/+4
| * cosmetics: reformat ad_pcm.c in K&R stylediego2010-05-231-90/+93
* | Merge svn change r31191Uoti Urpala2010-05-301-3/+4
|\|
| * Ignore (but print out) offset with libtheora decoder.cehoyos2010-05-221-3/+4
* | Merge svn changes up to r31189Uoti Urpala2010-05-302-7/+11
|\|
| * Fix compilation broken by FFmpeg-r23201 that changed the api of error logging.iive2010-05-202-7/+11
* | Merge svn changes up to r31176Uoti Urpala2010-05-302-103/+0
|\|
| * Fix compilation after r31173.cehoyos2010-05-141-2/+0
| * remove vf_yuy2, functionality is replaced by -vf format=yuv2siretart2010-05-141-100/+0
* | Merge svn changes up to r31169Uoti Urpala2010-05-301-16/+0
|\|
| * Remove internal liba52 copy.diego2010-05-091-16/+0
* | Merge svn changes up to r31145Uoti Urpala2010-05-302-3/+7
|\|
| * Handle Y8/Y800 formats more similar to other YUV formats.reimar2010-05-092-3/+7
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-2986-362/+366
* | ad_pcm: don't rely on demux packets staying validUoti Urpala2010-05-151-9/+23
* | ad_pcm: fix crash at EOFUoti Urpala2010-05-151-1/+1
* | cosmetics: reindent ad_pcm.cUoti Urpala2010-05-151-117/+120
* | vd_ffmpeg: remove #ifdef for old FFmpeg-mt versionsUoti Urpala2010-05-071-6/+0
* | Merge svn changes up to r31141Uoti Urpala2010-05-078-3/+38
|\|
| * Add support for 12-bit color mode on framebuffer devices.cehoyos2010-05-068-3/+38
| * Cosmetics/indentation fixes.reimar2010-04-201-4/+5
| * Add workaround for aac-sbr-ffaac-slow.mkv playing to slow with FFmpegreimar2010-04-201-0/+5
* | vd_ffmpeg: use skip_frame instead of deprecated hurry_up fieldUoti Urpala2010-05-041-1/+6
* | Merge svn changes up to r31050Uoti Urpala2010-04-267-17/+22
|\|
| * Tell x264 that we aren't going to give it timestamps.lorenm2010-04-201-0/+1
| * Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systemszuxy2010-04-206-17/+21
* | 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-09</