summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r30475Uoti Urpala2010-03-09119-96/+2099
|\
| * Fix layout for the mouse/joystick controls sections.diego2010-01-311-2/+0
| * Declare support for the pixel formats:stefano2010-01-311-0/+8
| * Document that -af-adv force=0 currently does the same as =1reimar2010-01-311-1/+1
| * Blackfin: use SRAM only when CONFIG_SRAM is setmru2010-01-313-3/+3
| * Add license header to all top-level files missing them.diego2010-01-3061-26/+1097
| * Add missing multiple inclusion guards.diego2010-01-301-0/+4
| * Add missing #include, fixes the warning:diego2010-01-301-0/+1
| * Add license header to all files missing it in the stream subdirectory.diego2010-01-3054-62/+980
| * Reindent.stefano2010-01-301-4/+4
| * Use a consistent convention for the names of the internal wrapperstefano2010-01-301-30/+30
| * stream/rtp.h appears not to originate from dvbstream.diego2010-01-302-5/+16
* | build: remove separate mp_msg-mencoder.cUoti Urpala2010-03-092-6/+2
* | Ignore svn change r30464Uoti Urpala2010-03-090-0/+0
|\|
| * Add some more definitions for FFmpeg to config.h:diego2010-01-301-0/+3
* | Merge svn changes up to r30463Uoti Urpala2010-03-09159-115/+2730
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-30135-64/+2461
| * Remove confusing comment.diego2010-01-301-2/+0
| * Add missing license headers.diego2010-01-302-4/+38
| * cosmetics: Convert DOS linebreaks to Unix linebreaks.diego2010-01-301-17/+17
| * license header cosmeticsdiego2010-01-302-0/+2
| * Add standard license header to C tools missing them.diego2010-01-3010-8/+158
| * Fix randomness of the swscale-test output.stefano2010-01-301-3/+3
| * Add missing license header and multiple inclusion guards.diego2010-01-301-0/+23
| * Make the code match the documentation by making higher-quality but slowerreimar2010-01-301-11/+0
| * Support more qscale types in most post-processing filters.reimar2010-01-295-4/+19
| * sync with en/mplayer.1 r30436jrash2010-01-291-2/+7
| * Explain why we still disable the ALSA resampler even though it is probablyreimar2010-01-281-1/+2
| * Try the more specific names first for the SwapInterval function to make it lessreimar2010-01-281-1/+1
| * glXSwapIntervalEXT is defined to take different arguments from glXSwapInterva...reimar2010-01-281-1/+1
| * Fix input/output channel mixup in the pan filter description.diego2010-01-281-2/+2
* | demuxer.h: increase input buffer padding to 64 to match FFmpegUoti Urpala2010-03-091-1/+1
* | Add runtime translation supportUoti Urpala2010-03-083-2/+92
* | translations: tweak cases that relied on concatenating adjacent stringsUoti Urpala2010-03-0713-41/+64
* | Restore collapsed whitespace in output messagesUoti Urpala2010-03-0716-23/+23
* | Make help text translatableUoti Urpala2010-03-072-3/+43
* | build/vdpau: drop support for dynamic loading of libvdpauUoti Urpala2010-02-262-28/+7
* | vo_vdpau: improve VOCTRL_GET_EOSD_RES codeUoti Urpala2010-02-261-10/+4
* | Makefile: vf_halfpack no longer needs libswscale internalsUoti Urpala2010-02-261-2/+2
* | Add FLV4 fourcc to ffvp6f decoderGrigori Goronzy2010-02-241-1/+1
* | vo_vdpau: make queuing future frame flips adjustableUoti Urpala2010-02-054-4/+27
* | ad_faad: move message "input bitrate missing" to MSGL_VUoti Urpala2010-01-311-1/+1
* | VO: remove directfb from autoselected VOsUoti Urpala2010-01-311-3/+4
* | codecs.conf: stop trying mpegpes first for MPEG-1/2Uoti Urpala2010-01-301-31/+30
* | demux_mkv: remove incorrect error message about compressionUoti Urpala2010-01-281-1/+1
* | x11_common: always free x11 context struct on exitUoti Urpala2010-01-281-7/+6
* | Merge branch 'matroska'Uoti Urpala2010-01-2810-1273/+2286
|\ \
| * | demux_mkv: improve compression handlingUoti Urpala2010-01-271-26/+34
| * | demux_mkv: use new EBML parser to read all track headersUoti Urpala2010-01-271-227/+135
| * | demux_mkv: handle compressed text subtitlesUoti Urpala2010-01-271-3/+6
| * | demux_mkv: don't print errors for 0-size zlib decodingUoti Urpala2010-01-271-0/+4
| * | demux_mkv: use new EBML parser to read TrackEncodingsUoti Urpala2010-01-271-151/+67
| * | demux_mkv: use new EBML parser to read Video elementUoti Urpala2010-01-271-61/+33
| * | demux_mkv: use new EBML parser to read Audio elementUoti Urpala2010-01-273-45/+25
| * | demux_mkv: use new EBML parser for Info parsingUoti Urpala2010-01-271-51/+29
| * | demux_mkv: remove pointless 'long double' useUoti Urpala2010-01-273-6/+6
| * | demux_mkv: use new EBML parser for chapter parsingUoti Urpala2010-01-271-198/+101
| * | demux_mkv: use new EBML parser for attachment parsingUoti Urpala2010-01-271-80/+21
| * | demux: take chapter/attachment name strings without 0-terminationUoti Urpala2010-01-274-42/+35
| * | demux_mkv: don't stop playback on non-Cluster elementsUoti Urpala2010-01-271-2/+5
| * | demux_mkv: improve Cues parsingUoti Urpala2010-01-271-65/+18
| * | demux_mkv: support reading all headers based on SeekHeadUoti Urpala2010-01-271-150/+148
| * | demux_mkv: use new EBML parser for file headerUoti Urpala2010-01-273-79/+29
| * | matroska: add new parsing codeUoti Urpala2010-01-277-172/+1675
* | | Merge svn changes up to r30448Uoti Urpala2010-01-283-33/+26
|\ \ \ | | |/ | |/|
| * | Stopping maintainership for -vo (x)mga attila2010-01-271-2/+2
| * | Simplify and correct loop condition, also avoids a compiler warning for unuse...reimar2010-01-271-2/+2
| * | Fix newline removal code that might read and write out of bounds.reimar2010-01-272-4/+4
| * | Make mp3lib the default MP3 decoder again, it is a good bit faster onreimar2010-01-271-14/+17
| * | Declare variable closer to where it is used.reimar2010-01-271-9/+1
| * | Remove a useless global variable.reimar2010-01-271-5/+2
| * | Do not needlessly make local variable static.reimar2010-01-271-3/+3
| * | Remove useless initializers.reimar2010-01-271-2/+2
* | | Ignore svn changes up to r30440Uoti Urpala2010-01-280-0/+0
|\| |
| * | Do not needlessly use (file-)global variables.reimar2010-01-271-4/+3
| * | Rename swscale-example to swscale-test, to better reflect the intendedstefano2010-01-272-2/+1
| * | Remove ds_fill_buffer calls from demux_resync, they cause issues at least withreimar2010-01-261-2/+5
* | | Merge svn changes up to r30437Uoti Urpala2010-01-289-15/+59
|\| |
| * | Enable parsing for ASF audio streams.reimar2010-01-261-0/+1
| * | Add an option to cropdetect to periodically reset the detected area.reimar2010-01-262-5/+24
| * | Use isAnyRGB() where possiblemichael2010-01-263-13/+11
| * | Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.michael2010-01-261-0/+16
| * | Rename isRGB() and isBGR() as their meaning is confusing.michael2010-01-264-19/+19
| * | Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightlystefano2010-01-251-2/+0
| * | Fix mis-computation of the needsDither variable erroneously introducedstefano2010-01-241-1/+1
| * | Use av_malloc to ensure sufficient alignment and also free at least somereimar2010-01-241-1/+2
| * | If audio was identified as DTS in the PMT do not override that with TrueHDreimar2010-01-241-1/+1
| * | Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crash...reimar2010-01-241-0/+2
| * | Add support for parsing MLP and TrueHD.reimar2010-01-241-0/+6
| * | Revert the xvmc part of r30422: VCR2 at least worked with xvmc at some point.cehoyos2010-01-241-0/+1
| * | Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.stefano2010-01-241-2/+0
| * | Add forgotten declaration of ds_clear_parser.reimar2010-01-241-0/+1
| * | Remove now unused variables.reimar2010-01-241-2/+0
| * | VCR2 fails for mpeg12, decodes incorrectly (and cannot be fixed) forcehoyos2010-01-241-4/+0
| * | Reset the parser on seek. Should fix some cases of audio "blips" after seeking.reimar2010-01-242-6/+24
* | | Ignore svn change r30420Uoti Urpala2010-01-280-0/+0
|\| |
| * | Move the resync-related code into more consistent places instead of having itreimar2010-01-245-42/+28
* | | Disable libass fallbacks for fontconfig < 2.4.2Grigori Goronzy2010-01-276-29/+11
* | | Merge svn changes up to r30419Uoti Urpala2010-01-2535-135/+274
|\| |
| * | Use av_get_bits_per_pixel() for computing the bits per pixel of thestefano2010-01-244-46/+12
| * | Fix ftp support to properly support large files > 2GB.reimar2010-01-241-3/+4
| * | new year in version stringGabrov2010-01-241-1/+1
| * | typo fix, accidently reverted the new year patch with previous commitGabrov2010-01-241-1/+1
| * | synced with r30414Gabrov2010-01-241-3/+13
| * | big new year patch for documentationsGabrov2010-01-2420-10/+20
| * | Indent.ramiro2010-01-241-94/+94
| * | Don't redefine M_PI. It is already defined from libavutil/mathematics.h.ramiro2010-01-241-10/+4
| * | Split swscale.c into scaler code (swscale.c) and utility code (utils.c).ramiro2010-01-244-1539/+1620
| * | 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
| * | clean up netstream docs in TOOLS/READMEcompn2010-01-231-6/+8
| * | Make sure that a qstride of 0 (intentional or not) does not completely breakreimar2010-01-232-5/+17
| * | Always call cache_uninit to immediately free everything cache-related if wereimar2010-01-231-3/+10
| * | Call cache-uninit unconditionally, it should always be safe to call.reimar2010-01-231-2/+0
| * | Change code to allow playing a stream even if enabling the cache failedreimar2010-01-232-4/+9
| * | Make cache_init static, it is not used outside this filereimar2010-01-231-1/+1
| * | Support more formats for -ao pcm in raw mode.reimar2010-01-231-24/+19
| * | Handle Content-Length also when Content-Type is not set.reimar2010-01-231-5/+6
| * | Use atoll to parse Content-Length to support http for files > 2GB.reimar2010-01-231-1/+1
| * | Add an exit() to silence a gcc warning and ensure forked code will neverreimar2010-01-231-0/+2
| * | 100l, shouldn't write to memory after freeing it.reimar2010-01-231-1/+2
| * | Reindent.reimar2010-01-231-3/+3
| * | Zero freed pointers.reimar2010-01-231-0/+3
| * | Check for fork failing and make sure cache_uninit always frees the cache datareimar2010-01-231-1/+10
| * | sync with en/mplayer.1 r30336jrash2010-01-221-2/+12
| * | Remove any auto-inserted lavc filter.reimar2010-01-221-2/+9
| * | Fix sub_free to actually free the subtitle data.reimar2010-01-221-6/+6
| * | Fix a memory leak in the subreader.reimar2010-01-221-1/+4
| * | Replace strncat by av_strlcat which is easier to verify for correctness.reimar2010-01-221-2/+2
| * | Also handle ASS subtitles when removing subtitles via sub_remove slave command.reimar2010-01-221-0/+15
| * | Avoid duplicating code to remove subtitles (sub_remove slave command).reimar2010-01-221-38/+41
* | | Ignore svn changes up to r30385Uoti Urpala2010-01-250-0/+0
|\| |
| * | Move array specifiers outside DECLARE_ALIGNED() invocationsmru2010-01-224-18/+18
| * | Disable all hwaccel glue code from FFmpeg.diego2010-01-211-8/+5
| * | x264 version 0.83 is required.cehoyos2010-01-211-1/+1
| * | Fix compilation after FFmpeg r21353.cehoyos2010-01-211-0/+1
| * | More const-correctness for sws_scaleconrad2010-01-212-5/+5
| * | Document some more of SwsContext.ramiro2010-01-201-26/+54
| * | Avoid more pointless tests, the input and output formats need to bestefano2010-01-201-2/+2
| * | Split overly long line.stefano2010-01-191-1/+2
| * | Make selfTest() perform tests where both the input and output formatsstefano2010-01-191-0/+6
| * | Create libavutil/avconfig.h, required for FFmpeg compilation.diego2010-01-191-0/+16
* | | Merge svn changes up to r30375Uoti Urpala2010-01-2519-113/+322
|\| |
| * | synced with r30336ptt2010-01-191-1/+11
| * | Make const prototypes for input sources of sws_scale_* stricter.benoit2010-01-192-4/+4
| * | swscale-example: Add comment about the use of av_{malloc,free}.ramiro2010-01-191-0/+4
| * | Set HAVE_FAST_CLZ according to CPU type.zuxy