| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | *dest = malloc (*size); is useless directly before *dest = realloc (*dest, *s... | reimar | 2007-01-27 | 1 | -1/+1 |
* | Remove comment printed by -demuxer help, it belongs in the copyright header. | diego | 2007-01-25 | 1 | -1/+1 |
* | Remove ff_gcd prototype and include avutil.h instead where it is defined. | reimar | 2007-01-25 | 1 | -2/+2 |
* | Use interleaver id to select the correct interleaver instead of guessing | rtogni | 2007-01-24 | 1 | -23/+21 |
* | Use interleaver id to select the correct interleaver instead of guessing | rtogni | 2007-01-24 | 1 | -8/+7 |
* | better autodetection of framerate in case of h264; it works correctly with b-... | nicodvb | 2007-01-23 | 1 | -2/+8 |
* | 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 |
* | Discard -Wdeclaration-after-statement warning. | diego | 2007-01-21 | 1 | -1/+1 |
* | 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 | 2 | -14/+12 |
* | 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 |
* | 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 |
* | Compile fix: LE_* -> AV_RL* | reimar | 2007-01-19 | 1 | -13/+13 |
* | 1000l; fixed wrong operator precedence | nicodvb | 2007-01-17 | 1 | -1/+1 |
* | unified creation of sh_audio and sh_video is ts_add_stream; patch by elupus | nicodvb | 2007-01-17 | 1 | -70/+75 |
* | in evo files [e]ac3 substreams range from 0xc0 to 0xcf | nicodvb | 2007-01-16 | 1 | -2/+3 |
* | 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 |
* | 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-negat |