| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compilation: s/ff_gcd/av_gcd. | cehoyos | 2009-01-17 | 1 | -1/+1 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -2/+2 |
* | fix compilation w/ FFmpeg r15533 | gpoirier | 2008-10-03 | 1 | -2/+2 |
* | riff.h and avi.h are not needed, but avio.h is. | diego | 2008-09-15 | 1 | -2/+1 |
* | Make internal Matroska demuxer default again | uau | 2008-09-09 | 1 | -1/+0 |
* | revert r27551 which break much more things than it fixes | aurel | 2008-09-09 | 1 | -0/+1 |
* | Use internal demuxer for Matroska files for now | uau | 2008-09-08 | 1 | -1/+0 |
* | Fix compilation after libavcodec major version 52 changes | uau | 2008-09-08 | 1 | -2/+2 |
* | lavf: the subtitles display duration is stored in pkt.convergence_duration | aurel | 2008-09-04 | 1 | -2/+2 |
* | prefer libavformat to demux matroska files | aurel | 2008-08-26 | 1 | -0/+1 |
* | cosmetics: indentation | aurel | 2008-08-24 | 1 | -2/+2 |
* | use new lavf API to grab sample_aspect_ratio from the demuxers | aurel | 2008-08-24 | 1 | -0/+4 |
* | demux_lavf: fix mp_seek behavior in case of seeking error | aurel | 2008-08-13 | 1 | -1/+6 |
* | 1000l, fix demux_lavf compilation | reimar | 2008-07-11 | 1 | -1/+1 |
* | Correct stream-seekability tests in demux_audio and demux_lavf | reimar | 2008-07-11 | 1 | -1/+1 |
* | Chapter support for lavf demuxer. | reimar | 2008-06-16 | 1 | -0/+7 |
* | Use standard license headers with standard formatting. | diego | 2008-05-14 | 1 | -16/+18 |
* | AVOption support for lavf demuxing | michael | 2008-05-10 | 1 | -0/+10 |
* | Prefer libavformat musepack demuxer over internal one (which does not even su... | reimar | 2008-04-16 | 1 | -0/+2 |
* | Split the lavf taglists out of the lavf muxer to allow using libmpmux | albeu | 2008-04-09 | 1 | -58/+2 |
* | Set correct codec tag for raw rgb in mov, fixes | reimar | 2008-04-05 | 1 | -0/+6 |
* | Support 'default' attribute for audio and subtitle tracks. | eugeni | 2008-03-30 | 1 | -0/+4 |
* | Support switching to/from nosound in demux_lavf. | eugeni | 2008-02-29 | 1 | -14/+8 |
* | Don't select audio stream in lavf and mkv demuxers. | eugeni | 2008-02-29 | 1 | -2/+2 |
* | Don't select subtitle track in lavf and mkv demuxers. | eugeni | 2008-02-29 | 1 | -7/+0 |
* | Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle | eugeni | 2008-02-29 | 1 | -13/+2 |
* | Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track | eugeni | 2008-02-29 | 1 | -0/+2 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -11/+5 |
* | Fix r26032: wrong sub stream id assigned to dvdsub_id. | eugeni | 2008-02-21 | 1 | -1/+1 |
* | Support -slang in lavf demuxer. | eugeni | 2008-02-19 | 1 | -1/+10 |
* | Add speex tag | reimar | 2008-02-06 | 1 | -0/+1 |
* | Allow demuxers to choose a default value for correct_pts | reimar | 2008-02-03 | 1 | -1/+3 |
* | Add support for attachments in lavf demuxer. | eugeni | 2008-01-30 | 1 | -0/+7 |
* | Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape f... | reimar | 2008-01-29 | 1 | -3/+6 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 | 1 | -2/+2 |
* | Support CODEC_ID_MOV_TEXT | reimar | 2008-01-28 | 1 | -0/+2 |
* | Prefer lavf mov demuxer over our own, it should work better most of the time ... | reimar | 2008-01-27 | 1 | -0/+1 |
* | 100l, inverted condition for AVSEEK_FLAG_BACKWARD | reimar | 2008-01-26 | 1 | -0/+1 |
* | Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend on | reimar | 2008-01-26 | 1 | -2/+3 |
* | Cosmetics: remove some trailing whitespace | reimar | 2008-01-26 | 1 | -17/+17 |
* | Add QDM2 codec identifier | reimar | 2008-01-26 | 1 | -0/+1 |
* | Partially support vobsub subtitles from lavf demuxers (palette support missing) | reimar | 2008-01-26 | 1 | -0/+2 |
* | Allow overriding the codec_tag for audio codecs, and always override | rtogni | 2008-01-20 | 1 | -3/+13 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 | 1 | -2/+2 |
* | Add libass support to demux_lavf. | eugeni | 2008-01-12 | 1 | -2/+12 |
* | 100l, fix compilation. | reimar | 2007-12-22 | 1 | -2/+2 |
* | Set is_streamed correctly, should make network playback work more reliably. | reimar | 2007-12-22 | 1 | -0/+1 |
* | Get rid of URLProtocol mess (especially problematic since it made use | reimar | 2007-12-22 | 1 | -34/+12 |
* | Make m_option_t arrays referenced by cfg-common.h const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Bring (de)muxer_lavf up to date with the libavformat API changes introduced b... | iive | 2007-11-23 | 1 | -3/+3 |
* | Musepack SV8 lavc decoder support | kostya | 2007-11-20 | 1 | -0/+1 |
* | Remove unused variable: | diego | 2007-10-30 | 1 | -1/+1 |
* | reindented previously modified code | nicodvb | 2007-10-27 | 1 | -4/+4 |
* | implemented DEMUXER_CTRL_IDENTIFY_PROGRAM to permit program switching | nicodvb | 2007-10-27 | 1 | -0/+54 |
* | permit identification and selection of programs | nicodvb | 2007-10-27 | 1 | -0/+29 |
* | permit the transititions no stream <-> some streams and viceversa (needed for... | nicodvb | 2007-10-27 | 1 | -3/+11 |
* | moved to a new function handle_stream() the code to parse the streams and ass... | nicodvb | 2007-10-27 | 1 | -111/+115 |
* | add nellymoser codec to mplayer with internal fourcc NELL | compn | 2007-10-16 | 1 | -0/+1 |
* | Add -lavfdopts cryptokey | reimar | 2007-10-14 | 1 | -0/+22 |
* | Format 0x01 cannot be used with "AMV IMA ADPCM", because it belongs to normal... | voroshil | 2007-10-03 | 1 | -0/+2 |
* | AMV demuxer and audio/video decoder | voroshil | 2007-09-30 | 1 | -0/+1 |
* | analyzeduration option for lavf demuxer | henry | 2007-09-29 | 1 | -0/+6 |
* | remove useless int->double conversion | henry | 2007-09-29 | 1 | -3/+2 |
* | fix warnings | henry | 2007-09-29 | 1 | -1/+1 |
* | reverted useless r24539 | ben | 2007-09-15 | 1 | -1/+0 |
* | added monkey audio fourcc in wave header | ben | 2007-09-15 | 1 | -0/+1 |
* | Add support for cook audio (though most .rm files don't work with lavf | reimar | 2007-09-15 | 1 | -0/+1 |
* | Add nuv codec tag mapping | reimar | 2007-09-09 | 1 | -0/+1 |
* | Mark lavfpref demuxer as safe, so it that it is actually used for e.g. | reimar | 2007-09-09 | 1 | -1/+1 |
* | We can support SEEK_END seeks only when stream->end_pos is known | reimar | 2007-08-20 | 1 | -1/+1 |
* | Add support for AVSEEK_SIZE in demux_lavf | reimar | 2007-08-20 | 1 | -0/+2 |
* | Do not seek to an invalid position. | reimar | 2007-08-19 | 1 | -0/+2 |
* | add support for subtitles thru lavf | aurel | 2007-07-13 | 1 | -0/+36 |
* | add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronte... | compn | 2007-05-10 | 1 | -0/+1 |
* | Add support for Bethesda Software VID video. | diego | 2007-04-25 | 1 | -0/+1 |
* | with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li... | nicodvb | 2007-04-20 | 1 | -1/+3 |
* | Ignore mp4a audio tag, it is meaningless since we get it for all mp4 files | reimar | 2007-04-16 | 1 | -0/+3 |
* | Use lavf_preferred mechanism to replace more extension-based detection hacks | reimar | 2007-04-14 | 1 | -0/+2 |
* | Add lavf_preferred demuxer for lavf formats we want to be probed | reimar | 2007-04-14 | 1 | -0/+38 |
* | support for C93 video | diego | 2007-04-07 | 1 | -0/+1 |
* | support for THP ADPCM audio | diego | 2007-04-07 | 1 | -0/+1 |
* | Add support for the THP game format. | diego | 2007-04-01 | 1 | -0/+1 |
* | add fourcc for dxa files, approved by diego | compn | 2007-03-17 | 1 | -0/+1 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | when seeking consider stream->start_pos instead of 0 as initial position; pat... | nicodvb | 2007-03-04 | 1 | -2/+4 |
* | dont set 0 nBlockAlign | michael | 2007-02-20 | 1 | -1/+1 |
* | Support selecting a specific lavf demuxer and listing available ones via -lav... | reimar | 2007-02-06 | 1 | -0/+22 |
* | Support 16bit bigendian PCM audio from libavformat | reimar | 2007-01-30 | 1 | -0/+1 |
* | Remove ff_gcd prototype and include avutil.h instead where it is defined. | reimar | 2007-01-25 | 1 | -2/+2 |
* | Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c | reimar | 2007-01-21 | 1 | -8/+8 |
* | Forgotten CodecTag -> AVCodecTag | reimar | 2007-01-21 | 1 | -1/+1 |
* | Fix compilation after lavf changes | reimar | 2007-01-21 | 1 | -1/+1 |
* | Include "internal" libavformat/riff.h also when dynamic libavformat is used | reimar | 2007-01-06 | 1 | -6/+1 |
* | sort | michael | 2006-12-31 | 1 | -1/+1 |
* | first step toward amr-nb muxing support | michael | 2006-12-29 | 1 | -0/+1 |
* | add support for musepack native decoder from ffmpeg (require -demuxer lavf) | aurel | 2006-12-28 | 1 | -0/+1 |
* | 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 |
* | support for Westwood SND1 audio | diego | 2006-11-29 | 1 | -0/+1 |
* | check we aren't short of sh_videos before allocating another one | nicodvb | 2006-11-20 | 1 | -13/+35 |
* | 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 |
* | support flic video through lavf | diego | 2006-11-17 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | Move some FourCC values from libavformat/riff.c to our private mapping. | diego | 2006-11-08 | 1 | -0/+3 |
* | Add our own CODEC_ID -> fourcc translation tables so we do not need | reimar | 2006-11-07 | 1 | -0/+22 |
* | Implement absolute and percent-based seek | reimar | 2006-10-05 | 1 | -1/+12 |
* | include forgotten limits.h | nicodvb | 2006-08-31 | 1 | -0/+1 |
* | added lavfdopts to pass options to libavformat | nicodvb | 2006-08-30 | 1 | -0/+19 |
* | Do not treat AV_NOPTS_VALUE as a valid duration value. | reimar | 2006-07-28 | 1 | -2/+2 |
* | Take start time into consideration when calculation percentage position | reimar | 2006-07-23 | 1 | -1/+1 |
* | Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle. | diego | 2006-07-13 | 1 | -20/+2 |
* | drops casts from void * on malloc/calloc from libmpdemux code | reynaldo | 2006-07-13 | 1 | -1/+1 |
* | more c++ decl crap | rfelker | 2006-07-10 | 1 | -1/+2 |
* | Remove bogus stream_eof() test - av_read_frame() has its own buffer and can | pacman | 2006-06-28 | 1 | -5/+0 |
* | support for -alang | nicodvb | 2006-06-21 | 1 | -5/+9 |
* | support for audio stream switching | nicodvb | 2006-06-20 | 1 | -1/+50 |
* | Convert printfs in aviprint.c to mp_msg and give the information printing | diego | 2006-03-27 | 1 | -4/+4 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -2/+2 |
* | Second-try commit of this patch. | corey | 2006-02-17 | 1 | -2/+2 |
* | Reverse commit of unfinished patch for passing audio_delay to the demuxers. | corey | 2006-02-09 | 1 | -2/+2 |
* | 10l 1000 fps fix | michael | 2006-02-08 | 1 | -2/+2 |
* | 1. Include audio_delay as an argument to demux_seek. | corey | 2006-02-07 | 1 | -2/+2 |
* | Update licensing information: The FSF changed postal address. | diego | 2006-01-13 | 1 | -1/+1 |
* | added support for external libavformat | nicodvb | 2006-01-09 | 1 | -3/+4 |
* | makes demux_lavf (-demuxer 35) use the framerate specified in the container | gpoirier | 2005-10-10 | 1 | -0/+5 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 | 1 | -1/+1 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -11/+28 |
* | Hopefully finally fix the last commit | reimar | 2005-07-28 | 1 | -0/+8 |
* | lavf demuxer with raw PCM fix (and a related hang) | reimar | 2005-07-28 | 1 | -0/+10 |
* | LIBAVFORMAT_BUILD >= 4629 | michael | 2005-07-17 | 1 | -0/+4 |
* | 10l | faust3 | 2005-06-26 | 1 | -1/+2 |
* | LIBAVFORMAT_BUILD >= 4624 | michael | 2005-05-01 | 1 | -0/+10 |
* | various (de)muxer_lavf fixes | michael | 2005-03-25 | 1 | -1/+15 |
* | set i_bps | michael | 2005-03-25 | 1 | -0/+2 |
* | discard streams we dont need | michael | 2005-03-25 | 1 | -4/+14 |
* | discard lavf packets with wrong ids | nicodvb | 2005-01-30 | 1 | -2/+4 |
* | print build num | michael | 2004-10-24 | 1 | -0/+1 |
* | 10l (mplayer doesnt like AV_NOPTS_VALUE) | michael | 2004-10-24 | 1 | -3/+4 |
* | LIBAVFORMAT_BUILD >= 4619 | michael | 2004-10-10 | 1 | -0/+4 |
* | segfault fix | michael | 2004-05-12 | 1 | -1/+4 |
* | fix possible segfault on lavf demuxer patch by (adland <adland123 at yahoo do... | michael | 2004-04-26 | 1 | -2/+4 |
* | seeking | michael | 2004-04-11 | 1 | -7/+13 |
* | avoid unneeded stream_reset() | michael | 2004-04-11 | 1 | -2/+15 |
* | nicer EOF solution, mpeg-ps works now too | michael | 2004-04-11 | 1 | -4/+4 |
* | libavformat really doesnt like it that the streams get stuck if the end is re... | michael | 2004-04-11 | 1 | -3/+11 |
* | demux_lavf | michael | 2004-04-11 | 1 | -0/+333 |