summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* 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 of guessing rtogni2007-01-241-23/+21
* Use interleaver id to select the correct interleaver instead of guessing rtogni2007-01-241-8/+7
* better autodetection of framerate in case of h264; it works correctly with b-...nicodvb2007-01-231-2/+8
* substream 0x75 doesn't seem to be a valid vc1 stream, after all; removednicodvb2007-01-221-1/+1
* set priv->last_pts to the pts read only if the pts was really read; patch by ...nicodvb2007-01-221-1/+6
* Discard -Wdeclaration-after-statement warning.diego2007-01-211-1/+1
* Instead of printing a useless "sig11 coming soon" message, just abort parsingreimar2007-01-211-1/+4
* Sanity-check sh_video->bih->biSizereimar2007-01-212-0/+4
* Simplify by using av_codec_get_id and include riff.h only in demux_lavf.creimar2007-01-212-14/+12
* Forgotten CodecTag -> AVCodecTagreimar2007-01-211-1/+1
* Fix compilation after lavf changesreimar2007-01-212-2/+2
* support -ffourcc with -of lavfreimar2007-01-212-1/+3
* in h264_parse_sps() reuse mp_unescape03()nicodvb2007-01-201-27/+4
* vc1 probing code: if sh_video->bih can't be callocated exitnicodvb2007-01-201-0/+4
* in vc1 probing code, all packets before the first sequence header must be ski...nicodvb2007-01-201-1/+1
* removed unused variables; replaced wrong call to realloc() with calloc() in v...nicodvb2007-01-201-3/+1
* decode vc1 sequence header and frame it in video_read_frame();nicodvb2007-01-201-0/+73
* demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the pes_exten...nicodvb2007-01-201-2/+37
* added function to parse vc1 sequence headernicodvb2007-01-202-0/+116
* Compile fix: LE_* -> AV_RL*reimar2007-01-191-13/+13
* 1000l; fixed wrong operator precedencenicodvb2007-01-171-1/+1
* unified creation of sh_audio and sh_video is ts_add_stream; patch by elupusnicodvb2007-01-171-70/+75
* in evo files [e]ac3 substreams range from 0xc0 to 0xcfnicodvb2007-01-161-2/+3
* Interlaced gif supportreimar2007-01-161-2/+20
* Change some types to uint8_t where appropriatereimar2007-01-161-2/+2
* "Cosmetics" Introduce a memcpy function doing both transparentreimar2007-01-161-15/+21
* one more #if 1 removednicodvb2007-01-151-2/+1
* removed useless #if1s added too long time agonicodvb2007-01-151-4/+0
* in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3.nicodvb2007-01-151-1/+2
* demux_rtp_codec.cpp:100: `INT_MAX' undeclared (first use this function)diego2007-01-151-0/+1
* Cosmeticsreimar2007-01-131-2/+2
* Implement gif transparencyreimar2007-01-131-0/+18
* Fix: refmodes 2 and 3 leave useref unchangedreimar2007-01-131-2/+1
* Cosmeticsreimar2007-01-131-7/+7
* Implement refmode == 2 in gif demuxerreimar2007-01-131-4/+8
* Partially support gif using "reference" imagesreimar2007-01-131-1/+17
* memset + malloc -> callocreimar2007-01-131-2/+1
* Cast SWidth/SHeight to uint16_t, since that's what they actually are.reimar2007-01-131-2/+2
* Forgot to adjust length of memsetreimar2007-01-131-1/+1
* Simplify gif demuxer by using memcpy_picreimar2007-01-131-8/+3
* One more bounds check, though IMO the gif lib really should do this.reimar2007-01-131-4/+4
* Simplifyreimar2007-01-131-2/+1
* Fix crash for gif images that have Top or Left setreimar2007-01-131-5/+11
* Fix invalid read for gifs with a palette for less than 256 colorsreimar2007-01-131-1/+3
* Move global variables in gif demuxer into priv structreimar2007-01-131-21/+22
* cosmetics: typo fix pallete --> palettediego2007-01-131-7/+7
* Frametime was being read from the wrong offset, comparediego2007-01-131-1/+1
* add support for avc1 in X-QT over RTSPgpoirier2007-01-121-0/+21
* dont write an index and dont use memory to build one if -noidx is specifiedmichael2007-01-081-2/+2
* Simplify demux_ogg to use the sub_clear_text and sub_add_text functions.reimar2007-01-061-40/+9
* Subtitle handling cleanup: factor out code for parsing embedded subtitlesreimar2007-01-062-168/+15
* Include "internal" libavformat/riff.h also when dynamic libavformat is usedreimar2007-01-062-16/+2
* Include libavformat/riff.h when building with static libavformat andreimar2007-01-061-4/+11
* Simplify after last demux_ogg commitreimar2007-01-051-1/+1
* Do not access ogg_d->subs after freeing it.reimar2007-01-051-5/+5
* sizeof() is long, thus %d format in error message is wrong.reimar2007-01-051-5/+6
*