| Commit message (Expand) | Author | Age | Files | Lines |
* | vd_ffmpeg: compare IMGFMT instead of PIX_FMT | reimar | 2010-11-08 | 1 | -3/+3 |
* | ad_faad: Make work with -demuxer lavf | reimar | 2010-11-08 | 1 | -1/+1 |
* | ad_ffmpeg: Handle EAGAIN, needed for LATM to work properly with demux_ts | reimar | 2010-11-08 | 1 | -0/+3 |
* | vf_scale: accept all non-hw-accel formats we know a PIX_FMT for | reimar | 2010-11-08 | 1 | -35/+1 |
* | video: simplify some tests with a new IMGFMT_IS_HWACCEL macro | reimar | 2010-11-08 | 4 | -6/+7 |
* | build: enable vf_geq if libavutil version installs eval.h | Uoti Urpala | 2010-11-06 | 1 | -0/+2 |
* | vf_stereo3d: Add stereo3d filter | reimar | 2010-11-02 | 2 | -0/+480 |
* | vd_ffmpeg: improve aspect ratio handling | reimar | 2010-11-02 | 1 | -5/+7 |
* | vd_qtvideo: fix crash on OS X with QuickTime | reimar | 2010-11-02 | 1 | -1/+1 |
* | Remove remaining %lf printf conversions | reimar | 2010-11-02 | 1 | -0/+1 |
* | vf_yadif: modify asm to make compile with clang | cehoyos | 2010-11-02 | 1 | -1/+1 |
* | libaf: add opts pointer to struct af_stream | Uoti Urpala | 2010-11-02 | 1 | -2/+2 |
* | ad_libdca: fix assert failure on -channels >6 | Uoti Urpala | 2010-11-02 | 1 | -3/+10 |
* | options: move audio_output_channels, audio_output_format to struct | Uoti Urpala | 2010-11-02 | 7 | -15/+22 |
* | build: enable/disable all FFmpeg libraries together | Uoti Urpala | 2010-11-02 | 3 | -7/+5 |
* | Remove MEncoder | Uoti Urpala | 2010-11-02 | 27 | -8065/+0 |
* | cosmetics: Remove vim/emacs coding style hints from sources | diego | 2010-11-02 | 2 | -5/+0 |
* | vf_sab, vf_smartblur: add "const" to match swscale API | diego | 2010-11-02 | 2 | -2/+2 |
* | cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr) | reimar | 2010-11-02 | 11 | -39/+30 |
* | cosmetics: reformat vf_ass to K&R style | Uoti Urpala | 2010-11-02 | 1 | -289/+318 |
* | enable vo_mga, vo_xmga, vf_palette, vf_halfpack | Uoti Urpala | 2010-11-02 | 1 | -4/+0 |
* | vf_fixpts: Mark vf_info_t declaration const | diego | 2010-11-02 | 1 | -1/+1 |
* | cosmetics: remove "_s" prefix from "struct vf_info_s" | Uoti Urpala | 2010-11-02 | 1 | -1/+1 |
* | cosmetics: Remove commented-out mpcodecs_ad_null leftovers | diego | 2010-11-02 | 1 | -2/+0 |
* | Add central init_avcodec() to avoid duplicated libavcodec init code | diego | 2010-11-02 | 11 | -57/+54 |
* | vd_ffmpeg: Set avctx->coded_width/coded_height instead of width/height | reimar | 2010-11-02 | 1 | -2/+2 |
* | ad_ffmpeg, vd_ffmpeg: remove pointless casts | diego | 2010-11-02 | 2 | -2/+2 |
* | spelling fixes | siretart | 2010-11-02 | 1 | -2/+2 |
* | vd_qtvideo: Some indentation fixes | reimar | 2010-11-02 | 1 | -7/+7 |
* | vd_qtvideo: generate a ImageDescription if not given | reimar | 2010-11-02 | 1 | -5/+20 |
* | audio: support parameter changes (e.g. channel count) during playback | reimar | 2010-11-02 | 2 | -25/+61 |
* | ad_mpeg123: Enable robust resync | diego | 2010-11-02 | 1 | -0/+3 |
* | Use AV_RL* macros instead of typecasts where appropriate | reimar | 2010-11-02 | 5 | -27/+21 |
* | libgsm: Remove libgsm wrapper | reimar | 2010-11-02 | 5 | -1214/+0 |
* | vd_xanim.c: Give functions proper prototypes | reimar | 2010-11-02 | 1 | -24/+45 |
* | vf_geq: Fix function prototypes to match the required type. | reimar | 2010-11-02 | 1 | -3/+3 |
* | cleanup: Add const qualifiers for struct ad_functions pointers | reimar | 2010-11-02 | 1 | -1/+1 |
* | ad_faad: fix compilation using external libfaad | attila | 2010-11-02 | 1 | -0/+11 |
* | ad_mpg123: add MP3 decoding through libmpg123 | diego | 2010-11-02 | 2 | -0/+580 |
* | vd_ffmpeg: add av_unused attribute to swap_palette() | diego | 2010-11-02 | 1 | -1/+1 |
* | vf_ffmpeg: make VP8 decoder work by disabling dr | reimar | 2010-11-02 | 1 | -1/+1 |
* | ad_faad: Improve LATM recognition | cehoyos | 2010-11-02 | 1 | -2/+24 |
* | cleanup: #include loader/wine/winbase.h instead of local declarations | diego | 2010-11-02 | 3 | -10/+4 |
* | vf_rgb2bgr: remove the filter | siretart | 2010-11-02 | 2 | -125/+0 |
* | vd_ffmpeg: Minor code simplification. | reimar | 2010-10-27 | 1 | -1/+2 |
* | vd_ffmpeg: fix aspect ratio problems with recent FFmpeg | Uoti Urpala | 2010-10-16 | 1 | -0/+2 |
* | vd_ffmpeg: fix calloc/av_free mixup | Uoti Urpala | 2010-10-16 | 1 | -7/+4 |
* | Merge svn changes up to r31332 | Uoti Urpala | 2010-06-05 | 2 | -2/+18 |
|\ |
|
| * | Extend -vf format to allow substituting the format for a compatible one | reimar | 2010-06-05 | 1 | -2/+16 |
| * | Fix -vf format and -vf noformat to work with slices. | reimar | 2010-06-05 | 2 | -0/+2 |
* | | Merge svn changes r31318 to r31328 | Uoti Urpala | 2010-06-05 | 2 | -5/+5 |
|\| |
|
| * | Fix compilation after FFmpeg r23485. | cehoyos | 2010-06-05 | 2 | -5/+5 |
| * | Limit buffered PTS only when we actually got a frame from the decoder. | reimar | 2010-06-03 | 1 | -14/+17 |
| * | ass_set_aspect_ratio() takes three arguments since 0x00907010. | cehoyos | 2010-06-02 | 2 | -2/+2 |
* | | Merge svn changes up to r31303 | Uoti Urpala | 2010-06-02 | 3 | -24/+33 |
|\| |
|
| * | avoid using swscale internals by copying in palette8torbg16 and its bgr variant | siretart | 2010-06-01 | 1 | -1/+18 |
| * | deprecate palette8topacked32 in favor of public API functions sws_convertPale... | siretart | 2010-06-01 | 1 | -8/+9 |
| * | Fix compilation after FFmpeg r23402. | cehoyos | 2010-06-01 | 2 | -5/+6 |
| * | remove palette8torgb15 and palette8tobgr15 | siretart | 2010-06-01 | 1 | -10/+0 |
| * | Forgotten part of previous commit (extern declaration of drc_level). | reimar | 2010-05-30 | 1 | -0/+2 |
| * | Use the -a52drc option also for the libavcodec decoder. | reimar | 2010-05-30 | 3 | -6/+7 |
* | | ad_ffmpeg: set lavc drc_scale parameter according to opts->drc_level | Uoti Urpala | 2010-06-02 | 1 | -0/+3 |
* | | options: move -a52drc to option struct | Uoti Urpala | 2010-06-02 | 1 | -9/+8 |
* | | Merge svn changes up to r31265 | Uoti Urpala | 2010-06-02 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Remove some commented-out #includes, fix a comment grammar error. | diego | 2010-05-29 | 1 | -4/+1 |
| * | Directly mark jpeg_buf_src() as void instead of using some indirection marcro. | diego | 2010-05-29 | 1 | -1/+1 |
* | | Merge svn changes up to r31256 | Uoti Urpala | 2010-05-30 | 1 | -3/+3 |
|\| |
|
| * | Use MSGT_DECVIDEO in a video decoder. | cehoyos | 2010-05-28 | 1 | -3/+3 |
| * | cosmetics: Drop pointless _s suffix from 'struct ad_functions'. | diego | 2010-05-27 | 1 | -1/+1 |
| * | cosmetics: Drop pointless _s suffix from 'struct mp_image'. | diego | 2010-05-27 | 1 | -1/+1 |
| * | cosmetics: Drop _s suffix from 'struct vd_functions'. | diego | 2010-05-27 | 1 | -1/+1 |
| * | cosmetics: K&R coding style | diego | 2010-05-27 | 1 | -259/+298 |
| * | cosmetics: K&R coding style | diego | 2010-05-27 | 1 | -203/+236 |
| * | whitespace cosmetics | diego | 2010-05-25 | 4 | -4/+4 |
* | | Merge svn changes up to r31211 | Uoti Urpala | 2010-05-30 | 1 | -0/+4 |
|\| |
|
| * | Avoid decoding of 0-size packets. This also fixes that the main loop believes | reimar | 2010-05-23 | 1 | -0/+4 |
| * | cosmetics: reformat ad_pcm.c in K&R style | diego | 2010-05-23 | 1 | -90/+93 |
* | | Merge svn change r31191 | Uoti Urpala | 2010-05-30 | 1 | -3/+4 |
|\| |
|
| * | Ignore (but print out) offset with libtheora decoder. | cehoyos | 2010-05-22 | 1 | -3/+4 |
* | | Merge svn changes up to r31189 | Uoti Urpala | 2010-05-30 | 2 | -7/+11 |
|\| |
|
| * | Fix compilation broken by FFmpeg-r23201 that changed the api of error logging. | iive | 2010-05-20 | 2 | -7/+11 |
* | | Merge svn changes up to r31176 | Uoti Urpala | 2010-05-30 | 2 | -103/+0 |
|\| |
|
| * | Fix compilation after r31173. | cehoyos | 2010-05-14 | 1 | -2/+0 |
| * | remove vf_yuy2, functionality is replaced by -vf format=yuv2 | siretart | 2010-05-14 | 1 | -100/+0 |
* | | Merge svn changes up to r31169 | Uoti Urpala | 2010-05-30 | 1 | -16/+0 |
|\| |
|
| * | Remove internal liba52 copy. | diego | 2010-05-09 | 1 | -16/+0 |
* | | Merge svn changes up to r31145 | Uoti Urpala | 2010-05-30 | 2 | -3/+7 |
|\| |
|
| * | Handle Y8/Y800 formats more similar to other YUV formats. | reimar | 2010-05-09 | 2 | -3/+7 |
* | | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf" | Uoti Urpala | 2010-05-29 | 86 | -362/+366 |
* | | ad_pcm: don't rely on demux packets staying valid | Uoti Urpala | 2010-05-15 | 1 | -9/+23 |
* | | ad_pcm: fix crash at EOF | Uoti Urpala | 2010-05-15 | 1 | -1/+1 |
* | | cosmetics: reindent ad_pcm.c | Uoti Urpala | 2010-05-15 | 1 | -117/+120 |
* | | vd_ffmpeg: remove #ifdef for old FFmpeg-mt versions | Uoti Urpala | 2010-05-07 | 1 | -6/+0 |
* | | Merge svn changes up to r31141 | Uoti Urpala | 2010-05-07 | 8 | -3/+38 |
|\| |
|
| * | Add support for 12-bit color mode on framebuffer devices. | cehoyos | 2010-05-06 | 8 | -3/+38 |
| * | Cosmetics/indentation fixes. | reimar | 2010-04-20 | 1 | -4/+5 |
| * | Add workaround for aac-sbr-ffaac-slow.mkv playing to slow with FFmpeg | reimar | 2010-04-20 | 1 | -0/+5 |
* | | vd_ffmpeg: use skip_frame instead of deprecated hurry_up field | Uoti Urpala | 2010-05-04 | 1 | -1/+6 |
* | | Merge svn changes up to r31050 | Uoti Urpala | 2010-04-26 | 7 | -17/+22 |
|\| |
|
| * | Tell x264 that we aren't going to give it timestamps. | lorenm | 2010-04-20 | 1 | -0/+1 |
| * | Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systems | zuxy | 2010-04-20 | 6 | -17/+21 |
* | | Merge svn changes up to r31040 | Uoti Urpala | 2010-04-26 | 2 | -105/+108 |
|\| |
|
| * | Move functions that really do not need to be inlined from the header | reimar | 2010-04-15 | 2 | -105/+108 |
* | | Merge svn changes up to r31033 | Uoti Urpala | 2010-04-26 | 3 | -6/+7 |
|\| |
|
| * | Fix build due to FFmpeg r22858 change (function rename). | iive | 2010-04-12 | 1 | -1/+1 |
| * | Fix build after FFmpeg symbol rename: | diego | 2010-04-12 | 2 | -2/+3 |
| * | Fix build due to FFmpeg r22833 change (typedef rename). | iive | 2010-04-11 | 1 | -1/+1 |
| * | cosmetics: Reorder some x86-related preprocessor conditionals. | diego | 2010-04-06 | 1 | -2/+2 |
* | | Merge svn changes up to r31020 | Uoti Urpala | 2010-04-26 | 1 | -6/+10 |
|\| |
|
| * | Change ifdefs to make more sense: HAVE_SSSE3 should only be around SSSE3-code, | reimar | 2010-04-05 | 1 | -6/+10 |
* | | Merge svn changes up to r31004 | Uoti Urpala | 2010-04-26 | 10 | -10/+35 |
|\| |
|
| * | Mark vf_size_preset_fields m_option_t array as const. | diego | 2010-04-04 | 1 | -1/+1 |
| * | Mark encoder-related m_option_t struct arrays as const. | diego | 2010-04-04 | 8 | -8/+8 |
| * | Add a header for x264enc_set_param() instead of forward declaring it. | diego | 2010-04-03 | 2 | -0/+27 |
| * | Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check. | diego | 2010-04-03 | 1 | -2/+0 |
* | | Merge svn changes up to r30972 | Uoti Urpala | 2010-04-26 | 1 | -1/+1 |
|\| |
|
| * | Fix crash with incomplete yuv2 frames. | reimar | 2010-03-28 | 1 | -1/+1 |
* | | Merge svn changes up to r30967 | Uoti Urpala | 2010-04-26 | 6 | -30/+40 |
|\| |
|
| * | Convert asm keyword to __asm__. | diego | 2010-03-26 | 1 | -3/+3 |
| * | Fix build due to codecs_path vs. codec_path typo. | diego | 2010-03-23 | 2 | -8/+8 |
| * | Get rid of pointless def_path variable; use codec_path directly instead. | diego | 2010-03-23 | 3 | -9/+9 |
| * | Real binary loader code should respect the binary codec path. | diego | 2010-03-23 | 2 | -12/+16 |
| * | Rename get_path.[ch] --> path.[ch]. | diego | 2010-03-20 | 1 | -1/+1 |
| * | Move SetCodecPath() from loader to get_path.c and make it unconditional. | diego | 2010-03-20 | 1 | -2/+1 |
| * | Remove unnecessary size limits and a related define for hm12 decoder. | reimar | 2010-03-19 | 1 | -7/+0 |
| * | Drop support for XANIM_MOD_DIR environment variable. | diego | 2010-03-18 | 1 | -3/+0 |
| * | Reuse codec path variable used in the binary loader in the XAnim loader. | diego | 2010-03-18 | 1 | -1/+1 |
| * | cosmetics: indentation | aurel | 2010-03-18 | 1 | -2/+2 |
| * | add support for lavf style extradata in vd_theora | aurel | 2010-03-18 | 1 | -0/+17 |
* | | Merge svn changes up to r30917 | Uoti Urpala | 2010-04-26 | 1 | -7/+3 |
|\| |
|
| * | Remove unused variable, fixes the warning: | diego | 2010-03-16 | 1 | -1/+0 |
| * | Fix libmpcodecs/vd_qtvideo.c compilation on OS X: | sesse | 2010-03-16 | 1 | -6/+3 |
* | | Merge svn changes up to r30907 | Uoti Urpala | 2010-04-26 | 5 | -233/+124 |
|\| |
|
| * | Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS and | sesse | 2010-03-15 | 1 | -224/+87 |
| * | Replace separate Win32, XAnim and Real codec directories by one global dir. | diego | 2010-03-14 | 3 | -9/+9 |
| * | Support extradata format of the speex.acm windows codec formerly available | reimar | 2010-03-12 | 1 | -0/+24 |
| * | Fix crash if speex_packet_to_header fails. | reimar | 2010-03-12 | 1 | -0/+4 |
* | | Move some sh_audio field setting out of demuxer.c | Uoti Urpala | 2010-04-23 | 1 | -1/+4 |
* | | ad_ffmpeg: prefer codec to container samplerate for ffaac | Uoti Urpala | 2010-03-21 | 1 | -1/+6 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 42 | -42/+0 |
* | | Merge svn changes up to r30876 | Uoti Urpala | 2010-03-10 | 4 | -7/+146 |
|\| |
|
| * | Fix QuickTime emulated OSErr type. | sesse | 2010-03-06 | 2 | -7/+7 |
| * | Enable ASS/SSA subtitle support in mencoder | greg | 2010-03-05 | 2 | -0/+139 |
* | | Merge svn changes up to r30848 | Uoti Urpala | 2010-03-10 | 2 | -2/+6 |
|\| |
|
| * | Partially revert r30645, the final output format is determined by | reimar | |