summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* Set i_bps for ASF video streams according to extended stream propertieszuxy2007-05-223-2/+7
* cosmetics: fix indentation for previous commitcorey2007-05-181-1/+1
* PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt getscorey2007-05-181-0/+1
* Reuse AV_RL macros in ogg demuxer instead of its own overcomplicated implemen...reimar2007-05-171-49/+4
* Make use of new AV_RL64reimar2007-05-171-1/+1
* Remove useless setting of dp->len, it is already set to that value byreimar2007-05-171-1/+0
* Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).corey2007-05-171-0/+1
* Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders cancorey2007-05-171-0/+1
* Fix double free() in demux_asf.cuau2007-05-141-3/+1
* add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronte...compn2007-05-101-0/+1
* Fix indentation broken in r23287reimar2007-05-101-4/+4
* Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkvreimar2007-05-102-0/+2
* Avoid code duplication in mkv demuxer for standard fourcc/extradata handlingreimar2007-05-101-29/+23
* Ignore comments where no '=' follows the comment name (otherwisereimar2007-05-091-1/+2
* For DVR-MS:nicodvb2007-05-073-37/+277
* Fix compilation after FFmpeg r8921cehoyos2007-05-071-1/+1
* Fix NULL pointer dereference in demux_mkv that happens wheneugeni2007-05-011-2/+2
* Simplify preprocessor directives: There is a general variable fordiego2007-04-262-3/+3
* Add general variables for either static or shared FFmpeg libraries.diego2007-04-261-2/+0
* Add CXX include flags to dependency file generation CFLAGS to generate correctdiego2007-04-261-0/+2
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.diego2007-04-251-4/+4
* Declarations and code should not be mixed.diego2007-04-253-6/+5
* Add support for Bethesda Software VID video.diego2007-04-251-0/+1
* compilation fix, manually include help_mp.hods152007-04-241-0/+2
* Cosmetics: remove duplicate space in ifdefreimar2007-04-221-2/+2
* demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SOnicodvb2007-04-221-0/+2
* with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li...nicodvb2007-04-206-1/+16
* Ignore mp4a audio tag, it is meaningless since we get it for all mp4 filesreimar2007-04-161-0/+3
* Use lavf_preferred mechanism to replace more extension-based detection hacksreimar2007-04-142-4/+2
* Add lavf_preferred demuxer for lavf formats we want to be probedreimar2007-04-144-5/+42
* added :interleaving2, a better method to determine which stream whouls be flu...nicodvb2007-04-081-0/+14
* in mpegfile_write_header(only for mpeg1/2) don't overwrite the values of bufs...nicodvb2007-04-081-10/+0
* reindentationnicodvb2007-04-081-2/+2
* in the system header set audio_locked/video_locked only for dvd and vcdnicodvb2007-04-081-0/+4
* small syntax fix: muxrate is expressed in units of 400 bits/second, not 50 by...nicodvb2007-04-081-1/+1
* Start to separate bad-autodetection hacks from other stuff in extension-basedreimar2007-04-071-0/+5
* .dxa files should be handled by libavformat.diego2007-04-071-0/+1
* support for C93 videodiego2007-04-071-0/+1
* 10l, the scr must be reset before overwriting the first pack with the correct...nicodvb2007-04-071-0/+3
* support for THP ADPCM audiodiego2007-04-071-0/+1
* reversed r22879 until I discover why it's giving so many sync problems; I'll ...nicodvb2007-04-071-3/+24
* BMP support for mf://reimar2007-04-061-0/+2
* Use teardownMediaSession() instead of teardownMediaSubsession()cehoyos2007-04-031-6/+1
* "()" to "(void)" function param list fixesuau2007-04-011-1/+1
* removed init_apts and init_vpts; added :adelay in addition to :vdelaynicodvb2007-04-011-6/+14
* cosmetics: removed trailing spacesnicodvb2007-04-011-4/+4
* Add support for the THP game format.diego2007-04-011-0/+1
* in flush_buffers() removed code that required the presence of an amount of au...nicodvb2007-04-011-24/+3
* Support h264 over rtspcehoyos2007-04-013-0/+113
* Cosmetics: Move variable declaration and initialization up.cehoyos2007-04-011-1/+2
* Handle X-QT extradata in a slightly more correct waycehoyos2007-03-261-6/+2
* Fix filepos calculationcehoyos2007-03-221-1/+1
* Every X-QT stream needs video frame rate (not just avc, mpeg4 and svq3)cehoyos2007-03-221-1/+1
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.diego2007-03-181-4/+0
* Move setting CXXFLAGS to configure.diego2007-03-181-2/+0
* add fourcc for dxa files, approved by diegocompn2007-03-171-0/+1
* Matroska seeking fixesuau2007-03-161-12/+22
* Use explicit path for headers from the loader/ directory.diego2007-03-153-5/+3
* Add explicit location for headers from the stream/ directory.diego2007-03-1555-56/+56
* Add live555 include flags to CXXFLAGS only.diego2007-03-151-1/+1
* Check for eof in loop searching for data chunk.reimar2007-03-151-1/+1
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-46/+45
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-18/+16
* cosmetics: renamed variable amr as headersize, more meaningful; patch by Carl...nicodvb2007-03-121-4/+4
* Source files should not contain non-ASCII characters.diego2007-03-122-2/+2
* Move the sh_audio->delay field to mpctx->delay.uau2007-03-112-2/+0
* remove some lines which should have never been in demux_nut.c, broke CPU ods152007-03-091-3/+0
* Fix audio samplerates below 7000 Hz.uau2007-03-071-1/+1
* support for AMR; it works inserting in the first byte of the demux_packetnicodvb2007-03-062-2/+17
* removed unused definition of insertRTPData(); it's not only unused,nicodvb2007-03-052-32/+0
* Audio should now work fine, so remove the ENABLE_AUDIO ifdefreimar2007-03-051-5/+0
* Implement percent-based seekingreimar2007-03-051-0/+5
* Fix seeking for avisynth audio.reimar2007-03-051-6/+14
* Fix DEMUXER_CTRL_GET_PERCENT_POS with -novideoreimar2007-03-051-1/+3
* remove pointless cast to intreimar2007-03-051-1/+1
* Remove subcp_open/subcp_close from mkv demuxer, they are useless since a long...reimar2007-03-051-7/+0
* when seeking consider stream->start_pos instead of 0 as initial position; pat...nicodvb2007-03-041-2/+4
* Remove variable that is unnecessary after last patchreimar2007-03-041-2/+1
* Remove hack that sets demuxer->video->pts after seeking, it seems no longer n...reimar2007-03-041-1/+0
* Set pts also for audio packetsreimar2007-03-041-0/+1
* Already frameno == num_frames means we reached EOF.reimar2007-03-041-1/+1
* Fix crash with avisynth audio-only files and take audio length into account w...reimar2007-03-041-2/+5
* Support more avisynth audio sample types (untested)reimar2007-03-041-2/+13
* Remove useless void * castsreimar2007-03-041-8/+8
* Do not read more audio samples than availablereimar2007-03-041-1/+4
* Fix pakcet -> packet typo in outputreimar2007-03-041-1/+1
* Set format tag for float samples correctly (currently useless)reimar2007-03-041-1/+2
* Move/simplify some variable declarationsreimar2007-03-041-5/+2
* Demuxers have no business setting o_bpsreimar2007-03-041-1/+0
* First half-working avisynth audio supportreimar2007-03-041-4/+15
* Fix wrong setting of samplesize (must be bytes per sample, not bits)reimar2007-03-041-1/+2
* ENABLE_AUDIO now selects only between -nosound and -aid 0 as default, can be ...reimar2007-03-041-10/+4
* Enable aid/vid stream selection, although it is quite useless currently.reimar2007-03-041-4/+7
* Fix type and usage of avs_get_audio functionreimar2007-03-041-3/+2
* warn users about drm files, patch by zuxy mengcompn2007-03-031-0/+46
* Replace MIN with FFMINreimar2007-03-011-4/+0
* Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.reimar2007-03-012-17/+7
* test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy Mengnicodvb2007-02-281-1/+2
* implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_P...nicodvb2007-02-271-1/+21
* assign missing frametime as 1.0/fps; patch by Carl Eigen Hoyosnicodvb2007-02-271-0/+1
* 1000l, removed code that messed with the internals of demux_packet_t (but the...nicodvb2007-02-271-2/+1
* removed duplicated code in demux_seek(); stream_seek() already aligns to STRE...nicodvb2007-02-272-11/+0
* 100000l: average != semidistance, fixed seeking to the middle position; patch...nicodvb2007-02-271-1/+1
* copy the content of QDM2 atom as extradata for ffqdm2 playback; patch by Carl...nicodvb2007-02-261-0/+19
* 2 less variablesnicodvb2007-02-251-1/+0
* cosmetics: reformattednicodvb2007-02-251-65/+65
* removed unused variablesnicodvb2007-02-251-1/+1
* simplified parse_mpeg12_video()nicodvb2007-02-251-82/+72
* member real_framerate is completely uselessnicodvb2007-02-251-2/+1
* cosmetics: reindentednicodvb2007-02-251-10/+8
* removed commented/useless code from parse_mpeg12_video()nicodvb2007-02-251-4/+0
* 10l, avoid crash on invalid subtitle idreimar2007-02-241-2/+4
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as welldiego2007-02-221-2/+2
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.diego2007-02-211-1/+1
* insert extradata in sh_video->bih+1 instead of pushing it to demuxer->video a...nicodvb2007-02-201-6/+19
* make message translatableivo2007-02-201-2/+2
* more cosmeticsivo2007-02-201-30/+41
* proper GPL headingivo2007-02-201-0/+19
* cosmeticsivo2007-02-201-233/+233
* proper authors of xmms demuxerivo2007-02-201-1/+1
* dont set 0 nBlockAlignmichael2007-02-201-1/+1
* probe ~/.xmms/Plugins for plugins too, so users without root access on theirivo2007-02-201-6/+19
* all options must be GLOBAL; patch by Trent Piepho (xyzzy speakeasy org)nicodvb2007-02-181-21/+21
* omit length field of AAC-LATM audio streams; fixes decoding by faad. Patch by...nicodvb2007-02-171-0/+2
* cosmeticsnicodvb2007-02-171-31/+28
* Don't segfault if no -format is given for lavfuau2007-02-161-1/+1
* support for H263-2000; patch by Carl Eugen Hoyosnicodvb2007-02-161-0/+1
* English grammar fix: There is no 's' after "does not exist"reimar2007-02-141-3/+3
* 100l copy-and-paste bug. Do not print video info when the problem is with sub...reimar2007-02-141-1/+1
* Print list of lavf muxer formats with format=help.reimar2007-02-141-2/+14
* Revert libnut option names, the issue is fixed in FFmpeg.diego2007-02-121-1/+1
* removed ages-old and insane #if0-ed and commented codenicodvb2007-02-101-77/+0
* substream id 0x98..0x9f identifies dtsnicodvb2007-02-091-0/+1
* when seeking in h264 sync to idr framesnicodvb2007-02-091-1/+1
* when playing vc1 content sync to sequence or entry point headernicodvb2007-02-091-0/+2
* vc1 in mpegtsnicodvb2007-02-092-4/+14
* Make sure sub->sh is set when a subtitle is selectedreimar2007-02-081-0/+4
* when seeking and the codec is VC1 sync to sequence or entry point headersnicodvb2007-02-071-0/+4
* when the video codec is mpeg4video copy the content of the esds in extradata;...nicodvb2007-02-071-1/+4
* Fix libnut build failure.gpoirier2007-02-071-1/+1
* Support selecting a specific lavf demuxer and listing available ones via -lav...reimar2007-02-061-0/+22
* Support some weird AVI header, fixes bug 742reimar2007-02-061-0/+3
* Fix a few gcc warnings, approved by Diego and Reimar.rathann2007-02-052-2/+3
* Another round of subtitle code cleanupreimar2007-02-052-54/+14
* Set sub_utf8 for mov subs.reimar2007-02-051-0/+1
* support for SVQ3 in X-QT; patch by Carl Eugen Hoyos (cehoyos ag or at) approv...nicodvb2007-02-041-2/+3
* Do not read beyond end of data chunk if chunk_size is set.reimar2007-02-041-1/+6
* demux_mpg_probe() seek to the initial position before returning - patch by re...nicodvb2007-02-031-0/+2
* removed unused variablesnicodvb2007-02-031-1/+1
* mf demuxer only works with mf:// urls, so check for that.reimar2007-02-011-0/+1
* Make mkv demuxer use ffmpeg LZO as well.reimar2007-01-311-17/+13
* Support 16bit bigendian PCM audio from libavformatreimar2007-01-301-0/+1
* 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
* sanity checks during codec detection; also reset demuxer->stream->eofnicodvb2007-01-281-1/+3
* added code to scan the video stream to search the actual video codec used;nicodvb2007-01-281-0/+30
* 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
* Fix number of rows in interlaced mode.reimar2007-01-281-7/+11
* 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
* Simplify and make lzo decompression code more similar to zlib one.reimar2007-01-271-2/+2
* Forgotten free on errorreimar2007-01-271-0/+2
* *dest = malloc (*size); is useless directly before *dest = realloc (*dest, *s...reimar2007-01-271-1/+1
* Remove comment printed by -demuxer help, it belongs in the copyright header.diego2007-01-251-1/+1
* Remove ff_gcd prototype and include avutil.h instead where it is defined.reimar2007-01-251-2/+2
* Use interleaver id to select the correct interleaver instead o