| Commit message (Expand) | Author | Age | Files | Lines |
* | Add global field dominance flag instead of duplicating this "everywhere" | reimar | 2007-02-02 | 3 | -2/+33 |
* | synced with r22089 (again) | gpoirier | 2007-02-01 | 1 | -58/+58 |
* | sync w/r22089 | gpoirier | 2007-02-01 | 1 | -12/+23 |
* | mf demuxer only works with mf:// urls, so check for that. | reimar | 2007-02-01 | 1 | -0/+1 |
* | Consider SRCS2 as well when generating dependency information. | diego | 2007-02-01 | 1 | -1/+1 |
* | Make mkv demuxer use ffmpeg LZO as well. | reimar | 2007-01-31 | 1 | -17/+13 |
* | Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo. | reimar | 2007-01-31 | 1 | -20/+12 |
* | use ffmpeg's LZO | reimar | 2007-01-31 | 1 | -21/+9 |
* | Use export type mpi, everything else is a fragile hack. | reimar | 2007-01-31 | 1 | -25/+24 |
* | Avoid a static variable and instead use variable in context | reimar | 2007-01-31 | 1 | -4/+5 |
* | Swap palette on bigendian. | reimar | 2007-01-31 | 1 | -0/+11 |
* | r22060: describe -psprobe | voroshil | 2007-01-31 | 1 | -2/+14 |
* | Wrong variable name used in libfaac check. | diego | 2007-01-31 | 1 | -1/+1 |
* | libfaac detection skipped linking, and thus only checked for headers and not ... | lorenm | 2007-01-31 | 1 | -1/+1 |
* | Simplify extcheck calls by moving some logic into the function. | diego | 2007-01-31 | 1 | -7/+9 |
* | x264's crf takes a float argument | lorenm | 2007-01-31 | 1 | -1/+1 |
* | Allow forcing processor features on and off. | diego | 2007-01-31 | 1 | -2/+3 |
* | Fix looooooongstanding bug: | diego | 2007-01-31 | 1 | -1/+1 |
* | cosmetics: Move around a few options for better logical grouping. | diego | 2007-01-30 | 1 | -83/+84 |
* | cosmetics: consistent formatting | diego | 2007-01-30 | 1 | -30/+10 |
* | Unification of parameter handling part 3 of many: | diego | 2007-01-30 | 1 | -7/+3 |
* | Unification of parameter handling part 2 of many: | diego | 2007-01-30 | 1 | -105/+72 |
* | Unification of parameter handling part 1 of many: | diego | 2007-01-30 | 1 | -645/+646 |
* | cosmetics: remove useless commented-out stuff. | reimar | 2007-01-30 | 1 | -4/+0 |
* | More simplification | reimar | 2007-01-30 | 1 | -2/+1 |
* | Simplify | reimar | 2007-01-30 | 1 | -3/+1 |
* | Fix vd_lzo, broken since r18069, i.e. April 2006! | reimar | 2007-01-30 | 1 | -1/+1 |
* | Move network detection further up to simplify detection of dependant stuff. | reimar | 2007-01-30 | 1 | -15/+14 |
* | Support 16bit bigendian PCM audio from libavformat | reimar | 2007-01-30 | 1 | -0/+1 |
* | Document -noidx. | diego | 2007-01-30 | 1 | -0/+5 |
* | typo | diego | 2007-01-30 | 1 | -1/+1 |
* | URL fix | diego | 2007-01-30 | 1 | -1/+1 |
* | cosmetics: Reorder install targets. | diego | 2007-01-30 | 1 | -10/+10 |
* | Mark phony targets as such. | diego | 2007-01-30 | 1 | -0/+3 |
* | Replace ifeq structure in the install target by a set of dependent targets. | diego | 2007-01-30 | 1 | -10/+22 |
* | better back_ptr_div16 description by (Clemens Ladisch ((( cladisch ( fastmail... | michael | 2007-01-30 | 1 | -4/+5 |
* | reduced verbosity | nicodvb | 2007-01-29 | 1 | -1/+1 |
* | 5l, check that the codec type detected by ts_detect_streams() is actually aud... | nicodvb | 2007-01-29 | 1 | -1/+1 |
* | fix audio type when ts_detect_streams detects that a private1 stream is actua... | nicodvb | 2007-01-29 | 1 | -0/+3 |
* | Expand property documentation | reimar | 2007-01-29 | 1 | -49/+52 |
* | List available properties | reimar | 2007-01-29 | 1 | -0/+54 |
* | Bugfix: glyph and bitmap pointers could be left uninitialized after | eugeni | 2007-01-29 | 1 | -4/+3 |
* | alphabetical order | diego | 2007-01-29 | 1 | -63/+63 |
* | typo, new sentences on lines of their own | diego | 2007-01-29 | 1 | -3/+3 |
* | describe -psprobe | nicodvb | 2007-01-28 | 1 | -0/+7 |
* | sanity checks during codec detection; also reset demuxer->stream->eof | nicodvb | 2007-01-28 | 1 | -1/+3 |
* | Remove references to no longer existing documentation. | diego | 2007-01-28 | 1 | -3/+1 |
* | Move platform-specific stuff together. | diego | 2007-01-28 | 1 | -5/+6 |
* | Move _ldd setting to a saner place. | diego | 2007-01-28 | 1 | -1/+1 |
* | added code to scan the video stream to search the actual video codec used; | nicodvb | 2007-01-28 | 2 | -0/+32 |
* | include math.h for fabsf() | nicodvb | 2007-01-28 | 1 | -0/+1 |
* | cosmetics: reindentation and braces removal | nicodvb | 2007-01-28 | 1 | -6/+4 |
* | moved scoreboarding code to 2 separate functions (update_stats() and clear_st... | nicodvb | 2007-01-28 | 1 | -28/+41 |
* | stray fflush spotted by Aurel | lu_zero | 2007-01-28 | 1 | -1/+1 |
* | fix a segfault if -x264encopts is the last commandline option (with no argument) | lorenm | 2007-01-28 | 1 | -0/+5 |
* | Fix base64_encode() max output length checking. | uau | 2007-01-28 | 1 | -4/+3 |
* | Make example and test build and link correctly | lu_zero | 2007-01-28 | 1 | -2/+2 |
* | av_logify | lu_zero | 2007-01-28 | 1 | -8/+9 |
* | Doxygen comments for used DirectShow methods. | voroshil | 2007-01-28 | 2 | -2/+969 |
* | Mark m_struct_t defaults as const | reimar | 2007-01-28 | 10 | -10/+10 |
* | fix endianess, see bug #727 | lu_zero | 2007-01-28 | 1 | -12/+16 |
* | 10l: screen_height calculation was using an uninitialized variable | faust3 | 2007-01-28 | 1 | -1/+1 |
* | Fix number of rows in interlaced mode. | reimar | 2007-01-28 | 1 | -7/+11 |
* | Accept rdt packets with "is-reliable" flag set | rtogni | 2007-01-28 | 1 | -1/+1 |
* | 10l, confused current "frame" with canvas width. | reimar | 2007-01-28 | 1 | -3/+3 |
* | set has_valid_timestamps and corresponding first and final pts only after | nicodvb | 2007-01-28 | 1 | -46/+122 |
* | Hack: use refmode == 1 instead of == 0, as browsers behave like this | reimar | 2007-01-28 | 1 | -0/+7 |
* | Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c ... | reimar | 2007-01-28 | 1 | -5/+2 |
* | Call real_fix_timestamp() after seeking, to avoid video freezing | rtogni | 2007-01-27 | 1 | -3/+13 |
* | fix overlooked debug message | voroshil | 2007-01-27 | 1 | -1/+1 |
* | Changing debug messages and renaming method names according to their | voroshil | 2007-01-27 | 1 | -29/+29 |
* | fix typos from previous commit | voroshil | 2007-01-27 | 1 | -2/+2 |
* | Cosmetics. Doxygen comments. | voroshil | 2007-01-27 | 1 | -6/+484 |
* | synced up to r21221 | ptt | 2007-01-27 | 1 | -245/+265 |
* | Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16 | reimar | 2007-01-27 | 1 | -6/+15 |
* | Simplify and make lzo decompression code more similar to zlib one. | reimar | 2007-01-27 | 1 | -2/+2 |
* | Forgotten free on error | reimar | 2007-01-27 | 1 | -0/+2 |
* | r21989: fix typo | voroshil | 2007-01-27 | 1 | -10/+7 |
* | *dest = malloc (*size); is useless directly before *dest = realloc (*dest, *s... | reimar | 2007-01-27 | 1 | -1/+1 |
* | synced up to r21906 | ptt | 2007-01-27 | 1 | -7/+202 |
* | Handle mp_msg_charset == NULL correctly in filename_recode. | reimar | 2007-01-27 | 1 | -1/+2 |
* | Cosmetics: remove tabs, almost all added during last patch, from | reimar | 2007-01-27 | 1 | -12/+12 |
* | synced with r22016 | Gabrov | 2007-01-26 | 1 | -10/+8 |
* | fastmemcpy.h always has to include inttypes.h on systems that need it. | diego | 2007-01-26 | 1 | -1/+1 |
* | filename double-conversion, especially usefull for CJK users :-) | gpoirier | 2007-01-26 | 3 | -12/+56 |
* | Remove illegal definition of underscored-prefixed symbol "__MODULE__": | gpoirier | 2007-01-26 | 4 | -8/+0 |
* | get rid of void pointer arithmetic, as spotted by ICC | gpoirier | 2007-01-26 | 1 | -8/+9 |
* | Do not create font subdir of data directory, bitmap font support is deprecated. | diego | 2007-01-25 | 1 | -1/+0 |
* | Remove confusing line about forcing MP3 demuxing. | diego | 2007-01-25 | 1 | -1/+0 |
* | Remove comment printed by -demuxer help, it belongs in the copyright header. | diego | 2007-01-25 | 1 | -1/+1 |
* | Clarify -delay. | diego | 2007-01-25 | 1 | -0/+2 |
* | Remove ff_gcd prototype and include avutil.h instead where it is defined. | reimar | 2007-01-25 | 1 | -2/+2 |
* | 10l to Gabrov for breaking docs build. | rathann | 2007-01-25 | 1 | -1/+1 |
* | build fix: Disable libtheora encoding over lavc. | diego | 2007-01-25 | 1 | -1/+1 |
* | Sync with FFmpeg r7699. | diego | 2007-01-25 | 1 | -0/+4 |
* | Simplify conditional compilation handling. | diego | 2007-01-25 | 1 | -6/+3 |
* | Address age-old FIXMEs about tdfx_vid, tdfxfb and 3dfx vo drivers. | diego | 2007-01-24 | 1 | -8/+5 |
* | Use interleaver id to select the correct interleaver instead of guessing | rtogni | 2007-01-24 | 1 | -23/+21 |
* | Quote some expressions, might help with some shells. | diego | 2007-01-24 | 1 | -2/+2 |
* | Use interleaver id to select the correct interleaver instead of guessing | rtogni | 2007-01-24 | 1 | -8/+7 |
* | Fix compilation if no libogg/libvoribs installed | rtogni | 2007-01-24 | 1 | -1/+5 |
* | Rename a few variables to match FFmpeg. | diego | 2007-01-24 | 1 | -5/+5 |
* | Fix compilation after ffmpeg changes in r7619 | rtogni | 2007-01-24 | 1 | -5/+41 |
* | better autodetection of framerate in case of h264; it works correctly with b-... | nicodvb | 2007-01-23 | 1 | -2/+8 |
* | Include string.h to make sure memcpy is not used without prototype | reimar | 2007-01-23 | 1 | -0/+1 |
* | Pass a context to av_log(), when possible | lucabe | 2007-01-23 | 5 | -73/+78 |
* | Bring MPlayer closer to compilation after latest FFmpeg changes. | diego | 2007-01-23 | 1 | -3/+3 |
* | substream 0x75 doesn't seem to be a valid vc1 stream, after all; removed | nicodvb | 2007-01-22 | 1 | -1/+1 |
* | set priv->last_pts to the pts read only if the pts was really read; patch by ... | nicodvb | 2007-01-22 | 1 | -1/+6 |
* | Fix FSF address and otherwise broken license headers. | diego | 2007-01-22 | 17 | -46/+32 |
* | Fix license headers and FSF postal address. | diego | 2007-01-22 | 3 | -7/+6 |
* | Sync with FFmpeg r7634. | diego | 2007-01-21 | 1 | -4/+1 |
* | Discard -Wdeclaration-after-statement warning. | diego | 2007-01-21 | 1 | -1/+1 |
* | synced with r21906 | Gabrov | 2007-01-21 | 1 | -2/+91 |
* | synced with r21989 | Gabrov | 2007-01-21 | 4 | -67/+455 |
* | fix typo | Gabrov | 2007-01-21 | 1 | -1/+1 |
* | Fix compilation: define CONFIG_ZLIB in config.mak | reimar | 2007-01-21 | 1 | -0/+1 |
* | r21959: Apply ancient double-click patch that nobody cares to comment on. | voroshil | 2007-01-21 | 1 | -1/+12 |
* | Instead of printing a useless "sig11 coming soon" message, just abort parsing | reimar | 2007-01-21 | 1 | -1/+4 |
* | Sanity-check sh_video->bih->biSize | reimar | 2007-01-21 | 2 | -0/+4 |
* | Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c | reimar | 2007-01-21 | 3 | -20/+14 |
* | Add ignore key bind | reimar | 2007-01-21 | 1 | -0/+1 |
* | Move code to ignore mouse wheel "down" events to fifo.c (needed because | reimar | 2007-01-21 | 3 | -9/+2 |
* | Another AVCodecTag compile fix | reimar | 2007-01-21 | 1 | -1/+1 |
* | Forgotten CodecTag -> AVCodecTag | reimar | 2007-01-21 | 1 | -1/+1 |
* | Fix compilation after lavf changes | reimar | 2007-01-21 | 2 | -2/+2 |
* | support -ffourcc with -of lavf | reimar | 2007-01-21 | 2 | -1/+3 |
* | Simplify install calls. | diego | 2007-01-20 | 1 | -8/+6 |
* | Remove redundant informative output. | diego | 2007-01-20 | 1 | -1/+0 |
* | Don't suppress make output during installation. | diego | 2007-01-20 | 1 | -7/+7 |
* | some simplifications | diego | 2007-01-20 | 1 | -5/+3 |
* | Move ldconfig platform differences into configure where they belong. | diego | 2007-01-20 | 2 | -10/+8 |
* | Move ranlib setting to a more sensible place. | diego | 2007-01-20 | 1 | -7/+7 |
* | in h264_parse_sps() reuse mp_unescape03() | nicodvb | 2007-01-20 | 1 | -27/+4 |
* | vc1 probing code: if sh_video->bih can't be callocated exit | nicodvb | 2007-01-20 | 1 | -0/+4 |
* | in vc1 probing code, all packets before the first sequence header must be ski... | nicodvb | 2007-01-20 | 1 | -1/+1 |
* | removed unused variables; replaced wrong call to realloc() with calloc() in v... | nicodvb | 2007-01-20 | 1 | -3/+1 |
* | decode vc1 sequence header and frame it in video_read_frame(); | nicodvb | 2007-01-20 | 1 | -0/+73 |
* | demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the pes_exten... | nicodvb | 2007-01-20 | 1 | -2/+37 |
* | added function to parse vc1 sequence header | nicodvb | 2007-01-20 | 2 | -0/+116 |
* | BE_32 -> AV_RB32 | reimar | 2007-01-19 | 1 | -1/+1 |
* | Compile fix: LE_* -> AV_RL* | reimar | 2007-01-19 | 1 | -13/+13 |
* | include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; ple... | nicodvb | 2007-01-19 | 1 | -1/+2 |
* | sync w/ r21959 | gpoirier | 2007-01-18 | 1 | -17/+33 |
* | synced with r21959 | Gabrov | 2007-01-18 | 3 | -823/+855 |
* | Apply ancient double-click patch that nobody cares to comment on. | reimar | 2007-01-18 | 3 | -2/+47 |
* | r21930: gcc_bug++; | voroshil | 2007-01-18 | 3 | -18/+45 |
* | In .srt, any line containing only spaces and tabs marks the end of the | eugeni | 2007-01-18 | 1 | -2/+5 |
* | grammar/spelling/wording in comments | diego | 2007-01-18 | 1 | -39/+40 |
* | r21954: "-lavdopts fast" has applied to mpeg4 and h264 for a while | kraymer | 2007-01-17 | 1 | -3/+4 |
* | "-lavdopts fast" has applied to mpeg4 and h264 for a while | lorenm | 2007-01-17 | 1 | -4/+4 |
* | synced with r21952 | Gabrov | 2007-01-17 | 2 | -498/+571 |
* | 1000l; fixed wrong operator precedence | nicodvb | 2007-01-17 | 1 | -1/+1 |
* | version bump (for changes in r21907) | kraymer | 2007-01-17 | 1 | -1/+1 |
* | r21727: Must refer to option name instead of internal variable | kraymer | 2007-01-17 | 1 | -17/+22 |
* | r21691: added smb:// to the list of allowed input urls | kraymer | 2007-01-17 | 1 | -12/+21 |
* | print_version() and others get executed before the command line has been pars... | michael | 2007-01-17 | 1 | -0/+4 |
* | unified creation of sh_audio and sh_video is ts_add_stream; patch by elupus | nicodvb | 2007-01-17 | 1 | -70/+75 |
* | Update copyright year. | diego | 2007-01-16 | 1 | -1/+1 |
* | in evo files [e]ac3 substreams range from 0xc0 to 0xcf | nicodvb | 2007-01-16 | 1 | -2/+3 |
* | at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer p... | nicodvb | 2007-01-16 | 2 | -0/+5 |
* | fix identation, broken by last commit | gpoirier | 2007-01-16 | 1 | -12/+12 |
* | speeds up mplayer execution by over FIVE times when all of the of the followi... | gpoirier | 2007-01-16 | 2 | -0/+8 |
* | fix crash with http://sam.zoy.org/zzuf/lol-mplayer.m2v | henry | 2007-01-16 | 2 | -0/+31 |
* | Interlaced gif support | reimar | 2007-01-16 | 1 | -2/+20 |
* | Change some types to uint8_t where appropriate | reimar | 2007-01-16 | 1 | -2/+2 |
* | "Cosmetics" Introduce a memcpy function doing both transparent | reimar | 2007-01-16 | 1 | -15/+21 |
* | one more #if 1 removed | nicodvb | 2007-01-15 | 1 | -2/+1 |
* | removed useless #if1s added too long time ago | nicodvb | 2007-01-15 | 1 | -4/+0 |
* | in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3. | nicodvb | 2007-01-15 | 1 | -1/+2 |
* | get rid of two spaces after a period (instead of one) | gpoirier | 2007-01-15 | 1 | -13/+13 |
* | fixes suggested by Diego | gpoirier | 2007-01-15 | 1 | -7/+7 |
* | update and factorize information about x264's multi-threading mode | gpoirier | 2007-01-15 | 1 | -6/+22 |
* | update x264's subq otion description |