summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get rid of useless last_ptr assignmentreimar2007-02-041-1/+0
* tinterlace mode 4 leaves height unchanged.reimar2007-02-041-1/+1
* Support for AOPLAY_FINAL_CHUNK in ao_sdl.creimar2007-02-041-0/+1
* Do not read beyond end of data chunk if chunk_size is set.reimar2007-02-041-1/+6
* r21753 broke compile-time detection of mmx flags on x86_64lorenm2007-02-041-1/+1
* Convert patterns to upper case to fix compilation after r22117.uau2007-02-031-19/+19
* r22107: Move -vo gl suboptions that should be irrelevant for the average userkraymer2007-02-031-29/+33
* Speed up config.h generation by transforming FFmpeg part names to uppercasediego2007-02-031-9/+8
* r22089: x264's crf takes a float argumentkraymer2007-02-031-4/+29
* r22062: alphabetical orderkraymer2007-02-031-69/+74
* r21959: Apply ancient double-click patch that nobody cares to comment on.kraymer2007-02-031-13/+30
* insert line break for readabilitykraymer2007-02-031-0/+1
* demux_mpg_probe() seek to the initial position before returning - patch by re...nicodvb2007-02-031-0/+2
* Merge both library rules by separating the rule from the dependencies.diego2007-02-031-3/+1
* Cosmeticsreimar2007-02-031-5/+5
* Avoid crash in uninit if codec not foundreimar2007-02-031-0/+2
* formatting fixes for r22104kraymer2007-02-031-5/+10
* Move -vo gl suboptions that should be irrelevant for the average userreimar2007-02-031-24/+28
* removed unused variablesnicodvb2007-02-031-1/+1
* Update gl:help output a bitreimar2007-02-031-2/+3
* Add global field dominance flag instead of duplicating this "everywhere"reimar2007-02-023-2/+33
* synced with r22089 (again)gpoirier2007-02-011-58/+58
* sync w/r22089gpoirier2007-02-011-12/+23
* mf demuxer only works with mf:// urls, so check for that.reimar2007-02-011-0/+1
* Consider SRCS2 as well when generating dependency information.diego2007-02-011-1/+1
* Make mkv demuxer use ffmpeg LZO as well.reimar2007-01-311-17/+13
* Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo.reimar2007-01-311-20/+12
* use ffmpeg's LZOreimar2007-01-311-21/+9
* Use export type mpi, everything else is a fragile hack.reimar2007-01-311-25/+24
* Avoid a static variable and instead use variable in contextreimar2007-01-311-4/+5
* Swap palette on bigendian.reimar2007-01-311-0/+11
* r22060: describe -psprobevoroshil2007-01-311-2/+14
* Wrong variable name used in libfaac check.diego2007-01-311-1/+1
* libfaac detection skipped linking, and thus only checked for headers and not ...lorenm2007-01-311-1/+1
* Simplify extcheck calls by moving some logic into the function.diego2007-01-311-7/+9
* x264's crf takes a float argumentlorenm2007-01-311-1/+1
* Allow forcing processor features on and off.diego2007-01-311-2/+3
* Fix looooooongstanding bug:diego2007-01-311-1/+1
* cosmetics: Move around a few options for better logical grouping.diego2007-01-301-83/+84
* cosmetics: consistent formattingdiego2007-01-301-30/+10
* Unification of parameter handling part 3 of many:diego2007-01-301-7/+3
* Unification of parameter handling part 2 of many:diego2007-01-301-105/+72
* Unification of parameter handling part 1 of many:diego2007-01-301-645/+646
* cosmetics: remove useless commented-out stuff.reimar2007-01-301-4/+0
* More simplificationreimar2007-01-301-2/+1
* Simplifyreimar2007-01-301-3/+1
* Fix vd_lzo, broken since r18069, i.e. April 2006!reimar2007-01-301-1/+1
* Move network detection further up to simplify detection of dependant stuff.reimar2007-01-301-15/+14
* Support 16bit bigendian PCM audio from libavformatreimar2007-01-301-0/+1
* Document -noidx.diego2007-01-301-0/+5
* typodiego2007-01-301-1/+1
* URL fixdiego2007-01-301-1/+1
* cosmetics: Reorder install targets.diego2007-01-301-10/+10
* Mark phony targets as such.diego2007-01-301-0/+3
* Replace ifeq structure in the install target by a set of dependent targets.diego2007-01-301-10/+22
* better back_ptr_div16 description by (Clemens Ladisch ((( cladisch ( fastmail...michael2007-01-301-4/+5
* reduced verbositynicodvb2007-01-291-1/+1
* 5l, check that the codec type detected by ts_detect_streams() is actually aud...nicodvb2007-01-291-1/+1
* fix audio type when ts_detect_streams detects that a private1 stream is actua...nicodvb2007-01-291-0/+3
* Expand property documentationreimar2007-01-291-49/+52
* List available propertiesreimar2007-01-291-0/+54
* Bugfix: glyph and bitmap pointers could be left uninitialized aftereugeni2007-01-291-4/+3
* alphabetical orderdiego2007-01-291-63/+63
* typo, new sentences on lines of their owndiego2007-01-291-3/+3
* describe -psprobenicodvb2007-01-281-0/+7
* sanity checks during codec detection; also reset demuxer->stream->eofnicodvb2007-01-281-1/+3
* Remove references to no longer existing documentation.diego2007-01-281-3/+1
* Move platform-specific stuff together.diego2007-01-281-5/+6
* Move _ldd setting to a saner place.diego2007-01-281-1/+1
* added code to scan the video stream to search the actual video codec used;nicodvb2007-01-282-0/+32
* include math.h for fabsf()nicodvb2007-01-281-0/+1
* cosmetics: reindentation and braces removalnicodvb2007-01-281-6/+4
* moved scoreboarding code to 2 separate functions (update_stats() and clear_st...nicodvb2007-01-281-28/+41
* stray fflush spotted by Aurellu_zero2007-01-281-1/+1
* fix a segfault if -x264encopts is the last commandline option (with no argument)lorenm2007-01-281-0/+5
* Fix base64_encode() max output length checking.uau2007-01-281-4/+3
* Make example and test build and link correctlylu_zero2007-01-281-2/+2
* av_logifylu_zero2007-01-281-8/+9
* Doxygen comments for used DirectShow methods.voroshil2007-01-282-2/+969
* Mark m_struct_t defaults as constreimar2007-01-2810-10/+10
* fix endianess, see bug #727lu_zero2007-01-281-12/+16
* 10l: screen_height calculation was using an uninitialized variablefaust32007-01-281-1/+1
* Fix number of rows in interlaced mode.reimar2007-01-281-7/+11
* Accept rdt packets with "is-reliable" flag setrtogni2007-01-281-1/+1
* 10l, confused current "frame" with canvas width.reimar2007-01-281-3/+3
* set has_valid_timestamps and corresponding first and final pts only afternicodvb2007-01-281-46/+122
* Hack: use refmode == 1 instead of == 0, as browsers behave like thisreimar2007-01-281-0/+7
* Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c ...reimar2007-01-281-5/+2
* Call real_fix_timestamp() after seeking, to avoid video freezing rtogni2007-01-271-3/+13
* fix overlooked debug messagevoroshil2007-01-271-1/+1
* Changing debug messages and renaming method names according to theirvoroshil2007-01-271-29/+29
* fix typos from previous commitvoroshil2007-01-271-2/+2
* Cosmetics. Doxygen comments.voroshil2007-01-271-6/+484
* synced up to r21221ptt2007-01-271-245/+265
* Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16reimar2007-01-271-6/+15
* Simplify and make lzo decompression code more similar to zlib one.reimar2007-01-271-2/+2
* Forgotten free on errorreimar2007-01-271-0/+2
* r21989: fix typovoroshil2007-01-271-10/+7
* *dest = malloc (*size); is useless directly before *dest = realloc (*dest, *s...reimar2007-01-271-1/+1
* synced up to r21906ptt2007-01-271-7/+202
* Handle mp_msg_charset == NULL correctly in filename_recode.reimar2007-01-271-1/+2
* Cosmetics: remove tabs, almost all added during last patch, fromreimar2007-01-271-12/+12
* synced with r22016Gabrov2007-01-261-10/+8
* fastmemcpy.h always has to include inttypes.h on systems that need it.diego2007-01-261-1/+1
* filename double-conversion, especially usefull for CJK users :-)gpoirier2007-01-263-12/+56
* Remove illegal definition of underscored-prefixed symbol "__MODULE__":gpoirier2007-01-264-8/+0
* get rid of void pointer arithmetic, as spotted by ICCgpoirier2007-01-261-8/+9
* Do not create font subdir of data directory, bitmap font support is deprecated.diego2007-01-251-1/+0
* Remove confusing line about forcing MP3 demuxing.diego2007-01-251-1/+0
* Remove comment printed by -demuxer help, it belongs in the copyright header.diego2007-01-251-1/+1
* Clarify -delay.diego2007-01-251-0/+2
* Remove ff_gcd prototype and include avutil.h instead where it is defined.reimar2007-01-251-2/+2
* 10l to Gabrov for breaking docs build.rathann2007-01-251-1/+1
* build fix: Disable libtheora encoding over lavc.diego2007-01-251-1/+1
* Sync with FFmpeg r7699.diego2007-01-251-0/+4
* Simplify conditional compilation handling.diego2007-01-251-6/+3
* Address age-old FIXMEs about tdfx_vid, tdfxfb and 3dfx vo drivers.diego2007-01-241-8/+5
* Use interleaver id to select the correct interleaver instead of guessing rtogni2007-01-241-23/+21
* Quote some expressions, might help with some shells.diego2007-01-241-2/+2
* Use interleaver id to select the correct interleaver instead of guessing rtogni2007-01-241-8/+7
* Fix compilation if no libogg/libvoribs installedrtogni2007-01-241-1/+5
* Rename a few variables to match FFmpeg.diego2007-01-241-5/+5
* Fix compilation after ffmpeg changes in r7619rtogni2007-01-241-5/+41
* better autodetection of framerate in case of h264; it works correctly with b-...nicodvb2007-01-231-2/+8
* Include string.h to make sure memcpy is not used without prototypereimar2007-01-231-0/+1
* Pass a context to av_log(), when possiblelucabe2007-01-235-73/+78
* Bring MPlayer closer to compilation after latest FFmpeg changes.diego2007-01-231-3/+3
* substream 0x75 doesn't seem to be a valid vc1 stream, after all; removednicodvb2007-01-221-1/+1
* set priv->last_pts to the pts read only if the pts was really read; patch by ...nicodvb2007-01-221-1/+6
* Fix FSF address and otherwise broken license headers.diego2007-01-2217-46/+32
* Fix license headers and FSF postal address.diego2007-01-223-7/+6
* Sync with FFmpeg r7634.diego2007-01-211-4/+1
* Discard -Wdeclaration-after-statement warning.diego2007-01-211-1/+1
* synced with r21906Gabrov2007-01-211-2/+91
* synced with r21989Gabrov2007-01-214-67/+455
* fix typoGabrov2007-01-211-1/+1
* Fix compilation: define CONFIG_ZLIB in config.makreimar2007-01-211-0/+1
* r21959: Apply ancient double-click patch that nobody cares to comment on.voroshil2007-01-211-1/+12
* Instead of printing a useless "sig11 coming soon" message, just abort parsingreimar2007-01-211-1/+4
* Sanity-check sh_video->bih->biSizereimar2007-01-212-0/+4
* Simplify by using av_codec_get_id and include riff.h only in demux_lavf.creimar2007-01-213-20/+14
* Add ignore key bindreimar2007-01-211-0/+1
* Move code to ignore mouse wheel "down" events to fifo.c (needed becausereimar2007-01-213-9/+2
* Another AVCodecTag compile fixreimar2007-01-211-1/+1
* Forgotten CodecTag -> AVCodecTagreimar2007-01-211-1/+1
* Fix compilation after lavf changesreimar2007-01-212-2/+2
* support -ffourcc with -of lavfreimar2007-01-212-1/+3
* Simplify install calls.diego2007-01-201-8/+6
* Remove redundant informative output.diego2007-01-201-1/+0
* Don't suppress make output during installation.diego2007-01-201-7/+7
* some simplificationsdiego2007-01-201-5/+3
* Move ldconfig platform differences into configure where they belong.diego2007-01-202-10/+8
* Move ranlib setting to a more sensible place.diego2007-01-201-7/+7
* in h264_parse_sps() reuse mp_unescape03()nicodvb2007-01-201-27/+4
* vc1 probing code: if sh_video->bih can't be callocated exitnicodvb2007-01-201-0/+4
* in vc1 probing code, all packets before the first sequence header must be ski...nicodvb2007-01-201-1/+1
* removed unused variables; replaced wrong call to realloc() with calloc() in v...nicodvb2007-01-201-3/+1
* decode vc1 sequence header and frame it in video_read_frame();nicodvb2007-01-201-0/+73
* demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the pes_exten...nicodvb2007-01-201-2/+37
* added function to parse vc1 sequence headernicodvb2007-01-202-0/+116
* BE_32 -> AV_RB32reimar2007-01-191-1/+1
* Compile fix: LE_* -> AV_RL*reimar2007-01-191-13/+13
* include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; ple...nicodvb2007-01-191-1/+2
* sync w/ r21959gpoirier2007-01-181-17/+33
* synced with r21959Gabrov2007-01-183-823/+855
* Apply ancient double-click patch that nobody cares to comment on.reimar2007-01-183-2/+47
* r21930: gcc_bug++;voroshil2007-01-183-18/+45
* In .srt, any line containing only spaces and tabs marks the end of theeugeni2007-01-181-2/+5
* grammar/spelling/wording in commentsdiego2007-01-181-39/+40
* r21954: "-lavdopts fast" has applied to mpeg4 and h264 for a whilekraymer2007-01-171-3/+4
* "-lavdopts fast" has applied to mpeg4 and h264 for a whilelorenm2007-01-171-4/+4
* synced with r21952Gabrov2007-01-172-498/+571
* 1000l; fixed wrong operator precedencenicodvb2007-01-171-1/+1
* version bump (for changes in r21907)kraymer2007-01-171-1/+1
* r21727: Must refer to option name instead of internal variablekraymer2007-01-171-17/+22
* r21691: added smb:// to the list of allowed input urlskraymer2007-01-171-12/+21
* print_version() and others get executed before the command line has been pars...michael2007-01-171-0/+4
* unified creation of sh_audio and sh_video is ts_add_stream; patch by elupusnicodvb2007-01-171-70/+75
* Update copyright year.diego2007-01-161-1/+1
* in evo files [e]ac3 substreams range from 0xc0 to 0xcfnicodvb2007-01-161-2/+3
* at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer p...nicodvb