summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PTS should be passed as int64_t to demux_ty_CopyToDemuxPacketreimar2007-09-151-1/+1
* Remove now useless parameters from demux_ty_CopyToDemuxPacketreimar2007-09-151-6/+4
* Remove more unused code and variablesreimar2007-09-151-10/+0
* cosmetics: Fix typo in function name.diego2007-09-151-2/+2
* removed unused members from dvdnav_priv_tnicodvb2007-09-151-4/+0
* Removed dead code related to stills.nicodvb2007-09-151-8/+0
* updated changelog with recent monkey audio decoder supportben2007-09-151-0/+1
* Revert r24446 since it breaks mingw32 build: _WINGDI_H is defined in wingdi.hzuxy2007-09-151-1/+1
* live recordings can contain 0-size type 0 chunks, ignore them insteadreimar2007-09-141-1/+1
* Move some more variable declarationsreimar2007-09-141-6/+6
* Remove tabs and trailing whitespacereimar2007-09-141-124/+124
* A few more useless ()reimar2007-09-141-4/+4
* Minor simplificationsreimar2007-09-141-4/+4
* Further simplify demux_ty_FindESHeaderreimar2007-09-141-11/+11
* Optimize demux_ty_FindESHeaderreimar2007-09-141-8/+9
* Remove some commented-out debugging codereimar2007-09-141-29/+2
* Fix demux_ty_FindESHeader so it won't overreadreimar2007-09-141-1/+1
* Simplify demux_ty_FindESPacket by reusing demux_ty_FindESHeaderreimar2007-09-141-32/+10
* Remove unused demux_ty_FindESPacket parameterreimar2007-09-141-2/+2
* Simplify demux_ty_FindESHeaderreimar2007-09-141-12/+7
* Move variable declarations into the block where they are usedreimar2007-09-141-19/+10
* Another piece of duplicate codereimar2007-09-141-13/+2
* Avoid a big piece of duplicated codereimar2007-09-141-52/+7
* Get rid of more code duplicationreimar2007-09-141-35/+6
* Simplify XDS handlingreimar2007-09-141-12/+5
* Reduce code duplicationreimar2007-09-141-21/+2
* Greatly simplify IsValidAudioPacket, though this might break somethingreimar2007-09-141-30/+2
* Simplify IsValidAudioPacketreimar2007-09-141-9/+2
* Do not misuse a_streams for private info, demuxer->priv is for that!reimar2007-09-141-22/+7
* Use AV_RB24reimar2007-09-141-1/+1
* get rid of pointless pesFileId variablesreimar2007-09-141-19/+3
* Simplify AV_RB32 / 256 -> AV_RB24reimar2007-09-141-2/+1
* Use AV_RB32 instead of tivobuffer2hostlongreimar2007-09-141-12/+6
* Yet more cosmeticsreimar2007-09-141-23/+5
* Move timestamps to int64_t and use MP_NOPTS_VALUEreimar2007-09-141-29/+15
* Demuxers are _not_ supposed to set ds->pts!reimar2007-09-141-1/+0
* Fix completely broken get_ty_pts (it's an ordinary MPEG timestamp)reimar2007-09-141-15/+11
* Another ty simplificationreimar2007-09-141-8/+2
* Remove unused variablereimar2007-09-141-1/+0
* tmf_totalsize is not used either, remove itreimar2007-09-141-7/+0
* More simplificationsreimar2007-09-141-13/+4
* Get rid of some quite pointless variablesreimar2007-09-141-18/+2
* Move boundary check before use!reimar2007-09-141-2/+4
* pthreads support is required for teletextvoroshil2007-09-141-1/+1
* Remove unused tmf_totalchunksreimar2007-09-141-8/+0
* Simplify EOF handlingreimar2007-09-141-10/+4
* Simplify tmf_filetooffsetreimar2007-09-141-21/+9
* Small simplificationsreimar2007-09-141-7/+4
* 10l, placed terminating 0 at the wrong place.reimar2007-09-141-1/+1
* Avoid strlcpy, tar headers already have space to ensure 0-terminationreimar2007-09-141-4/+6
* Do not ignore last chunk in .tmf files, it will cause part of the file to bereimar2007-09-141-3/+1
* Cosmetics: remove lots of useless () and {}.reimar2007-09-141-151/+85
* Use CHUNKSIZE define in a few more placesreimar2007-09-141-2/+2
* Simplify ty_extensionisreimar2007-09-141-8/+5
* Make demux_ty internal functions staticreimar2007-09-141-5/+5
* Use strtol instead of horribly suboptimal ty_octaltodecimalreimar2007-09-141-21/+1
* Fix ESD check: use an ESD function to actually check linking and doreimar2007-09-141-2/+2
* sigill_handler_sse is not needed and can not compile on 64 bit systemsreimar2007-09-141-1/+1
* Do not check for X86_FXSR_MAGIC define, it is missing in newerreimar2007-09-141-5/+4
* Remove unused sigfpe handlerreimar2007-09-141-22/+0
* Remove test for SSE exception support that has been commented out since ages.reimar2007-09-141-25/+0
* Fix off-by-one error if fsize is odd (does handling that case even make sense?)reimar2007-09-141-2/+1
* Mark DTS tables as constreimar2007-09-141-2/+2
* Fix 10l typo in syncwordreimar2007-09-141-1/+1
* Improved comments, based on patches by Ulion [ulion2002 gmail com]reimar2007-09-141-6/+6
* Simplify and fix big-endian hwac3 header generation code.reimar2007-09-141-17/+13
* Deobfuscate: use IMGFMT_RGB_DEPTH and IMGFMT_IS_BGRreimar2007-09-131-10/+10
* Fix missing reset/initialization (with tv parameters) ofvoroshil2007-09-131-0/+2
* added monkey audio file extensions to extension tableben2007-09-131-0/+3
* Move AM_MEDIA_TYPE structure definition to mediatype.h.voroshil2007-09-133-13/+26
* Check wLongsPerEntry before using it.reimar2007-09-131-5/+5
* Remove useless preprocessor check, _WINGDI_H is never defined.diego2007-09-131-1/+1
* Add support for FFmpeg Monkey's Audio decoderuau2007-09-131-0/+7
* warning fixes:diego2007-09-134-5/+5
* Replace constant by appropriate definereimar2007-09-131-1/+1
* Remove leading underscores from multiple inclusion guards,diego2007-09-1331-103/+98
* Fix include path.diego2007-09-131-1/+1
* Remove redundant #ifndef, __WINE_MMSYSTEM_H is never defined.diego2007-09-121-2/+0
* cosmetics: Use uppercase for multiple inclusion guards and comment #endifs.diego2007-09-122-6/+6
* Remove useless #ifndef, __WINE_WINGDI_H is never defined.diego2007-09-121-2/+0
* Remove redundant multiple inclusion guard.diego2007-09-121-2/+0
* DOCS/tech/colorspaces.txt says I420 and IYUV are the same, so add IYUV at thereimar2007-09-121-0/+1
* r24423: Implementation of tv:// driver autodetection.voroshil2007-09-121-2/+2
* r24423: Implementation of tv:// driver autodetection.voroshil2007-09-121-1/+2
* Consistently use path as multiple inclusion guard.diego2007-09-123-11/+11
* synced with r24423Gabrov2007-09-122-4/+5
* Add missing #include to fix compilation.diego2007-09-121-0/+1
* Do not replace _ by - if x86_64 is given in --target.reimar2007-09-121-1/+4
* sync w/r24423gpoirier2007-09-111-6/+9
* Fix indentation after r24367.cehoyos2007-09-101-2/+2
* r24294: suboption consistency, add fixme document -vivo suboptionskraymer2007-09-102-5/+21
* Revert r24424.voroshil2007-09-105-48/+48
* Fix for:voroshil2007-09-102-13/+13
* Fix for a lot ofvoroshil2007-09-105-48/+48
* Implementation of tv:// driver autodetection.voroshil2007-09-104-10/+21
* cosmetics: Add comments to some #endif preprocessor directives.diego2007-09-104-4/+4
* warning fixes:diego2007-09-101-2/+0
* warning fix:diego2007-09-101-1/+0
* warning fix:diego2007-09-101-1/+0
* warning fixes:diego2007-09-101-3/+0
* Fix for:voroshil2007-09-101-2/+2
* Fix for:voroshil2007-09-101-6/+6
* Proper fix for:voroshil2007-09-101-2/+1
* cosmetics: Fix silly typo.diego2007-09-101-3/+3
* warning fix:diego2007-09-101-1/+1
* warning fixes:diego2007-09-101-2/+0
* warning fix:diego2007-09-101-0/+1
* warning fixes:diego2007-09-101-1/+0
* warning fixes:diego2007-09-101-1/+0
* warning fixes:diego2007-09-101-4/+4
* warning fixes:diego2007-09-101-2/+0
* warning fixes:diego2007-09-101-2/+2
* warning fixes:diego2007-09-101-7/+2
* warning fix:diego2007-09-101-1/+0
* warning fixes:diego2007-09-101-2/+1
* warning fixes:diego2007-09-101-4/+3
* warning fixes:diego2007-09-101-3/+1
* warning fixes:diego2007-09-101-2/+1
* warning fix:diego2007-09-101-1/+0
* warning fix:diego2007-09-101-0/+1
* warning fix:diego2007-09-102-1/+1
* Revert the part of r24389 that broke compilation of mencoder.cehoyos2007-09-101-0/+1
* r24386: move lavc option out of XviD section, to lavc sectionvoroshil2007-09-101-6/+5
* Fix warnings:voroshil2007-09-101-1/+0
* Fix warnings:voroshil2007-09-101-2/+0
* Fix warnings:voroshil2007-09-101-5/+0
* Fix warnings:voroshil2007-09-101-2/+0
* fix warnings:voroshil2007-09-101-2/+0
* Fix warnings:voroshil2007-09-101-2/+0
* Fix warnings:voroshil2007-09-101-6/+0
* synced with r24386Gabrov2007-09-091-5/+5
* move lavc option out of XviD section, to lavc sectiongpoirier2007-09-091-4/+4
* Fix redundant declaration warnings for variables already definedvoroshil2007-09-091-26/+0
* Option adevice is implemented for all tv:// drivers.voroshil2007-09-091-1/+1
* Add comments to some #endif preprocessor directives.diego2007-09-092-11/+11
* synced with r24381Gabrov2007-09-094-60/+45
* Move vo_3dfx check after vo_dga check, vo_3dfx needs -lXxf86dga to link.diego2007-09-091-12/+12
* warning fix:diego2007-09-091-2/+0
* warning fix:diego2007-09-091-0/+2
* warning fix:diego2007-09-091-1/+1
* warning fix:diego2007-09-091-1/+1
* warning fix:diego2007-09-091-2/+1
* Add nuv codec tag mappingreimar2007-09-091-0/+1
* Mark lavfpref demuxer as safe, so it that it is actually used for e.g.reimar2007-09-091-1/+1
* add instruction how to use parallel h264 deodingcompn2007-09-091-1/+1
* Fix fast_cmov detection broken by r24371zuxy2007-09-081-5/+4
* Use -march=native (avail. since gcc 4.2) when possiblezuxy2007-09-081-0/+2
* Add a check for c->head being NULL in pullup_free_context().gpoirier2007-09-081-0/+1
* Add "teletext patches" string to Otvos Attila's listvoroshil2007-09-081-1/+2
* Fix borders for xmga broken by r23675. Tested by Diego.reimar2007-09-081-0/+1
* Avoid releasing of unallocated memory.voroshil2007-09-081-0/+2
* Fix for:voroshil2007-09-081-1/+1
* More accurate calculating of teletextvoroshil2007-09-081-1/+3
* Implement boxes for subtitle teletext pages.voroshil2007-09-083-8/+27
* Always initialize pUnk pointer with zero.voroshil2007-09-081-0/+1
* Decrease teletext page rendering frequency from 1/frame to about 4/sec.voroshil2007-09-083-1/+37
* Fix typo in r24360cehoyos2007-09-071-1/+1
* Fix compilation after FFmpeg AUDIO_(DE)MUXER splituau2007-09-071-2/+2
* r24356: spelling fixes, pointed by Diegovoroshil2007-09-071-3/+3
* Fix compilation after FFmpeg r10426.cehoyos2007-09-071-2/+2
* Clarify teletext tlang option.diego2007-09-061-4/+4
* spelling fixes, pointed by Diegovoroshil2007-09-061-3/+3
* r24294: suboption consistency, add fixme document -vivo suboptionsvoroshil2007-09-061-3/+16
* r24216: Add missed in r24212 strings definitionsvoroshil2007-09-064-64/+34
* r24216: Add missed in r24212 strings definitionsvoroshil2007-09-061-1/+15
* add ; at the end of the sed commands. this fixes operation under cygwin.ivo2007-09-061-1/+1
* remove cut&paste from ffmpeg mistake. cd "$1" does not make any sense here,ivo2007-09-061-2/+2
* Fix AltiVec autodetection: The autodetection was overriding configurediego2007-09-061-4/+5
* Support lowdelay flagreimar2007-09-062-0/+7
* mention Slice-based parallel H.264 decoding in changeloggpoirier2007-09-051-0/+1
* sync w/ r24329gpoirier2007-09-051-2/+2
* Replace short region code explanation by more detailed section.diego2007-09-051-10/+28
* Fix compilation after FFmpeg r10411.cehoyos2007-09-051-1/+1
* Remove technical description of DVDs and libdvdread implementation.diego2007-09-051-44/+0
* Allow XF86AudioLowerVolume/XF86AudioRaiseVolume keys to be handled by MPlayer.diego2007-09-051-0/+6
* Matroska muxer now available in libavformat.diego2007-09-051-0/+4
* Move debug message to verbose output level.diego2007-09-0413-13/+1
* Remove obsolete libac3 entry.diego2007-09-041-9/+0
* warnig fix (blessed by Rich):diego2007-09-041-1/+1
* Add a bicubic scaler that needs a lot more instruction but noreimar2007-09-042-0/+42
* Do not reset user-enabled mute on EOF, but only on exit.reimar2007-09-031-1/+2
* Fix for:voroshil2007-09-031-0/+4
* Fix compilation after patch to remove global vo_hdcreimar2007-09-033-4/+6
* Remove global vo_hdc, since it is recommended to release a DC as soon as poss...reimar2007-09-032-9/+15
* Remove checks that in the worst case will completely break fullscreenreimar2007-09-031-6/+0
* Make sure aspect hint is adjusted on aspect changereimar2007-09-031<