| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch mkv demuxing to lavf by default. | aurel | 2010-05-31 | 1 | -0/+1 |
* | Move TS_MAX_PROBE_SIZE #define to demux_ts.h instead of duplicating it. | diego | 2010-05-30 | 2 | -1/+2 |
* | Cast void* pointer to appropriate type before using it in an addition; fixes | diego | 2010-05-29 | 1 | -1/+1 |
* | Drop pointless _t suffix from 'struct lavf_priv'. | diego | 2010-05-28 | 1 | -1/+1 |
* | Drop pointless _s suffix from 'struct af_stream'. | diego | 2010-05-27 | 1 | -1/+1 |
* | cosmetics: Reformat in K&R coding style. | diego | 2010-05-27 | 2 | -2568/+2379 |
* | Remove two pointless void* casts. | diego | 2010-05-27 | 1 | -3/+2 |
* | Remove unnecessary demux_mkv_seek() forward declaration. | diego | 2010-05-27 | 1 | -2/+0 |
* | cosmetics: Drop pointless _s suffix from 'struct ad_functions'. | diego | 2010-05-27 | 1 | -1/+1 |
* | Switch ogg demuxing to lavf by default. | reimar | 2010-05-26 | 1 | -0/+1 |
* | Add support for STREAM_CTRL_SEEK_TO_TIME in ffmpeg streams | hyc | 2010-05-25 | 1 | -3/+21 |
* | Do not use correct-pts for mpeg-ps: It breaks PAFF samples. | cehoyos | 2010-05-22 | 1 | -0/+1 |
* | Remove internal liba52 copy. | diego | 2010-05-09 | 1 | -2/+0 |
* | Use the system liba52 headers when internal liba52 is disabled, fixes: | diego | 2010-05-09 | 1 | -0/+5 |
* | cosmetic: typo, this wasn't supposed to be plural | aurel | 2010-05-04 | 1 | -1/+1 |
* | print a more detailed and more useful description of each stream with lavf | aurel | 2010-05-03 | 1 | -6/+17 |
* | 10l: correctly use video_stream instead of audio_stream in the video section | aurel | 2010-05-03 | 1 | -2/+2 |
* | add ID_..._NAME to -identify for each lavf stream which has a title | aurel | 2010-05-03 | 1 | -0/+7 |
* | uniformize handling of aid and vid with lavf so that it matches handling of sid | aurel | 2010-05-03 | 1 | -14/+10 |
* | Silence permanent warning messages when decoding H264 over rtsp with | cehoyos | 2010-05-02 | 1 | -1/+6 |
* | Continue probing even for score == AVPROBE_SCORE_MAX / 4 to match | reimar | 2010-05-01 | 1 | -1/+1 |
* | Use av_probe_input_format2 and avoid accepting detection | reimar | 2010-05-01 | 1 | -2/+5 |
* | Merge two redundant if checks, patch by ubitux, ubitux gmail com. | diego | 2010-04-16 | 1 | -3/+2 |
* | cosmetics: reindent demux_ogg.c to K&R style plus some prettyprinting | diego | 2010-04-16 | 1 | -1360/+1438 |
* | Mark muxer-related m_option_t arrays as const. | diego | 2010-04-04 | 2 | -2/+2 |
* | Make audio switching with AVI demuxer chose the first audio stream | reimar | 2010-03-31 | 1 | -1/+1 |
* | Support concatenated YUV4MPEG files. | reimar | 2010-03-27 | 1 | -11/+28 |
* | Use calloc instead of malloc+memset | reimar | 2010-03-27 | 1 | -2/+1 |
* | 100l, fix frametime calculation for MPEG-2 files with frame rate extension. | reimar | 2010-03-27 | 1 | -1/+1 |
* | Reindent | reimar | 2010-03-22 | 1 | -13/+13 |
* | Start probing with a size matching the stream buffer size so it is possible | reimar | 2010-03-22 | 1 | -2/+4 |
* | Calculate width and height in mp4_header_process_vop(). | cehoyos | 2010-03-15 | 2 | -0/+9 |
* | Fix value of bit counter at end of functions to prepare for future patches. | cehoyos | 2010-03-15 | 1 | -4/+3 |
* | Return MP_NOPTS_VALUE if we can't figure out the pts, not 0. | reimar | 2010-03-09 | 1 | -1/+1 |
* | Improve handling of 0-size ogg packets. | reimar | 2010-03-09 | 1 | -1/+2 |
* | Fix alpabetical order. | cehoyos | 2010-03-09 | 1 | -1/+1 |
* | Support SEGA CRI adx codec with demuxer lavf. | cehoyos | 2010-03-09 | 1 | -0/+1 |
* | Increase mplayer buffer padding size to match the new one from ffmpeg. | iive | 2010-03-07 | 1 | -1/+1 |
* | Remove unused static function mp_mp3_get_lsf(). | cehoyos | 2010-02-27 | 1 | -12/+0 |
* | Remove pointless #ifdef checks for DEMUXER_H, which is never set. | diego | 2010-02-27 | 2 | -5/+0 |
* | Remove unnecessary stream.h #includes. | diego | 2010-02-27 | 2 | -6/+0 |
* | Fix compilation of C++ source files (partly reverts r30744). | cehoyos | 2010-02-27 | 1 | -4/+4 |
* | cosmetics: Rename "codecs_st" struct to just plain "codecs". | diego | 2010-02-26 | 1 | -1/+1 |
* | Do not cast the results of malloc/calloc/realloc. | diego | 2010-02-26 | 9 | -26/+25 |
* | Add cast to proper type. | reimar | 2010-02-25 | 1 | -1/+1 |
* | Get the proper codec id when a WAVE_FORMAT_EXTENSIBLE extension exists in a | tack | 2010-02-22 | 3 | -0/+19 |
* | Declare public function print_vprp() in aviprint.h. | diego | 2010-02-21 | 1 | -0/+1 |
* | Drop weird and unnecessary _s/_st suffixes from demuxer struct names. | diego | 2010-02-21 | 4 | -20/+20 |
* | Add names to anonymous structs sh_common, sh_audio, sh_video, sh_sub. | diego | 2010-02-21 | 1 | -4/+4 |
* | cosmetics: Rename struct vf_instance_s --> vf_instance. | diego | 2010-02-21 | 1 | -1/+1 |
* | Fix fps output with -identify when frame rate extension is used for MPEG-2 | reimar | 2010-02-21 | 1 | -1/+1 |
* | Initialize frame rate extension fields in mp_header_process_sequence_header | reimar | 2010-02-21 | 1 | -0/+2 |
* | Parse and use the information from the frame rate extension header for MPEG-2. | reimar | 2010-02-21 | 3 | -4/+11 |
* | FFmpeg supports Bink, let MPlayer play it as well | kostya | 2010-02-21 | 1 | -0/+2 |
* | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 | 16 | -20/+0 |
* | Do not discard stream buffer on eof, instead reuse it to slightly improve | reimar | 2010-02-20 | 1 | -1/+1 |
* | Print demuxer name in "freeing demuxer" message. | reimar | 2010-02-20 | 1 | -2/+2 |
* | Print all 64 bits of seek position. | reimar | 2010-02-20 | 1 | -1/+1 |
* | Add header for AVI print functions; avoids many forward declarations. | diego | 2010-02-18 | 9 | -29/+42 |
* | Add header for asf_check_header, read_asf_header; avoids forward declarations. | diego | 2010-02-17 | 3 | -6/+30 |
* | #include proper header for skip_audio_frame() instead of forward declaring it. | diego | 2010-02-17 | 1 | -3/+1 |
* | Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations. | diego | 2010-02-17 | 3 | -4/+29 |
* | Remove demux_ogg-related declarations that are no longer necessary. | diego | 2010-02-17 | 1 | -6/+0 |
* | Mark demux_ogg_sub_id() as static; it is not used outside of the file. | diego | 2010-02-17 | 1 | -1/+2 |
* | Move up demux_ogg_sub_id, demux_ogg_sub_reverse_id; avoids forward declarations. | diego | 2010-02-17 | 1 | -29/+25 |
* | Add read_avi_header() to aviheader.h; avoids forward declarations. | diego | 2010-02-17 | 2 | -2/+3 |
* | Add header file for store_ughvlc(); avoids forward declarations. | diego | 2010-02-17 | 3 | -3/+26 |
* | Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration. | diego | 2010-02-17 | 2 | -1/+2 |
* | libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions. | diego | 2010-02-17 | 3 | -6/+0 |
* | Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations. | diego | 2010-02-17 | 4 | -3/+28 |
* | Add separate header for mp_a52_framesize(); avoids forward declarations. | diego | 2010-02-17 | 3 | -3/+28 |
* | Add config.h header #include; it is required for the HAVE_BIGENDIAN check. | diego | 2010-02-17 | 1 | -0/+2 |
* | Add separate header for aac_parse_frame(); avoids forward declarations. | diego | 2010-02-17 | 4 | -9/+29 |
* | Add separate header for real_fix_timestamp(); avoids forward declarations. | diego | 2010-02-17 | 3 | -2/+30 |
* | Mark mp_mp3_get_lsf() as static; it is not used outside of the file. | diego | 2010-02-17 | 1 | -1/+1 |
* | Mark mov_build_index() as static; it is not used outside of the file. | diego | 2010-02-17 | 1 | -1/+1 |
* | libmpdemux: Mark functions not used outside of their files as static. | diego | 2010-02-17 | 9 | -16/+32 |
* | Support FFmpeg's ALS decoder. | reimar | 2010-02-16 | 1 | -0/+1 |
* | #include corresponding .h files in .c files. | diego | 2010-02-16 | 1 | -0/+1 |
* | Remove pointless header #includes; #include only required header stdint.h. | diego | 2010-02-16 | 1 | -4/+1 |
* | Make len unsigned. More correct anyway and avoids sign extension to 64 bit | reimar | 2010-02-14 | 1 | -1/+1 |
* | Simplify and slightly speed up avi_stream_id function. | reimar | 2010-02-14 | 1 | -6/+2 |
* | Simplify. | reimar | 2010-02-14 | 1 | -2/+3 |
* | Dynamically increase probe size for lavf demuxer up to 2 MB. | reimar | 2010-02-12 | 1 | -6/+18 |
* | Replace incorrect usage of strncpy. | reimar | 2010-02-03 | 1 | -3/+4 |
* | Reindent | reimar | 2010-02-03 | 1 | -1/+1 |
* | Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme. | reimar | 2010-02-03 | 1 | -4/+9 |
* | Remove ds_fill_buffer calls from demux_resync, they cause issues at least with | reimar | 2010-01-26 | 1 | -2/+5 |
* | Enable parsing for ASF audio streams. | reimar | 2010-01-26 | 1 | -0/+1 |
* | If audio was identified as DTS in the PMT do not override that with TrueHD | reimar | 2010-01-24 | 1 | -1/+1 |
* | Add support for parsing MLP and TrueHD. | reimar | 2010-01-24 | 1 | -0/+6 |
* | Add forgotten declaration of ds_clear_parser. | reimar | 2010-01-24 | 1 | -0/+1 |
* | Remove now unused variables. | reimar | 2010-01-24 | 1 | -2/+0 |
* | Reset the parser on seek. Should fix some cases of audio "blips" after seeking. | reimar | 2010-01-24 | 1 | -6/+23 |
* | Move the resync-related code into more consistent places instead of having it | reimar | 2010-01-24 | 1 | -35/+22 |
* | Add a proper header for our strsep implementation so strsep will | reimar | 2010-01-17 | 1 | -0/+1 |
* | -demuxer rawaudio data will often need parsing (e.g. when it is used for raw | reimar | 2010-01-15 | 1 | -0/+1 |
* | Use double-precision constants instead of single precision that gets cast to ... | reimar | 2010-01-13 | 1 | -3/+3 |
* | Use double instead of float for pts. | cehoyos | 2010-01-12 | 1 | -7/+7 |
* | Fix MP1 with demuxer lavf in MPEG (PS) files. | cehoyos | 2010-01-09 | 1 | -0/+1 |
* | Add support for JPEG2000 via FFmpeg/OpenJPEG | reimar | 2010-01-03 | 1 | -0/+2 |
* | Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples. | cehoyos | 2009-12-28 | 1 | -0/+3 |
* | Revert r30100: It breaks some mov and asf samples. | cehoyos | 2009-12-28 | 1 | -0/+2 |
* | Add support for parsing audio streams (though should be easy to extend to video) | reimar | 2009-12-27 | 6 | -1/+143 |
* | Remove currently unneeded members accidentally added in the last revision. | reimar | 2009-12-27 | 1 | -4/+0 |
* | Introduce a sh_common struct that contains the parts in common by the audio, ... | reimar | 2009-12-27 | 1 | -19/+25 |
* | Remove one more incorrect direct ass.h include. | reimar | 2009-12-27 | 1 | -1/+0 |
* | Fix grammar/missing verb in description. | reimar | 2009-12-25 | 1 | -1/+1 |
* | Remove unnecessary entries from extension_table, these formats are already | reimar | 2009-12-25 | 1 | -4/+0 |
* | Add a (unfortunately rather long) explanation on how and when to use it | reimar | 2009-12-25 | 1 | -0/+6 |
* | force cdg to lavf demuxer in extensions.c, misdetected as mpeg otherwise | compn | 2009-12-24 | 1 | -0/+1 |
* | create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf | compn | 2009-12-24 | 1 | -0/+1 |
* | Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files. | cehoyos | 2009-12-22 | 1 | -2/+0 |
* | Never include ass.h and ass_types.h directly, use ass_mp.h instead. | reimar | 2009-12-19 | 1 | -1/+1 |
* | Do not modify priv->idx_pos when regenerating the index, use a local | reimar | 2009-12-17 | 1 | -5/+5 |
* | Avoid miscompilation issues with the grow_array function more permanently | reimar | 2009-12-11 | 1 | -1/+1 |
* | Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many | reimar | 2009-11-22 | 4 | -6/+6 |
* | av_alloc_format_context -> avformat_alloc_context | reimar | 2009-11-22 | 1 | -1/+1 |
* | Reuse buffer in priv context instead of allocating the 32kB probe buffer | reimar | 2009-11-22 | 1 | -4/+3 |
* | Move 128kB buffer from stack to demuxer context. | reimar | 2009-11-20 | 1 | -1/+2 |
* | calloc instead of malloc+memset. | reimar | 2009-11-20 | 1 | -2/+1 |
* | Silence two gcc warnings: suggest parentheses around && within || | cehoyos | 2009-11-18 | 1 | -2/+2 |
* | Set display size in sh_video when decoding H264. | cehoyos | 2009-11-16 | 1 | -0/+2 |
* | Use calloc instead of initializing each struct member individually to 0. | reimar | 2009-11-16 | 1 | -22/+1 |
* | Try to detect broken files with unaligned chunks. | reimar | 2009-11-16 | 2 | -0/+16 |
* | Fix declarations in mp_taglists.h and include it in mp_taglists.c to | reimar | 2009-11-11 | 2 | -3/+4 |
* | Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer si... | reimar | 2009-11-10 | 1 | -2/+4 |
* | Calculate length of ASF files with more than 1 second precision. | reimar | 2009-11-10 | 2 | -2/+2 |
* | Fix length calculation for ASF, preroll is in ms, play time in 100 ns. | reimar | 2009-11-10 | 1 | -1/+1 |
* | Remove useless cast | reimar | 2009-11-10 | 1 | -1/+1 |
* | Free demuxer->teletext when closing the demuxer. | reimar | 2009-11-10 | 1 | -0/+3 |
* | Allow demuxer lavf to export CODEC_ID_DVB_TELETEXT. | cehoyos | 2009-11-07 | 1 | -0/+2 |
* | Separate teletext from tv support. | cehoyos | 2009-11-07 | 1 | -0/+3 |
* | Remove pointless and broken (e.g. does not set aid and vid) -tsprog handling | reimar | 2009-11-07 | 1 | -22/+3 |
* | Remove an empty program if the one requested by IDENTIFY_PROGRAM does not exist | reimar | 2009-11-07 | 1 | -4/+4 |
* | cosmetics: alphabetize | compn | 2009-11-03 | 1 | -1/+1 |
* | 10l for breaking compilation. change eatgv to tgv | compn | 2009-11-03 | 1 | -1/+1 |
* | add ffmpeg eatgv codec | compn | 2009-11-03 | 1 | -0/+1 |
* | demuxer.c: Add initialization missing from previous commit | uau | 2009-11-02 | 1 | -21/+5 |
* | Unbreak the demuxer-specific code in video.c with e.g. | reimar | 2009-11-01 | 2 | -0/+8 |
* | Find and take into account stream start time for ogg files. | reimar | 2009-10-16 | 1 | -19/+34 |
* | Play TrueHD in BluRay with demuxer lavf. | cehoyos | 2009-10-05 | 1 | -1/+1 |
* | lavf: if seeking in the desired direction failed, also try in the opposite one, | reimar | 2009-09-30 | 1 | -1/+4 |
* | Avoid void * arithmetic. | reimar | 2009-09-30 | 1 | -1/+1 |
* | Simplify aac_get_sample_rate_index | reimar | 2009-09-30 | 1 | -24/+4 |
* | Check for grow_array allocation failure. | reimar | 2009-09-30 | 1 | -0/+8 |
* | Avoid a possible crash if num_cluster_pos is 0. | reimar | 2009-09-30 | 1 | -1/+1 |
* | Check for integer overflow in grow_array. | reimar | 2009-09-30 | 1 | -1/+4 |
* | Rearrange code of grow_array to make it easier to extend. | reimar | 2009-09-30 | 1 | -2/+3 |
* | Avoid a memleak if realloc fails in grow_array. | reimar | 2009-09-30 | 1 | -0/+3 |
* | Change grow_array argument from void ** to void *, this avoids a aliasing | reimar | 2009-09-30 | 1 | -4/+5 |
* | Add 0x85 ad ID for DTS audio. | diego | 2009-09-23 | 1 | -0/+1 |
* | Allow playback of dnxhd files, as produced by FFmpeg regression test. | cehoyos | 2009-09-22 | 1 | -0/+1 |
* | Get rid of useless indirection and use the demuxer argument directly instead of | reimar | 2009-09-14 | 1 | -2/+1 |
* | Reduce verbosity if demuxer sets an info value to the same as the current value. | reimar | 2009-09-14 | 1 | -0/+4 |
* | Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectly | reimar | 2009-09-10 | 1 | -0/+1 |
* | Sort preferred_list alphabetically since the order does not matter otherwise. | reimar | 2009-09-10 | 1 | -6/+6 |
* | Add CODEC_ID_ADPCM_IMA_AMV to lavf codec_tag override list instead of | reimar | 2009-09-08 | 2 | -2/+1 |
* | Make all mp_*_taglists const. | reimar | 2009-09-08 | 1 | -3/+3 |
* | Fix an endless loop if all programs are empty. | reimar | 2009-09-08 | 1 | -0/+4 |
* | Always register all streams from libavformat, not just those belonging to a p... | reimar | 2009-09-08 | 1 | -5/+3 |
* | Add support for lavf vqf demuxer and lavc TwinVQ decoder. | vitor | 2009-09-07 | 3 | -1/+3 |
* | 100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on, | reimar | 2009-09-04 | 1 | -1/+1 |
* | |