summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* Try several formats instead of only YV12 if no format was explicitlyalbeu2006-03-141-1/+22
* le2me_32 is not necessary, tested by Diego on BE machinerathann2006-03-141-1/+1
* in24/in32/fl32 little/big-endian QuickTime PCM audio supportrathann2006-03-131-3/+19
* Fix seeking with cache enabled on systems using fork().albeu2006-03-131-66/+68
* recommitted version 1.22 + Rich's 1.25nicodvb2006-03-131-9/+5
* Fix compilation error introduced by last commitreimar2006-03-121-1/+1
* unified failure case in muxer_new_muxer()nicodvb2006-03-121-22/+10
* fix feature pragma length checkreimar2006-03-121-8/+6
* in fix_parameters() move assignment of audio bitrate to the proper block (the...nicodvb2006-03-121-3/+2
* check stream->wf and stream->bih before using them in fix_parameters(). Fixes...nicodvb2006-03-121-0/+4
* exit if calloc() fails; free(muxer) before returning NULL if muxer_init() fa...nicodvb2006-03-121-3/+20
* fix cosmetics noticed during nico's 10lrfelker2006-03-121-4/+4
* fixed C99-ism introduced with previous commitnicodvb2006-03-121-4/+4
* check muxer != NULL before using it; closes cid 201nicodvb2006-03-121-1/+2
* fail immediately if any of the parameters necessary to switch audio stream is...nicodvb2006-03-121-1/+5
* check sh_video before seeking; closes cid 56nicodvb2006-03-121-0/+1
* close channels file before exiting dvb_get_channels() if malloc(dvb_channels_...nicodvb2006-03-121-0/+1
* init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 241nicodvb2006-03-121-1/+1
* dereference muxer->priv only after having checked muxer!=NULL in write_chunk(...nicodvb2006-03-111-1/+2
* init msec in mp_get_titleset_length() before using it; closes cid 251nicodvb2006-03-111-0/+1
* init variable in parse_mp4_object_descriptor before using it; fixes cid 237nicodvb2006-03-111-0/+1
* init delta_pts before using it; fixes cid 239nicodvb2006-03-111-1/+1
* check pce_ptr before using it; fixes cid 207nicodvb2006-03-111-2/+3
* Only MAX_STREAMS streams are allowed (cid 115)rtognimp2006-03-111-1/+1
* Fix memory leak cid 176rtognimp2006-03-101-0/+1
* Fix memory leak cid 177rtognimp2006-03-101-0/+2
* fix leak on read error (forgot to free demux packet)reimar2006-03-091-0/+3
* fix minor (i.e. unlikely to ever happen) leak when init failsreimar2006-03-091-0/+3
* Fix potential read from an unitialized pointer (CID: 236)rtognimp2006-03-091-1/+1
* in demux_ogg_read_packet initialize data to whole packet, reduces code andreimar2006-03-081-5/+2
* name array is too small, use strlcpy instead of strncpyreimar2006-03-081-3/+3
* Missing free_demux_packet after read errorreimar2006-03-081-0/+3
* Fix base64 encoding for basic auth according to RFC.reimar2006-03-081-4/+8
* missing url_free when using proxy and connect failsreimar2006-03-081-0/+3
* stream_id == MAX_STREAMS is invalid, since counting starts with 0.reimar2006-03-081-1/+1
* "i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used.reimar2006-03-081-1/+1
* If we have a tuner, use that as a reason we have audio support, and doaurel2006-03-081-3/+2
* Reduce output verbosity in non-verbose mode, change some printf to mp_msg.diego2006-03-061-37/+37
* print ts_probe; 0x88 .. 0x8F in pes_private streams are not AC3 but DTS track...nicodvb2006-03-041-2/+4
* This patch fixes pcm (twos, swot) in MOV.rtognimp2006-03-021-2/+2
* removed reference to inexistent extern variablenicodvb2006-03-011-2/+0
* stream_control() returns int, not voidnicodvb2006-03-012-1/+2
* try to get duration from the stream layer, if an implementation of STREAM_CTR...nicodvb2006-02-271-0/+8
* implement STREAM_CTRL_GET_TIME_LENGTH to return the duration of the dvd curre...nicodvb2006-02-271-19/+60
* added cur_title to dvd_priv_t in order to keep track of dvd title currently p...nicodvb2006-02-271-0/+1
* added new stream_control() and new command: STREAM_CTRL_GET_TIME_LENGTHnicodvb2006-02-272-0/+6
* Add audio_delay argument to demux_mkv_seek.corey2006-02-271-3/+3
* DVB channels cycling; patch by Ben Zores ben p geekbox d orgnicodvb2006-02-241-6/+6
* Fix video delay when encoding with B-frames.corey2006-02-211-0/+2
* Fix video delay when encoding with B-frames.corey2006-02-211-0/+9
* More complete ASF MIME detection, closing bug# 248,gpoirier2006-02-201-0/+2
* Allows the LIVE555 library to forces the client's port to be usedbertrand2006-02-191-1/+5
* dwStart support for mencoder.corey2006-02-192-0/+14
* dwStart support for mplayer.corey2006-02-182-0/+8
* Second-try commit of this patch.corey2006-02-1729-38/+39
* Don't test the v4l2_input audioset field for audio capabilities but still try...aurel2006-02-141-14/+6
* allow autodetection of pictures type when using mf://@file.list syntaxiive2006-02-141-3/+5
* do not forget to initialize dp->bufferhenry2006-02-121-0/+1
* delay rff by 6, not 3 frames, so the rff will be in the middle of the 12 fram...nicodvb2006-02-121-1/+3
* experimental film2pal and ntsc2pal soft telecinernicodvb2006-02-121-5/+67
* forgotten cast (blows on gcc4)henry2006-02-121-1/+1
* we cannot continue without a crash when read_asf_header fails, since somereimar2006-02-121-1/+2
* add some sanity checks to new/resize_demux_packetreimar2006-02-121-4/+9
* init frame duration to 1/fps when we have a frame but not the enclosing seque...nicodvb2006-02-111-0/+2
* tff wasn't correctly unset in soft_telecine()nicodvb2006-02-101-1/+1
* add mpc extension so that playback starts faster.reimar2006-02-101-0/+1
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-0922-30/+29
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-0913-17/+17
* fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >)aurel2006-02-091-1/+1
* Fix CSeq answer for keepalive OPTIONS requests during playbackrtognimp2006-02-081-2/+2
* 10l 1000 fps fixmichael2006-02-081-2/+2
* read data in nBlockAlign aligned chunksreimar2006-02-071-0/+3
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-0722-29/+30
* removed unused variablesnicodvb2006-02-061-2/+2
* fixed wrong delta_frame calculation that would affect soft-telecinenicodvb2006-02-061-1/+1
* Build muxers only when MEncoder is enabled.diego2006-02-061-5/+9
* removed forgotten fprintf()nicodvb2006-01-301-1/+0
* use mp_a52_framesize() when liba52 is not availablenicodvb2006-01-271-0/+6
* export custom mp_a52_framesize(), needed to parse ac3 frames when liba52 is n...nicodvb2006-01-271-3/+6
* MPlayer OSX port: Add a call to UDFFindFile to verify that we are opening a v...nplourde2006-01-271-0/+9
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-267-23/+24
* limits.h for INT_MAXmichael2006-01-251-0/+1
* correct block alignmichael2006-01-251-1/+1
* fix aac in mov/mp4michael2006-01-251-3/+4
* pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i...michael2006-01-252-2/+22
* setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4)michael2006-01-241-0/+2
* Cygwin compilation fixdiego2006-01-201-0/+2
* suppress error message at eofreimar2006-01-171-0/+1
* faster and (IMHO) cleaner code.reimar2006-01-171-56/+39
* function to read from a demuxer up to (and including) the specifiedreimar2006-01-172-0/+37
* Print some more useful data from header in verbose modertognimp2006-01-151-0/+2
* Support sipr codec in old RealAudio files.rtognimp2006-01-151-2/+49
* Always try to parse index chunk, no reason to check for movi_endreimar2006-01-141-4/+2
* Fix printing of audio fourcc in hex formatrtognimp2006-01-141-1/+1
* Print audio 4cc for every stream, print 4cc of selected audio trackrtognimp2006-01-141-0/+8
* 1l - one cast too manyrathann2006-01-141-1/+1
* Update licensing information: The FSF changed postal address.diego2006-01-132-2/+2
* massive attack: mp_msg printf format fixesrathann2006-01-1217-69/+69
* convert some printfs to mp_msgrathann2006-01-101-1/+1
* added support for external libavformatnicodvb2006-01-095-7/+18
* OS X compilation fix: Include inttypes.h so that uint32_t is not undefined.diego2006-01-081-0/+1
* include the right avcodec.h, consistently with the rest of mplayernicodvb2006-01-084-8/+16
* fix crash if no video codec availablereimar2006-01-081-2/+2
* disabled hack to read the properties of mpeg1/2 video in avi and asf: it's to...nicodvb2006-01-071-1/+1
* This patch makes real rtsp tell the server to deliver data at specifiedrtognimp2006-01-064-4/+15
* Don't leak memory (free audio reordering buffers)rtognimp2006-01-041-0/+4
* Remove assumption that all audio packets in a block have the samertognimp2006-01-041-4/+7
* 1000.0l timestamps are floatrtognimp2006-01-041-1/+1
* Improved handling of text subs in Matroska files with adjacent newlines (\N) ...mosu2006-01-041-8/+14
* removed previously forgotten reording options/flagsnicodvb2006-01-031-6/+1
* removed broken frame reording code; unified audio and video frame storing cod...nicodvb2006-01-031-108/+48
* h264es: don't seek to non-keyframeslorenm2006-01-031-1/+1
* don't reset dvdsub->id unless -slang is specified; assign default sub stream ...nicodvb2006-01-021-0/+5
* Partial support for QuickTime sound atom version 2.corey2006-01-021-5/+33
* search next sequence_header untile a valid one is foundnicodvb2005-12-311-2/+3
* simplification: don't use residual_buffer, but prepend remainder of current f...nicodvb2005-12-301-22/+14
* fix dvdread version macrorathann2005-12-281-4/+6
* Add "application/x-mms-framed" for ASFrtognimp2005-12-241-0/+1
* Typo in ASF demuxer selection by name (it's 'asf', not 'asv')rtognimp2005-12-241-1/+1
* malloc padding to avoid access beyond allocated memoryhenry2005-12-194-15/+50
* calculate framesize for raw RGB and BGR.reimar2005-12-181-0/+6
* fix crash with invalid -vid and no audio streamreimar2005-12-181-1/+2
* include fastmemcpy.h before stream.h, so it is used for the stream_readreimar2005-12-171-1/+2
* remove now useless YV12 plane swap hack, patch by Luc Gallant lucgallant at g...henry2005-12-161-18/+4
* fix compilation when dvdkit and dvdread are not availablenicodvb2005-12-144-5/+17
* make demuxer seek and close functions return void, patch by Dominik Mierzejewskiwanderer2005-12-114-11/+7
* Harcoded eng strings on libmpdemux/network.c to help_mpreynaldo2005-12-101-31/+31
* Move audio packets reordering from codec interface to demuxers for realrtognimp2005-12-092-90/+151
* fixrathann2005-12-052-0/+2
* fixrathann2005-12-051-0/+2
* fixrathann2005-12-051-0/+1
* fixrathann2005-12-051-1/+2
* muxer_lavf MUST be disabled by default until someone adds AVParserrfelker2005-12-021-0/+20
* fixed wrong telecine trf pattern; fall back to mpeg2 when user specifies unkn...nicodvb2005-11-301-14/+35
* Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org...reynaldo2005-11-294-9/+16
* Add support to get the list of files from a file containing one filenamealbeu2005-11-261-1/+30
* Fix URL escaping to correctly handle URL containing an ip6 address oralbeu2005-11-261-24/+65
* When it comes to CD/DVD handling bsdi has a linux CD/DVD compatibilitydiego2005-11-251-3/+5
* Ignore OPTIONS rtsp command during playback. Fixesrtognimp2005-11-221-1/+2
* buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh pun...nicodvb2005-11-217-53/+125
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-1846-99/+99
* Simplify weird code. ;)rathann2005-11-131-4/+2
* [TRIVIAL] More translatables to help_mp and printfs to mp_msg on libmpdemuxreynaldo2005-11-104-65/+72
* Do not hang forever when the card delivers no new data.reimar2005-11-101-0/+4
* implement norm switching, which was already documented??reimar2005-11-101-0/+10
* Add another content-type for aac audio in shoutcast streamsrtognimp2005-11-081-1/+1
* save us from #ifndef hellfaust32005-11-061-29/+5
* make it optionally possible to compile MPlayer with libcdio instead of libcd...faust32005-11-063-5/+123
* fixed possible uint8 overflow; assign progid to the newly created pmtnicodvb2005-11-061-7/+9
* fix typos: aslo->also, falback->fallback (they were just too annoying *g*)reimar2005-11-061-1/+1
* Fix bugs/crash introduced by translation patchreimar2005-11-062-2/+2
* fix cdda://n syntax: do not hang when n > nr_tracks and play only track n,reimar2005-11-061-2/+5
* estimate total time also for audio-only files.reimar2005-11-061-0/+3
* Use correct demuxer type for aac in shoutcast streamsrtognimp2005-11-051-0/+2
* Speex support. Seeking and pts generation does not work.reimar2005-11-051-1/+33
* set cdda paranoia default to 0 since e.g. cdda://2 breaks otherwise.reimar2005-11-051-1/+1
* sort timestamps instead of assuming conventional B-frame order. (fixes x264 B...lorenm2005-11-051-6/+14
* Changed MSGTR_MPDEMUX_URL_MallocFailed to MSGTR_MemAllocFailed (msg defined t...ptt2005-11-051-10/+10
* Changed MSGTR_MPDEMUX_ASF_MallocFailed to MSGTR_MemAllocFailed (msg defined t...ptt2005-11-051-1/+1
* Changed MSGTR_MPDEMUX_MMST_MallocFailed to MSGTR_MemAllocFailed (msg defined ...ptt2005-11-051-1/+1
* changes from MSGTR_MPDEMUX_AIALSA1X_* to MSGTR_MPDEMUX_AIALSA_* since they ar...ptt2005-11-051-13/+13
* Fix two (loosely) related bugs: massive A-V desync with -audiofile (bugzillareimar2005-11-011-5/+6
* more precise seeking based on calculated average video bitrate; works quite w...nicodvb2005-10-311-6/+49
* libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2reynaldo2005-10-319-156/+156
* move resync_audio_stream after seeking to demuxer.creimar2005-10-3015-44/+3
* Provide DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS.reimar2005-10-301-1/+14
* add a \n after whole cache fill.ods152005-10-271-0/+1
* big-endian fixes for "extended" (i.e. mythtv) files.reimar2005-10-251-1/+2
* Added support for A_AAC.mosu2005-10-222-1/+13
* Fix seeking in wav files: align relative to start of