summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* audio: FLAC: support new libavcodec parser, use lavf to demuxUoti Urpala2010-12-093-1/+9
* demux_mkv, ad_ffmpeg: use Matroska OutputSamplingFrequency if availableUoti Urpala2010-11-212-0/+9
* TOOLS/matroska.py: recognize 3 more elementsUoti Urpala2010-11-212-6/+36
* demux_lavf: fix check for files lavf doesn't recognizeUoti Urpala2010-11-171-1/+2
* demux: fix initial subtitle track selectionUoti Urpala2010-11-161-4/+4
* demux_mkv: seek: fix bogus audio packet from earlier positionUoti Urpala2010-11-151-1/+2
* demux_mkv: fix minor seek problemUoti Urpala2010-11-151-1/+1
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-1420-81/+38
* demux_avi: remove pointless checksreimar2010-11-141-7/+6
* demux_avi: modify to avoid -aid problem in svnreimar2010-11-141-22/+29
* demux_lavf: mark AVI timestamps non-pts to avoid messagesUoti Urpala2010-11-142-0/+7
* demux_lavf: use lavf for all formats except those listedAnton Khirnov2010-11-131-18/+12
* core: give pts as parameter to demuxer_get_current_chapter()Uoti Urpala2010-11-132-7/+3
* demux_nsv: don't write to sh_video->ptsUoti Urpala2010-11-131-1/+1
* options: move -cache-min and cache-seek-min to option structClément Bœsch2010-11-111-5/+2
* options: move [no]hr-mp3-seek to option structClément Bœsch2010-11-112-6/+4
* options: move some demux options to option structClément Bœsch2010-11-111-37/+27
* demux: change "%s file format detected" messageUoti Urpala2010-11-103-2/+11
* demuxer.c: clean up demux_open_stream()Uoti Urpala2010-11-101-136/+98
* demux: error out if given invalid -demuxer optionUoti Urpala2010-11-101-0/+5
* demux_lavf: add simple seek-by-bytes mode for MPEGUoti Urpala2010-11-101-3/+39
* demux: improve -alang / -slang track choosing logicUoti Urpala2010-11-082-57/+53
* demux_mkv: seek: with no track-specific index entries use anyUoti Urpala2010-11-081-38/+46
* demux_mkv: fix relative seeks without indexUoti Urpala2010-11-081-3/+3
* demux_mkv: fix seek hang when going past end of file without indexUoti Urpala2010-11-081-0/+2
* demux_mkv: cleanup: separate index creation part of seekingUoti Urpala2010-11-081-59/+69
* core: use correct demuxer with -audiofile / -subfileUoti Urpala2010-11-081-1/+1
* demux_demuxers: initialize stream_pts to MP_NOPTS_VALUEUoti Urpala2010-11-081-0/+1
* core: move video pos/length query functions from demux to coreUoti Urpala2010-11-083-70/+1
* demux: fix -correct-pts autoselection with -audiofileUoti Urpala2010-11-081-1/+1
* demuxer.c: add missing parser list fourccscehoyos2010-11-081-0/+3
* demuxer.c: fix parser list fourcc typo: 'MPE '->'MP3 'cehoyos2010-11-081-1/+1
* demux_ts: Fix subtitle sync issuesreimar2010-11-081-0/+5
* codecs_conf, mp_taglists: Use only one fourcc for LATMreimar2010-11-081-1/+1
* demuxer.c: Add support for parsing LATMreimar2010-11-081-0/+5
* demux_lavf: Fix program switchingreimar2010-11-081-0/+12
* demux_lavf: Print PROGRAM_ID -identify output similar to demux_tsreimar2010-11-081-0/+1
* codecs.conf, mp_taglists: Support FFmpeg LATM decodingcehoyos2010-11-081-0/+3
* demux_lavf: for avi, use packet .dts instead of .ptsUoti Urpala2010-11-061-4/+12
* demux_lavf: avoid deprecated "first_iformat" by using newer APIUoti Urpala2010-11-061-2/+2
* demux_lavf: add hack for stream-changing ogg input (internet radio)Uoti Urpala2010-11-061-1/+56
* demux_lavf: more future proof AVInputFormat name comparisonUoti Urpala2010-11-061-6/+20
* Remove #warning preprocessor directivesdiego2010-11-021-1/+1
* demux_ts: fix subtitle stream breaking audio track switchcehoyos2010-11-021-2/+3
* demux_lavf: handle new streams appearing during playbackreimar2010-11-021-0/+8
* demux_pva: move functions, add "static"diego2010-11-021-90/+88
* mpeg_hdr.c: move function to avoid forward declarationdiego2010-11-021-36/+34
* demux_real.c: Remove unused hexdump() forward declarationdiego2010-11-021-2/+0
* demux_[mpg|ts|ty]: #include dec_audio.h for skip_audio_frame()diego2010-11-023-5/+3
* demux_mkv: fix decoded length calculation of LZO decompressionreimar2010-11-021-2/+4
* demux_mkv: add some sanity checksUoti Urpala2010-11-021-16/+31
* build: enable/disable all FFmpeg libraries togetherUoti Urpala2010-11-024-16/+16
* Remove MEncoderUoti Urpala2010-11-027-4328/+0
* demux_nemesi: Remove a pointless ifreimar2010-11-021-15/+6
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-0230-126/+105
* demux_rtp: Remove pointless typedef keyworddiego2010-11-021-1/+1
* Add central init_avcodec() to avoid duplicated libavcodec init codediego2010-11-021-6/+4
* demux_lavf: Always use convergence_duration for subtitlesreimar2010-11-021-1/+4
* demuxer.c: reset subtitle EOF on seekingreimar2010-11-021-0/+1
* demux_lavf: print subtitle type in more casesreimar2010-11-023-1/+21
* demux_ogg.c: remove unused variablediego2010-11-021-2/+1
* printf format fixes ("%d" -> "%zd")diego2010-11-022-3/+7
* demux: Move mp_a52_framesize from demux_ts.c to parse_es.cdiego2010-11-024-45/+46
* demux_ts.c: cleanupreimar2010-11-021-11/+7
* spelling fixessiretart2010-11-022-2/+2
* demux_ts.c: avoid compiler warning by adding initializationdiego2010-11-021-1/+1
* configure: Rename "network" variable and option to "networking"diego2010-11-021-1/+1
* demux_ts: Improve subtitle supportreimar2010-11-021-49/+37
* demuxer.c: add new_sh_sub_sid_langUoti Urpala2010-11-022-0/+13
* subs: Add support for DVB and XSUB subtitles, not yet working properlyreimar2010-11-021-0/+4
* asfheader, demux_audio: Remove some pointless be2me/le2mereimar2010-11-022-10/+7
* demux_pva.c: Remove completely nonsensical le2me usagesreimar2010-11-021-3/+3
* aviheader.c: Remove obfuscating use of le2me_32.reimar2010-11-021-6/+3
* demux_ts: add memory access checksreimar2010-11-021-5/+5
* demux_ts: fix crash on broken packetsreimar2010-11-021-0/+4
* subs: Add support for PGS subtitle decoding via libavcodecreimar2010-11-021-0/+2
* demux_lavf: stricter check for convergence_duration validityaurel2010-11-021-1/+1
* asfguid.h: Use AV_RL32 also in x86reimar2010-11-021-4/+0
* cleanup: Add const qualifiers for struct ad_functions pointersreimar2010-11-021-1/+1
* demux_lavf: Avoid a crash if stream->url is not setreimar2010-11-021-0/+4
* Factorize MPlayer/MEncoder version string handling.diego2010-11-021-3/+2
* demux_ts: change IS_ macros to functionsreimar2010-11-021-3/+40
* demux_real: use MKTAG definition from libavutildiego2010-11-021-3/+1
* demux_ts: detect LATM AAC as a separate typereimar2010-11-021-2/+7
* demux_y4m: increase error message verbosity from MSGL_V to MSGL_ERRreimar2010-11-021-1/+1
* demux_ty: Cleanup some code, possibly fix vstream support (untested)reimar2010-11-021-7/+3
* cleanup: #include loader/wine/winbase.h instead of local declarationsdiego2010-11-021-4/+1
* rtsp: Support RTSP/RTP over HTTP via LIVE555cehoyos2010-11-022-1/+8
* demuxer.c: Make ds_get_next_pts work for the first packet of a streamreimar2010-10-271-1/+6
* demux_real: Don't try to read index if stream is not seekablereimar2010-10-271-1/+2
* demux_mkv: support V_MJPEG video tagUoti Urpala2010-10-272-0/+2
* demux_mkv: accept files with no doctype in EBML headerUoti Urpala2010-10-211-1/+4
* Merge svn changes r31318 to r31328Uoti Urpala2010-06-052-6/+11
|\
| * Add partial support for dirac to TS demuxer.reimar2010-06-051-1/+9
| * Also print current stream position in mp_read debug output.reimar2010-06-051-1/+2
| * Remove explicit eof check for mp_read code, stream code handles this casereimar2010-06-051-2/+0
| * Di not do a stream_reset on seeking backwards, the seek itself shouldreimar2010-06-051-2/+0
| * Default to -correct-pts off if -fps was given, since -fps has no effectreimar2010-06-041-3/+2
| * Try always enabling correct pts again for lavf demuxer, since the knowreimar2010-06-031-4/+0
| * Switch mkv demuxing to lavf by default.aurel2010-05-311-0/+1
* | demux_mkv: enable automatic index generation by defaultUoti Urpala2010-06-021-1/+1
* | Merge svn changes up to r31291Uoti Urpala2010-06-022-1/+2
|\|
| * Move TS_MAX_PROBE_SIZE #define to demux_ts.h instead of duplicating it.diego2010-05-302-1/+2
| * Cast void* pointer to appropriate type before using it in an addition; fixesdiego2010-05-291-1/+1
| * Drop pointless _t suffix from 'struct lavf_priv'.diego2010-05-281-1/+1
| * Drop pointless _s suffix from 'struct af_stream'.diego2010-05-271-1/+1
| * cosmetics: Reformat in K&R coding style.diego2010-05-272-2568/+2379
| * Remove two pointless void* casts.diego2010-05-271-3/+2
| * Remove unnecessary demux_mkv_seek() forward declaration.diego2010-05-271-2/+0
| * cosmetics: Drop pointless _s suffix from 'struct ad_functions'.diego2010-05-271-1/+1
* | demux_mkv: fix possible seek crashUoti Urpala2010-05-311-2/+2
* | demux_mkv: support VP8 video tagUoti Urpala2010-05-302-0/+2
* | demux_mkv: support WebM filesUoti Urpala2010-05-301-2/+3
* | Merge svn changes up to r31226Uoti Urpala2010-05-301-0/+1
|\|
| * Switch ogg demuxing to lavf by default.reimar2010-05-261-0/+1
| * Add support for STREAM_CTRL_SEEK_TO_TIME in ffmpeg streamshyc2010-05-251-3/+21
| * Do not use correct-pts for mpeg-ps: It breaks PAFF samples.cehoyos2010-05-221-0/+1
* | Merge svn changes up to r31169Uoti Urpala2010-05-301-1/+4
|\|
| * Remove internal liba52 copy.diego2010-05-091-2/+0
| * Use the system liba52 headers when internal liba52 is disabled, fixes:diego2010-05-091-0/+5
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-2/+2
* | demux_mkv: fix realvideo extradata handlingUoti Urpala2010-05-261-2/+1
* | demux_mkv: fix crash bug introduced by recent changeUoti Urpala2010-05-241-2/+2
* | demux_mkv: support switching to/from -nosoundUoti Urpala2010-05-221-18/+13
* | demux_mkv: store streams sequentially in demuxer->[avs]_streamsUoti Urpala2010-05-221-49/+55
* | Make audio stream index handling saner in stream switchingUoti Urpala2010-05-222-9/+15
* | options: move -alang and -slang to option structUoti Urpala2010-05-223-12/+11
* | stream.h: remove bad EOF check in stream_seek()Uoti Urpala2010-05-221-1/+0
* | demux_mkv: read tags.Anton Khirnov2010-05-223-5/+77
* | demux: use bstr arguments for demuxer_add_attachment() and demuxer_add_chapter()Anton Khirnov2010-05-224-29/+25
* | demuxer.c: add demux_info_add_bstr(), use talloc for info fieldAnton Khirnov2010-05-212-15/+18
* | bstr.[ch]: add new files for struct bstr related functionalityUoti Urpala2010-05-203-9/+5
* | Merge svn changes up to r31141Uoti Urpala2010-05-071-1/+1
|\|
| * cosmetic: typo, this wasn't supposed to be pluralaurel2010-05-041-1/+1
* | Merge svn changes up to r31133Uoti Urpala2010-05-072-19/+41
|\|
| * print a more detailed and more useful description of each stream with lavfaurel2010-05-031-6/+17
| * 10l: correctly use video_stream instead of audio_stream in the video sectionaurel2010-05-031-2/+2
| * add ID_..._NAME to -identify for each lavf stream which has a titleaurel2010-05-031-0/+7
| * uniformize handling of aid and vid with lavf so that it matches handling of sidaurel2010-05-031-14/+10
| * Silence permanent warning messages when decoding H264 over rtsp withcehoyos2010-05-021-1/+6
| * Continue probing even for score == AVPROBE_SCORE_MAX / 4 to matchreimar2010-05-011-1/+1
| * Use av_probe_input_format2 and avoid accepting detectionreimar2010-05-011-2/+5
* | demux_y4m: fix failure with nonseekable inputUoti Urpala2010-04-301-6/+9
* | Merge svn changes up to r31050Uoti Urpala2010-04-261-1360/+1437
|\|
| * Merge two redundant if checks, patch by ubitux, ubitux gmail com.diego2010-04-161-3/+2
| * cosmetics: reindent demux_ogg.c to K&R style plus some prettyprintingdiego2010-04-161-1360/+1438
* | Merge svn changes up to r31004Uoti Urpala2010-04-263-3/+3
|\|
| * Mark muxer-related m_option_t arrays as const.diego2010-04-042-2/+2
| * Make audio switching with AVI demuxer chose the first audio streamreimar2010-03-311-1/+1
* | Merge svn changes up to r30972Uoti Urpala2010-04-261-12/+28
|\|
| * Support concatenated YUV4MPEG files.reimar2010-03-271-11/+28
| * Use calloc instead of malloc+memsetreimar2010-03-271-2/+1
* | Merge svn changes up to r30967Uoti Urpala2010-04-262-16/+18
|\|
| * 100l, fix frametime calculation for MPEG-2 files with frame rate extension.reimar2010-03-271-1/+1
| * Reindentreimar2010-03-221-13/+13
| * Start probing with a size matching the stream buffer size so it is possiblereimar2010-03-221-2/+4
* | Merge svn changes up to r30907Uoti Urpala2010-04-262-4/+12
|\|
| * Calculate width and height in mp4_header_process_vop().cehoyos2010-03-152-0/+9
| * Fix value of bit counter at end of functions to prepare for future patches.cehoyos2010-03-151-4/+3
* | Fix chapter handling with first chapter not at beginning of fileUoti Urpala2010-04-251-2/+2
* | demux_mkv: fix verbose output of chapter numberingUoti Urpala2010-04-25