| Commit message (Expand) | Author | Age | Files | Lines |
* | in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3. | nicodvb | 2007-01-15 | 1 | -1/+2 |
* | demux_rtp_codec.cpp:100: `INT_MAX' undeclared (first use this function) | diego | 2007-01-15 | 1 | -0/+1 |
* | Cosmetics | reimar | 2007-01-13 | 1 | -2/+2 |
* | Implement gif transparency | reimar | 2007-01-13 | 1 | -0/+18 |
* | Fix: refmodes 2 and 3 leave useref unchanged | reimar | 2007-01-13 | 1 | -2/+1 |
* | Cosmetics | reimar | 2007-01-13 | 1 | -7/+7 |
* | Implement refmode == 2 in gif demuxer | reimar | 2007-01-13 | 1 | -4/+8 |
* | Partially support gif using "reference" images | reimar | 2007-01-13 | 1 | -1/+17 |
* | memset + malloc -> calloc | reimar | 2007-01-13 | 1 | -2/+1 |
* | Cast SWidth/SHeight to uint16_t, since that's what they actually are. | reimar | 2007-01-13 | 1 | -2/+2 |
* | Forgot to adjust length of memset | reimar | 2007-01-13 | 1 | -1/+1 |
* | Simplify gif demuxer by using memcpy_pic | reimar | 2007-01-13 | 1 | -8/+3 |
* | One more bounds check, though IMO the gif lib really should do this. | reimar | 2007-01-13 | 1 | -4/+4 |
* | Simplify | reimar | 2007-01-13 | 1 | -2/+1 |
* | Fix crash for gif images that have Top or Left set | reimar | 2007-01-13 | 1 | -5/+11 |
* | Fix invalid read for gifs with a palette for less than 256 colors | reimar | 2007-01-13 | 1 | -1/+3 |
* | Move global variables in gif demuxer into priv struct | reimar | 2007-01-13 | 1 | -21/+22 |
* | cosmetics: typo fix pallete --> palette | diego | 2007-01-13 | 1 | -7/+7 |
* | Frametime was being read from the wrong offset, compare | diego | 2007-01-13 | 1 | -1/+1 |
* | add support for avc1 in X-QT over RTSP | gpoirier | 2007-01-12 | 1 | -0/+21 |
* | dont write an index and dont use memory to build one if -noidx is specified | michael | 2007-01-08 | 1 | -2/+2 |
* | Simplify demux_ogg to use the sub_clear_text and sub_add_text functions. | reimar | 2007-01-06 | 1 | -40/+9 |
* | Subtitle handling cleanup: factor out code for parsing embedded subtitles | reimar | 2007-01-06 | 2 | -168/+15 |
* | Include "internal" libavformat/riff.h also when dynamic libavformat is used | reimar | 2007-01-06 | 2 | -16/+2 |
* | Include libavformat/riff.h when building with static libavformat and | reimar | 2007-01-06 | 1 | -4/+11 |
* | Simplify after last demux_ogg commit | reimar | 2007-01-05 | 1 | -1/+1 |
* | Do not access ogg_d->subs after freeing it. | reimar | 2007-01-05 | 1 | -5/+5 |
* | sizeof() is long, thus %d format in error message is wrong. | reimar | 2007-01-05 | 1 | -5/+6 |
* | Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error, | reimar | 2007-01-05 | 2 | -8/+8 |
* | set dp->stream_pts only when feeding the video stream to workaround | nicodvb | 2007-01-01 | 1 | -1/+7 |
* | removed unused variable | nicodvb | 2006-12-31 | 1 | -1/+0 |
* | use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME) | nicodvb | 2006-12-31 | 1 | -3/+3 |
* | replace call to ds_read_packet() with the usual stream_read()+ds_add_packet()... | nicodvb | 2006-12-31 | 1 | -1/+19 |
* | added stream_pts to demuxer_t and demux_packet_t to hold the time value repor... | nicodvb | 2006-12-31 | 2 | -2/+7 |
* | sort | michael | 2006-12-31 | 1 | -1/+1 |
* | dont read index if -noidx | michael | 2006-12-29 | 1 | -0/+3 |
* | first step toward amr-nb muxing support | michael | 2006-12-29 | 2 | -0/+4 |
* | don't compile demux_mpc.c when libmpcdec is disabled | aurel | 2006-12-28 | 2 | -1/+3 |
* | add support for musepack native decoder from ffmpeg (require -demuxer lavf) | aurel | 2006-12-28 | 1 | -0/+1 |
* | Sync to libnut, nom->num | ods15 | 2006-12-23 | 1 | -7/+7 |
* | Fix display of multiple simultaneous subtitles without libass. | uau | 2006-12-21 | 1 | -1/+3 |
* | muxers now write to output muxer->stream rather than to muxer->file | nicodvb | 2006-12-18 | 7 | -77/+93 |
* | doxify a comment | reimar | 2006-12-18 | 1 | -1/+1 |
* | Require 12 consecutive MPEG-audio headers before detecting as audio. | reimar | 2006-12-18 | 1 | -1/+1 |
* | ASF aspect support via metadata reading. | reimar | 2006-12-15 | 1 | -0/+83 |
* | VobSub tracks cannot be handled by libass, do not mark them with 'a'. | eugeni | 2006-12-15 | 1 | -1/+2 |
* | Respect -noidx in lavf demuxer | reimar | 2006-12-10 | 1 | -0/+2 |
* | Set AVFMT_FLAG_GENPTS if -correct-pts is used. | uau | 2006-12-10 | 1 | -0/+4 |
* | align vbuf_size to the max value allowed by main profile @ high level | nicodvb | 2006-12-09 | 1 | -1/+1 |
* | Replace another MIN macro by FFMIN | reimar | 2006-12-09 | 1 | -10/+5 |
* | Get rid of min/max macros from aviheader.h, they do not belong here. | reimar | 2006-12-09 | 6 | -29/+17 |
* | Remove condition that should always be true | reimar | 2006-12-09 | 1 | -1/+1 |
* | Fix crash in ogg demuxer uninit with -aid | reimar | 2006-12-09 | 1 | -1/+1 |
* | made vorbis_info a member of ogg_stream rather than ogg_demuxer; | nicodvb | 2006-12-07 | 1 | -11/+17 |
* | vorbis_comment is only used locally, move it out of demuxer struct | reimar | 2006-12-07 | 1 | -4/+4 |
* | Remove unused ov_struct_t | reimar | 2006-12-07 | 1 | -14/+0 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 | 5 | -5/+5 |
* | Fix memleaks caused by missing vorbis/theora_info/comment_clear calls. | reimar | 2006-12-06 | 1 | -0/+4 |
* | disable telecining when it can't be applied | nicodvb | 2006-12-04 | 1 | -0/+13 |
* | since display_frames in increased by a possibly negative number it had better... | nicodvb | 2006-12-04 | 1 | -1/+1 |
* | cosmetics | nicodvb | 2006-12-04 | 1 | -16/+15 |
* | removed dead code | nicodvb | 2006-12-04 | 1 | -17/+1 |
* | reimplemented :telecine and :film2pal in terms of dgpulldown | nicodvb | 2006-12-04 | 1 | -76/+15 |
* | pre-store in bff_mask the correct or-mask to be saved in the pce (slightly fa... | nicodvb | 2006-12-04 | 1 | -5/+4 |
* | 10l: wrong bitmask when patching the pce_ptr in soft_telecine() | nicodvb | 2006-12-04 | 1 | -1/+3 |
* | added generalized teleciner by Donald Graft | nicodvb | 2006-12-04 | 1 | -4/+61 |
* | Rename: ass_process_font -> ass_add_font. | eugeni | 2006-12-03 | 1 | -1/+1 |
* | Use libavutil LE_* macros instead of pointer casts which can result | reimar | 2006-12-03 | 1 | -6/+6 |
* | cosmetics: anti-chaos reindentation | nicodvb | 2006-12-03 | 1 | -15/+13 |
* | Unicode support for demuxer info in ASF demuxer. | reimar | 2006-12-03 | 1 | -50/+56 |
* | Remove superfluous bswap.h include. | diego | 2006-12-02 | 13 | -17/+0 |
* | Remove suffix rules that are just copies of make builtin rules. | diego | 2006-12-02 | 1 | -3/+0 |
* | Use standard name for C++ flags. | diego | 2006-12-02 | 1 | -2/+2 |
* | permit to specify the sizes of the decoders' buffers | nicodvb | 2006-12-01 | 1 | -10/+41 |
* | 100l confused FFMIN/FFMAX | reimar | 2006-12-01 | 1 | -1/+1 |
* | Proper fix for last demux_avi commit, stream switching now really should | reimar | 2006-12-01 | 1 | -8/+9 |
* | Make sure we do not hang if no streams are available | reimar | 2006-12-01 | 1 | -2/+6 |
* | Implement stream switching for AVI demuxer. | reimar | 2006-12-01 | 1 | -0/+25 |
* | Add libav include paths to CFLAGS without indirection. | diego | 2006-12-01 | 1 | -4/+4 |
* | Use av_int2flt/av_int2dbl to read float values. This is simpler and more | reimar | 2006-11-30 | 1 | -10/+3 |
* | Move initialization of sh_audio/sh_video members to aviheader | reimar | 2006-11-30 | 2 | -12/+6 |
* | Remove some superfluous include CFLAGS. | diego | 2006-11-29 | 1 | -1/+1 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 | 8 | -9/+10 |
* | support for Westwood SND1 audio | diego | 2006-11-29 | 1 | -0/+1 |
* | Fix 2 header bugs introduced by nplourde's previous commit: | uau | 2006-11-28 | 1 | -1/+3 |
* | reordering of #include to avoid clash with math.h and quicktime/*.h, patch by... | nplourde | 2006-11-28 | 1 | -8/+8 |
* | Use av_int2dbl to read doubles instead of our somewhat broken le2me_dbl | reimar | 2006-11-28 | 1 | -2/+4 |
* | Remove long double reading code, long double was never used AFAICT and | reimar | 2006-11-28 | 1 | -9/+0 |
* | cosmetics: Sort SRCS by alphabetical order. | diego | 2006-11-28 | 1 | -20/+13 |
* | Split muxers into a separate library that only MEncoder is linked against. | diego | 2006-11-27 | 1 | -9/+8 |
* | Move common code to mpcommon.mak. | diego | 2006-11-27 | 1 | -4/+0 |
* | Remove unnecessary header indirection. | diego | 2006-11-27 | 1 | -2/+0 |
* | 10l: Muxers were not being compiled even when MEncoder was enabled. | diego | 2006-11-27 | 1 | -0/+1 |
* | FFmpeg-style conditional dependency declaration | diego | 2006-11-26 | 1 | -43/+23 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 | 1 | -28/+3 |
* | Simplify, remove useless indirection. | diego | 2006-11-26 | 1 | -4/+3 |
* | Cleanup for uselessly complicated closed-caption subtitle handling | reimar | 2006-11-25 | 1 | -1/+1 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | Cosmetics: indentation fix. | eugeni | 2006-11-23 | 1 | -10/+10 |
* | permit muxing to raw pes (VDR uses this) | nicodvb | 2006-11-21 | 1 | -5/+26 |
* | Remove superfluous empty variable declaration. | diego | 2006-11-21 | 1 | -1/+0 |
* | check we aren't short of sh_videos before allocating another one | nicodvb | 2006-11-20 | 1 | -13/+35 |
* | slight simplification in demux_control_ts: no need to check *arg with last_{a... | nicodvb | 2006-11-20 | 1 | -1/+1 |
* | Unify dep/depend targets. | diego | 2006-11-20 | 1 | -3/+1 |
* | Reorganize code to move more things out of main(). | uau | 2006-11-20 | 1 | -0/+2 |
* | in demux_ts_control unified SWITCH_AUDIO and SWITCH_VIDEO (they were identical) | nicodvb | 2006-11-19 | 1 | -79/+33 |
* | during DEMUXER_CTRL_SWITCH_x *arg set to -2 identifies 'disable stream x' | nicodvb | 2006-11-19 | 1 | -6/+20 |
* | 10l, compilation error in r21054 | reimar | 2006-11-19 | 1 | -1/+1 |
* | Generalize subtitle switching, demux_ogg does not need a special case | reimar | 2006-11-19 | 3 | -33/+2 |
* | Make -slang work again, sub->id is -2 by default, so -slang would be ignored | reimar | 2006-11-19 | 1 | -1/+1 |
* | Create a sh_sub_t for ogg subtitles. | reimar | 2006-11-19 | 1 | -1/+1 |
* | Support multiple subs in mov | reimar | 2006-11-19 | 1 | -0/+7 |
* | fix demux_nut to give proper (estimate) of percent position after a seek | ods15 | 2006-11-18 | 1 | -1/+3 |
* | Add disabled EAGAIN testing code for libnut | ods15 | 2006-11-18 | 1 | -6/+16 |
* | move demux_nut priv calloc to init() instead of check_file() | ods15 | 2006-11-18 | 1 | -2/+2 |
* | implemented DEMUXER_CTRL_IDENTIFY_PROGRAM | nicodvb | 2006-11-18 | 1 | -0/+85 |
* | new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s) | nicodvb | 2006-11-18 | 1 | -0/+6 |
* | support for XAN DPCM audio | diego | 2006-11-18 | 1 | -0/+1 |
* | support for some more fringe formats, still buggy .. | diego | 2006-11-17 | 1 | -0/+3 |
* | Try reading palette for vobsub | reimar | 2006-11-17 | 1 | -1/+18 |
* | Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sa... | reimar | 2006-11-17 | 1 | -0/+1 |
* | missed piece in update to libnut API - non negative errors | ods15 | 2006-11-17 | 1 | -2/+1 |
* | support flic video through lavf | diego | 2006-11-17 | 1 | -0/+1 |
* | COSMETICS: reformatted | nicodvb | 2006-11-16 | 1 | -4/+4 |
* | restored circular looping when changing audio and video stream (previously br... | nicodvb | 2006-11-16 | 1 | -2/+6 |
* | reset demuxer's buffered demux_packet after DEMUXER_CTRL_SWITCH_AUDIO | nicodvb | 2006-11-16 | 1 | -0/+2 |
* | implemented DEMUXER_CTRL_SWITCH_VIDEO | nicodvb | 2006-11-16 | 1 | -1/+75 |
* | added code to switch video stream | nicodvb | 2006-11-16 | 2 | -0/+9 |
* | cosmetics: Restore alphabetical order, align both tables. | diego | 2006-11-16 | 1 | -11/+11 |
* | support for RoQ video and audio through libavformat | diego | 2006-11-16 | 1 | -0/+2 |
* | support for Electronic Arts ADPCM audio | diego | 2006-11-16 | 1 | -0/+1 |
* | support for Delphine CIN audio and video | diego | 2006-11-16 | 1 | -0/+2 |
* | update to libnut API, non-negative errors | ods15 | 2006-11-16 | 1 | -12/+12 |
* | support for Interplay DPCM audio | diego | 2006-11-16 | 1 | -0/+1 |
* | cosmetics: alphabetical order and prettyprinting for the CodecTag table | diego | 2006-11-16 | 1 | -8/+8 |
* | support for Sierra VMD video | diego | 2006-11-16 | 1 | -0/+1 |
* | Add support for Tiertex SEQ video. | diego | 2006-11-16 | 1 | -0/+1 |
* | Add support for Westwood IMA ADPCM audio. | diego | 2006-11-15 | 1 | -0/+1 |
* | update to libnut, no nut_skip_packet() | ods15 | 2006-11-15 | 1 | -1/+2 |
* | update to libnut API, don't free the streams | ods15 | 2006-11-15 | 1 | -3/+2 |
* | Don't spam the console with timestamps (non-error messages printed every | rtogni | 2006-11-14 | 1 | -2/+2 |
* | Fix extradata passing to lavc RV20 decoder | rtogni | 2006-11-14 | 2 | -61/+17 |
* | update to libnut, add cache_syncpoints | ods15 | 2006-11-14 | 1 | -1/+2 |
* | 10l copy&Ãpaste bug in subtitle sh handling | reimar | 2006-11-14 | 1 | -2/+2 |
* | update to libnut, rename nut.h->libnut.h | ods15 | 2006-11-14 | 1 | -1/+1 |
* | Try to handle oversized asf headers by ignoring anything beyond the first MB | reimar | 2006-11-13 | 1 | -2/+6 |
* | Incomplete support for vobsub (missing palette support) and | reimar | 2006-11-13 | 1 | -0/+57 |
* | Move sh_sub_t to stheader.h, where all the other sh structs are defined | reimar | 2006-11-13 | 2 | -14/+14 |
* | Add forgotten new_sh_sub | reimar | 2006-11-13 | 1 | -0/+2 |
* | Make subtitle stream handling more similar to audio and video streams. | reimar | 2006-11-13 | 4 | -8/+29 |
* | change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libn... | ods15 | 2006-11-12 | 1 | -1/+1 |
* | consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME... | nicodvb | 2006-11-12 | 2 | -11/+7 |
* | Remove duplicate message, the same info is printed anyway. | diego | 2006-11-12 | 1 | -1/+0 |
* | removed duplicated check in demuxer_seek_chapter | nicodvb | 2006-11-11 | 1 | -1/+1 |
* | in demux_seek() if STREAM_CTRL_SEEK_TO_CHAPTER suceeds call DEMUXER_CTRL_RESY... | nicodvb | 2006-11-11 | 1 | -0/+2 |
* | shut warning on "realloc undefined" in demuxer.h | ods15 | 2006-11-10 | 1 | -0/+1 |
* | update libnut API | ods15 | 2006-11-10 | 1 | -1/+1 |
* | Change some constants in pts arithmetic from float to double. | uau | 2006-11-09 | 1 | -2/+2 |
* | Changed code that used pts=0 in demux packets to indicate "not known". | uau | 2006-11-09 | 1 | -13/+13 |
* | Fix crash when attempting to seek in a streamed unseekable stream, like | gpoirier | 2006-11-08 | 1 | -0/+2 |
* | Move some FourCC values from libavformat/riff.c to our private mapping. | diego | 2006-11-08 | 1 | -0/+3 |
* | added demuxer_get_current_time() to get the current playtime (possibly aided ... | nicodvb | 2006-11-07 | 2 | -0/+18 |
* | now demux_seek() tries to seek aided by the stream layer, if possible | nicodvb | 2006-11-07 | 1 | -0/+23 |
* | added definition of DEMUXER_CTRL_RESYNC | nicodvb | 2006-11-07 | 1 | -0/+1 |
* | fprintf -> mp_msg | michael | 2006-11-07 | 1 | -2/+2 |
* | If parsing a seek head fails then mplayer should try continue parsing the fil... | mosu | 2006-11-07 |