| Commit message (Expand) | Author | Age | Files | Lines |
* | support for DTS as specified in DVB (untested) | nicodvb | 2007-10-03 | 1 | -0/+8 |
* | Format 0x01 cannot be used with "AMV IMA ADPCM", because it belongs to normal... | voroshil | 2007-10-03 | 1 | -0/+2 |
* | Set biWidth/biHeight in fli demuxer | reimar | 2007-10-02 | 1 | -0/+2 |
* | Make sure there is no uninitialized data in BITMAPINFOHEADER created by fli d... | reimar | 2007-10-02 | 1 | -1/+1 |
* | Remove ugly unused struct name from typedef | reimar | 2007-10-02 | 1 | -1/+1 |
* | 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 |
* | fixed bug introduced with previous commit: patch_panscan() must work in the s... | nicodvb | 2007-09-28 | 1 | -1/+1 |
* | 1000l, the tff flag was never cleared before being overwritten with the value... | nicodvb | 2007-09-28 | 1 | -2/+4 |
* | h263 exposed | lu_zero | 2007-09-28 | 1 | -0/+3 |
* | Fix playback of streams with more than one audio track (only one supported). | cehoyos | 2007-09-25 | 1 | -0/+7 |
* | Simplify: initialize at declaration at the start of the function | reimar | 2007-09-24 | 1 | -10/+5 |
* | Get rid of rather pointless asserts | reimar | 2007-09-24 | 1 | -12/+0 |
* | demux_audio.c: Fix timestamp handling | uau | 2007-09-24 | 1 | -14/+15 |
* | removed unused function parameters | nicodvb | 2007-09-22 | 1 | -8/+8 |
* | in ts_detect_streams() moved the iteration condition inside the loop | nicodvb | 2007-09-22 | 1 | -1/+4 |
* | libnemesi support, yet another rtsp/rtp library... | lu_zero | 2007-09-19 | 4 | -1/+487 |
* | Add comment that clears up what _WINGDI_H is for. | diego | 2007-09-18 | 1 | -0/+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 |
* | Avoid one more code duplication | reimar | 2007-09-15 | 1 | -17/+3 |
* | get rid of pointless size parameter for tmf_load_chunk | reimar | 2007-09-15 | 1 | -8/+6 |
* | Avoid using demux->stream->end_pos, it rarely does any good. | reimar | 2007-09-15 | 1 | -3/+0 |
* | Slightly simplify IsValidAudioPacket | reimar | 2007-09-15 | 1 | -3/+0 |
* | Simplify another two ifs into one | reimar | 2007-09-15 | 1 | -7/+1 |
* | Make one mp_msg call out of 3 | reimar | 2007-09-15 | 1 | -17/+5 |
* | Simpler and more robust tar parsing | reimar | 2007-09-15 | 1 | -26/+10 |
* | Get rid of bloated ty_extension function | reimar | 2007-09-15 | 1 | -11/+3 |
* | Do not uselessly name structs | reimar | 2007-09-15 | 1 | -2/+2 |
* | Remove another variable and reorder to avoid wasting space due to alignment | reimar | 2007-09-15 | 1 | -5/+2 |
* | PTS should be passed as int64_t to demux_ty_CopyToDemuxPacket | reimar | 2007-09-15 | 1 | -1/+1 |
* | Remove now useless parameters from demux_ty_CopyToDemuxPacket | reimar | 2007-09-15 | 1 | -6/+4 |
* | Remove more unused code and variables | reimar | 2007-09-15 | 1 | -10/+0 |
* | cosmetics: Fix typo in function name. | diego | 2007-09-15 | 1 | -2/+2 |
* | Revert r24446 since it breaks mingw32 build: _WINGDI_H is defined in wingdi.h | zuxy | 2007-09-15 | 1 | -1/+1 |
* | live recordings can contain 0-size type 0 chunks, ignore them instead | reimar | 2007-09-14 | 1 | -1/+1 |
* | Move some more variable declarations | reimar | 2007-09-14 | 1 | -6/+6 |
* | Remove tabs and trailing whitespace | reimar | 2007-09-14 | 1 | -124/+124 |
* | A few more useless () | reimar | 2007-09-14 | 1 | -4/+4 |
* | Minor simplifications | reimar | 2007-09-14 | 1 | -4/+4 |
* | Further simplify demux_ty_FindESHeader | reimar | 2007-09-14 | 1 | -11/+11 |
* | Optimize demux_ty_FindESHeader | reimar | 2007-09-14 | 1 | -8/+9 |
* | Remove some commented-out debugging code | reimar | 2007-09-14 | 1 | -29/+2 |
* | Fix demux_ty_FindESHeader so it won't overread | reimar | 2007-09-14 | 1 | -1/+1 |
* | Simplify demux_ty_FindESPacket by reusing demux_ty_FindESHeader | reimar | 2007-09-14 | 1 | -32/+10 |
* | Remove unused demux_ty_FindESPacket parameter | reimar | 2007-09-14 | 1 | -2/+2 |
* | Simplify demux_ty_FindESHeader | reimar | 2007-09-14 | 1 | -12/+7 |
* | Move variable declarations into the block where they are used | reimar | 2007-09-14 | 1 | -19/+10 |
* | Another piece of duplicate code | reimar | 2007-09-14 | 1 | -13/+2 |
* | Avoid a big piece of duplicated code | reimar | 2007-09-14 | 1 | -52/+7 |
* | Get rid of more code duplication | reimar | 2007-09-14 | 1 | -35/+6 |
* | Simplify XDS handling | reimar | 2007-09-14 | 1 | -12/+5 |
* | Reduce code duplication | reimar | 2007-09-14 | 1 | -21/+2 |
* | Greatly simplify IsValidAudioPacket, though this might break something | reimar | 2007-09-14 | 1 | -30/+2 |
* | Simplify IsValidAudioPacket | reimar | 2007-09-14 | 1 | -9/+2 |
* | Do not misuse a_streams for private info, demuxer->priv is for that! | reimar | 2007-09-14 | 1 | -22/+7 |
* | Use AV_RB24 | reimar | 2007-09-14 | 1 | -1/+1 |
* | get rid of pointless pesFileId variables | reimar | 2007-09-14 | 1 | -19/+3 |
* | Simplify AV_RB32 / 256 -> AV_RB24 | reimar | 2007-09-14 | 1 | -2/+1 |
* | Use AV_RB32 instead of tivobuffer2hostlong | reimar | 2007-09-14 | 1 | -12/+6 |
* | Yet more cosmetics | reimar | 2007-09-14 | 1 | -23/+5 |
* | Move timestamps to int64_t and use MP_NOPTS_VALUE | reimar | 2007-09-14 | 1 | -29/+15 |
* | Demuxers are _not_ supposed to set ds->pts! | reimar | 2007-09-14 | 1 | -1/+0 |
* | Fix completely broken get_ty_pts (it's an ordinary MPEG timestamp) | reimar | 2007-09-14 | 1 | -15/+11 |
* | Another ty simplification | reimar | 2007-09-14 | 1 | -8/+2 |
* | Remove unused variable | reimar | 2007-09-14 | 1 | -1/+0 |
* | tmf_totalsize is not used either, remove it | reimar | 2007-09-14 | 1 | -7/+0 |
* | More simplifications | reimar | 2007-09-14 | 1 | -13/+4 |
* | Get rid of some quite pointless variables | reimar | 2007-09-14 | 1 | -18/+2 |
* | Move boundary check before use! | reimar | 2007-09-14 | 1 | -2/+4 |
* | Remove unused tmf_totalchunks | reimar | 2007-09-14 | 1 | -8/+0 |
* | Simplify EOF handling | reimar | 2007-09-14 | 1 | -10/+4 |
* | Simplify tmf_filetooffset | reimar | 2007-09-14 | 1 | -21/+9 |
* | Small simplifications | reimar | 2007-09-14 | 1 | -7/+4 |
* | 10l, placed terminating 0 at the wrong place. | reimar | 2007-09-14 | 1 | -1/+1 |
* | Avoid strlcpy, tar headers already have space to ensure 0-termination | reimar | 2007-09-14 | 1 | -4/+6 |
* | Do not ignore last chunk in .tmf files, it will cause part of the file to be | reimar | 2007-09-14 | 1 | -3/+1 |
* | Cosmetics: remove lots of useless () and {}. | reimar | 2007-09-14 | 1 | -151/+85 |
* | Use CHUNKSIZE define in a few more places | reimar | 2007-09-14 | 1 | -2/+2 |
* | Simplify ty_extensionis | reimar | 2007-09-14 | 1 | -8/+5 |
* | Make demux_ty internal functions static | reimar | 2007-09-14 | 1 | -5/+5 |
* | Use strtol instead of horribly suboptimal ty_octaltodecimal | reimar | 2007-09-14 | 1 | -21/+1 |
* | added monkey audio file extensions to extension table | ben | 2007-09-13 | 1 | -0/+3 |
* | Check wLongsPerEntry before using it. | reimar | 2007-09-13 | 1 | -5/+5 |
* | Remove useless preprocessor check, _WINGDI_H is never defined. | diego | 2007-09-13 | 1 | -1/+1 |
* | warning fixes: | diego | 2007-09-13 | 1 | -1/+1 |
* | Replace constant by appropriate define | reimar | 2007-09-13 | 1 | -1/+1 |
* | warning fix: | diego | 2007-09-09 | 1 | -1/+1 |
* | warning fix: | diego | 2007-09-09 | 1 | -1/+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 |
* | added .stream_aspect to st_video_t: if non-zero and if not specified otherwise | nicodvb | 2007-09-01 | 1 | -0/+1 |
* | cosmetics: typo fix UNSUPORTED --> UNSUPPORTED | diego | 2007-08-28 | 3 | -9/+9 |
* | Fix warnings: | diego | 2007-08-26 | 1 | -2/+0 |
* | Split lschunks function further, it is simply too huge to do any useful chang... | reimar | 2007-08-25 | 1 | -62/+72 |
* | warning fix: | diego | 2007-08-25 | 1 | -1/+0 |
* | Remove redundant variable declarations. | diego | 2007-08-25 | 1 | -3/+0 |
* | Remove redundant variable declaration. | diego | 2007-08-25 | 1 | -1/+0 |
* | Add missing pixelformat conversion function prototype | reimar | 2007-08-24 | 1 | -0/+2 |
* | Remove silly #ifdef around the complete file. | diego | 2007-08-24 | 1 | -6/+0 |
* | Fix compilation of live555 support after FFmpegs r10173. | cehoyos | 2007-08-22 | 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 |
* | When a new subtitle stream becomes available check if it is the one that | reimar | 2007-08-09 | 1 | -0/+6 |
* | Fix detection of xan audio. -noidx or -forceidx still is necessary | reimar | 2007-08-01 | 1 | -0/+5 |
* | get rid of this idiotic i_certify_that_my_video_stream_does_not_use_b_frames | michael | 2007-07-31 | 1 | -14/+1 |
* | make muxer store the provided timestamps | michael | 2007-07-31 | 1 | -4/+3 |
* | Use the standard inline instead of __inline | reimar | 2007-07-30 | 1 | -15/+15 |
* | Another missed case-range | reimar | 2007-07-30 | 1 | -1/+8 |
* | Do not use gnu case-range extension if it's easy to avoid | reimar | 2007-07-30 | 1 | -1/+3 |
* | cosmetics: misc typo fixes | diego | 2007-07-28 | 1 | -1/+1 |
* | Remove extern index_mode, it is already in demuxer.h | reimar | 2007-07-27 | 1 | -2/+0 |
* | Make sure fformat is set before use | reimar | 2007-07-27 | 1 | -1/+1 |
* | Remove some unneeded extern variable declarations | reimar | 2007-07-27 | 1 | -8/+0 |
* | Simplify: use FFMAX | reimar | 2007-07-25 | 1 | -1/+1 |
* | Remove some useless "extern" before function prototypes | reimar | 2007-07-25 | 2 | -11/+11 |
* | Fix for bugzilla #835 | rtogni | 2007-07-24 | 1 | -1/+1 |
* | fixed bug introduced with the addition of get_ext_stream_properties() | nicodvb | 2007-07-18 | 1 | -1/+1 |
* | Avoid crash if a non-existent audio track is selected with -aid | reimar | 2007-07-16 | 1 | -5/+5 |
* | Use stream_read_qword_le | reimar | 2007-07-14 | 1 | -2/+1 |
* | add support for subtitles thru lavf | aurel | 2007-07-13 | 1 | -0/+36 |
* | Fix segfault if an 'strf' chunk couldn't be found in avi | attila | 2007-07-13 | 1 | -0/+3 |
* | fix typo in a comment | aurel | 2007-07-13 | 1 | -1/+1 |
* | fix unaligned memory access in asfheader.c, courtesy of Balatoni Denes | zuxy | 2007-07-10 | 1 | -1/+1 |
* | 100% cosmetics: reindentation and removal of trailing spaces | nicodvb | 2007-07-08 | 1 | -52/+49 |
* | unified the skip of header and stuffing bytes after the parsing of pes_extens... | nicodvb | 2007-07-08 | 1 | -6/+3 |
* | 10l, forgot to skip the stuffing bytes eventually prepended to vc1 packets (i... | nicodvb | 2007-07-07 | 1 | -0/+2 |
* | cosmetics: split separate instructions in separate lines | nicodvb | 2007-07-07 | 1 | -3/+6 |
* | proper parsing of pes_extension[12] fields (replaces the previous code that r... | nicodvb | 2007-07-07 | 1 | -2/+35 |
* | Add some missing frees. | reimar | 2007-07-05 | 1 | -2/+7 |
* | Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy | reimar | 2007-07-05 | 2 | -4/+6 |
* | Do not use leading underscores in multiple inclusion guards, they are reserved. | diego | 2007-07-02 | 15 | -42/+42 |
* | Consistently use filename as multiple inclusion guard. | diego | 2007-07-02 | 2 | -4/+4 |
* | Use proper PRI?64 format strings | reimar | 2007-06-24 | 1 | -5/+6 |
* | Remove unused and trivial string variable | reimar | 2007-06-24 | 1 | -3/+0 |
* | Fix format string to match actual type. | reimar | 2007-06-24 | 1 | -1/+2 |
* | index_mode is already defined in demuxer.h | reimar | 2007-06-24 | 1 | -2/+0 |
* | Get rid of: useless variable, useless cast and void * arithmetic | reimar | 2007-06-24 | 1 | -8/+5 |
* | Use AV_RL32 | reimar | 2007-06-24 | 1 | -3/+4 |
* | Fix format strings to match argument type | reimar | 2007-06-24 | 1 | -19/+20 |
* | make opt argument of demux_info_get const. | reimar | 2007-06-24 | 2 | -2/+2 |
* | pstrcpy -> av_strlcpy | reimar | 2007-06-24 | 1 | -7/+6 |
* | Remove the now unused demux_mkv_change_subs function | reimar | 2007-06-24 | 1 | -39/+0 |
* | Set demuxer->sub->sh to one of the s_streams like done for audio and video. | reimar | 2007-06-24 | 1 | -24/+17 |
* | Fix memleak due to not freeing demuxer->s_streams | reimar | 2007-06-23 | 1 | -0/+7 |
* | 100l, last demux_mkv patch passed ints instead of pointers to them to sscanf | reimar | 2007-06-23 | 1 | -1/+1 |
* | Use sh_sub_t instead of mkv_track_t argument where possible, simplifying the ... | reimar | 2007-06-23 | 1 | -30/+30 |
* | demux_mkv very long seek fix | uau | 2007-06-20 | 1 | -1/+1 |
* | Fix demuxer.h multiple inclusion guard | uau | 2007-06-20 | 1 | -2/+2 |
* | Remove useless demnuxer.h include from matroska.h, it creats "hundreds" of | reimar | 2007-06-20 | 1 | -2/+0 |
* | Simplify network timeout calculation. | cehoyos | 2007-06-20 | 1 | -2/+3 |
* | Silence three warnings. | cehoyos | 2007-06-18 | 1 | -4/+4 |
* | Stop playing at eof or if no data arrives for ten seconds. | cehoyos | 2007-06-18 | 1 | -0/+12 |
* | More accurate seeking for demuxers lacking DEMUXER_CTRL_GET_TIME_LENGTH control | zuxy | 2007-06-17 | 1 | -1/+3 |
* | Set subtitle type in mpg demuxer. Fixes subtitle switching with 'j' | reimar | 2007-06-17 | 1 | -1/+2 |
* | clearly specify the valid substream id range, rather than using unreadable bi... | nicodvb | 2007-06-12 | 1 | -2/+3 |
* | Don't set random codec parameters for AC3/DTS in mkv. | aurel | 2007-06-10 | 1 | -2/+2 |
* | removed functions that were used to parse mpeg12 video (no more video); patch... | nicodvb | 2007-06-10 | 1 | -69/+0 |
* | init ts_probe to 0 and probe up to TS_MAX_PROBE_SIZE if the parameter | nicodvb | 2007-06-09 | 1 | -4/+5 |
* | added support for DTS1 audio descriptor | nicodvb | 2007-06-09 | 1 | -0/+4 |
* | 1000000l, descriptor VC-1 identifies VIDEO_VC1, not AUDIO_DTS | nicodvb | 2007-06-09 | 1 | -1/+1 |
* | Fix segfault when encoding from an mkv file with embedded fonts. | eugeni | 2007-06-07 | 1 | -1/+2 |
* | Calculate pts with double precision in demux_asf | uau | 2007-06-07 | 1 | -2/+2 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 3 | -8/+8 |
* | Use 'static inline' instead of 'inline static' to avoid warnings | zuxy | |