| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: Rename "network" variable and option to "networking" | diego | 2010-11-02 | 1 | -1/+1 |
* | demux_ts: Improve subtitle support | reimar | 2010-11-02 | 1 | -49/+37 |
* | demuxer.c: add new_sh_sub_sid_lang | Uoti Urpala | 2010-11-02 | 2 | -0/+13 |
* | subs: Add support for DVB and XSUB subtitles, not yet working properly | reimar | 2010-11-02 | 1 | -0/+4 |
* | asfheader, demux_audio: Remove some pointless be2me/le2me | reimar | 2010-11-02 | 2 | -10/+7 |
* | demux_pva.c: Remove completely nonsensical le2me usages | reimar | 2010-11-02 | 1 | -3/+3 |
* | aviheader.c: Remove obfuscating use of le2me_32. | reimar | 2010-11-02 | 1 | -6/+3 |
* | demux_ts: add memory access checks | reimar | 2010-11-02 | 1 | -5/+5 |
* | demux_ts: fix crash on broken packets | reimar | 2010-11-02 | 1 | -0/+4 |
* | subs: Add support for PGS subtitle decoding via libavcodec | reimar | 2010-11-02 | 1 | -0/+2 |
* | demux_lavf: stricter check for convergence_duration validity | aurel | 2010-11-02 | 1 | -1/+1 |
* | asfguid.h: Use AV_RL32 also in x86 | reimar | 2010-11-02 | 1 | -4/+0 |
* | cleanup: Add const qualifiers for struct ad_functions pointers | reimar | 2010-11-02 | 1 | -1/+1 |
* | demux_lavf: Avoid a crash if stream->url is not set | reimar | 2010-11-02 | 1 | -0/+4 |
* | Factorize MPlayer/MEncoder version string handling. | diego | 2010-11-02 | 1 | -3/+2 |
* | demux_ts: change IS_ macros to functions | reimar | 2010-11-02 | 1 | -3/+40 |
* | demux_real: use MKTAG definition from libavutil | diego | 2010-11-02 | 1 | -3/+1 |
* | demux_ts: detect LATM AAC as a separate type | reimar | 2010-11-02 | 1 | -2/+7 |
* | demux_y4m: increase error message verbosity from MSGL_V to MSGL_ERR | reimar | 2010-11-02 | 1 | -1/+1 |
* | demux_ty: Cleanup some code, possibly fix vstream support (untested) | reimar | 2010-11-02 | 1 | -7/+3 |
* | cleanup: #include loader/wine/winbase.h instead of local declarations | diego | 2010-11-02 | 1 | -4/+1 |
* | rtsp: Support RTSP/RTP over HTTP via LIVE555 | cehoyos | 2010-11-02 | 2 | -1/+8 |
* | demuxer.c: Make ds_get_next_pts work for the first packet of a stream | reimar | 2010-10-27 | 1 | -1/+6 |
* | demux_real: Don't try to read index if stream is not seekable | reimar | 2010-10-27 | 1 | -1/+2 |
* | demux_mkv: support V_MJPEG video tag | Uoti Urpala | 2010-10-27 | 2 | -0/+2 |
* | demux_mkv: accept files with no doctype in EBML header | Uoti Urpala | 2010-10-21 | 1 | -1/+4 |
* | Merge svn changes r31318 to r31328 | Uoti Urpala | 2010-06-05 | 2 | -6/+11 |
|\ |
|
| * | Add partial support for dirac to TS demuxer. | reimar | 2010-06-05 | 1 | -1/+9 |
| * | Also print current stream position in mp_read debug output. | reimar | 2010-06-05 | 1 | -1/+2 |
| * | Remove explicit eof check for mp_read code, stream code handles this case | reimar | 2010-06-05 | 1 | -2/+0 |
| * | Di not do a stream_reset on seeking backwards, the seek itself should | reimar | 2010-06-05 | 1 | -2/+0 |
| * | Default to -correct-pts off if -fps was given, since -fps has no effect | reimar | 2010-06-04 | 1 | -3/+2 |
| * | Try always enabling correct pts again for lavf demuxer, since the know | reimar | 2010-06-03 | 1 | -4/+0 |
| * | Switch mkv demuxing to lavf by default. | aurel | 2010-05-31 | 1 | -0/+1 |
* | | demux_mkv: enable automatic index generation by default | Uoti Urpala | 2010-06-02 | 1 | -1/+1 |
* | | Merge svn changes up to r31291 | Uoti Urpala | 2010-06-02 | 2 | -1/+2 |
|\| |
|
| * | 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 |
* | | demux_mkv: fix possible seek crash | Uoti Urpala | 2010-05-31 | 1 | -2/+2 |
* | | demux_mkv: support VP8 video tag | Uoti Urpala | 2010-05-30 | 2 | -0/+2 |
* | | demux_mkv: support WebM files | Uoti Urpala | 2010-05-30 | 1 | -2/+3 |
* | | Merge svn changes up to r31226 | Uoti Urpala | 2010-05-30 | 1 | -0/+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 |
* | | Merge svn changes up to r31169 | Uoti Urpala | 2010-05-30 | 1 | -1/+4 |
|\| |
|
| * | 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 |
* | | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf" | Uoti Urpala | 2010-05-29 | 1 | -2/+2 |
* | | demux_mkv: fix realvideo extradata handling | Uoti Urpala | 2010-05-26 | 1 | -2/+1 |
* | | demux_mkv: fix crash bug introduced by recent change | Uoti Urpala | 2010-05-24 | 1 | -2/+2 |
* | | demux_mkv: support switching to/from -nosound | Uoti Urpala | 2010-05-22 | 1 | -18/+13 |
* | | demux_mkv: store streams sequentially in demuxer->[avs]_streams | Uoti Urpala | 2010-05-22 | 1 | -49/+55 |
* | | Make audio stream index handling saner in stream switching | Uoti Urpala | 2010-05-22 | 2 | -9/+15 |
* | | options: move -alang and -slang to option struct | Uoti Urpala | 2010-05-22 | 3 | -12/+11 |
* | | stream.h: remove bad EOF check in stream_seek() | Uoti Urpala | 2010-05-22 | 1 | -1/+0 |
* | | demux_mkv: read tags. | Anton Khirnov | 2010-05-22 | 3 | -5/+77 |
* | | demux: use bstr arguments for demuxer_add_attachment() and demuxer_add_chapter() | Anton Khirnov | 2010-05-22 | 4 | -29/+25 |
* | | demuxer.c: add demux_info_add_bstr(), use talloc for info field | Anton Khirnov | 2010-05-21 | 2 | -15/+18 |
* | | bstr.[ch]: add new files for struct bstr related functionality | Uoti Urpala | 2010-05-20 | 3 | -9/+5 |
* | | Merge svn changes up to r31141 | Uoti Urpala | 2010-05-07 | 1 | -1/+1 |
|\| |
|
| * | cosmetic: typo, this wasn't supposed to be plural | aurel | 2010-05-04 | 1 | -1/+1 |
* | | Merge svn changes up to r31133 | Uoti Urpala | 2010-05-07 | 2 | -19/+41 |
|\| |
|
| * | 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 |
* | | demux_y4m: fix failure with nonseekable input | Uoti Urpala | 2010-04-30 | 1 | -6/+9 |
* | | Merge svn changes up to r31050 | Uoti Urpala | 2010-04-26 | 1 | -1360/+1437 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r31004 | Uoti Urpala | 2010-04-26 | 3 | -3/+3 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r30972 | Uoti Urpala | 2010-04-26 | 1 | -12/+28 |
|\| |
|
| * | Support concatenated YUV4MPEG files. | reimar | 2010-03-27 | 1 | -11/+28 |
| * | Use calloc instead of malloc+memset | reimar | 2010-03-27 | 1 | -2/+1 |
* | | Merge svn changes up to r30967 | Uoti Urpala | 2010-04-26 | 2 | -16/+18 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r30907 | Uoti Urpala | 2010-04-26 | 2 | -4/+12 |
|\| |
|
| * | 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 |
* | | Fix chapter handling with first chapter not at beginning of file | Uoti Urpala | 2010-04-25 | 1 | -2/+2 |
* | | demux_mkv: fix verbose output of chapter numbering | Uoti Urpala | 2010-04-25 | 1 | -1/+1 |
* | | demux_lavf, stream_ffmpeg: support librtmp seeks | Uoti Urpala | 2010-04-23 | 1 | -4/+21 |
* | | stream_ffmpeg, demux_lavf: Use flv demuxer for rtmp streams | Uoti Urpala | 2010-04-23 | 1 | -5/+7 |
* | | options: move lavfdopts to option struct | Uoti Urpala | 2010-04-23 | 1 | -27/+28 |
* | | demuxer.c: clean up stream-seek code | Uoti Urpala | 2010-04-23 | 1 | -22/+29 |
* | | Move some sh_audio field setting out of demuxer.c | Uoti Urpala | 2010-04-23 | 1 | -2/+0 |
* | | Move seek-reset functionality out of demuxer.c | Uoti Urpala | 2010-04-23 | 1 | -37/+0 |
* | | demux_mkv: Fix problem with compressed subtitle private data | Uoti Urpala | 2010-03-21 | 1 | -10/+12 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 42 | -42/+0 |
* | | Merge svn changes up to r30879 | Uoti Urpala | 2010-03-10 | 1 | -2/+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 |
* | | Merge svn changes up to r30876 | Uoti Urpala | 2010-03-10 | 1 | -0/+1 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r30798 | Uoti Urpala | 2010-03-10 | 4 | -27/+4 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r30748 | Uoti Urpala | 2010-03-10 | 10 | -27/+26 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r30732 | Uoti Urpala | 2010-03-10 | 3 | -0/+19 |
|\| |
|
| * | Get the proper codec id when a WAVE_FORMAT_EXTENSIBLE extension exists in a | tack | 2010-02-22 | 3 | -0/+19 |
* | | Merge svn changes up to r30694 | Uoti Urpala | 2010-03-10 | 1 | -0/+1 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r30683 | Uoti Urpala | 2010-03-10 | 4 | -5/+16 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r30672 | Uoti Urpala | 2010-03-10 | 1 | -3/+3 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r30663 | Uoti Urpala | 2010-03-10 | 1 | -1/+1 |
|\| |
|
| * | Print all 64 bits of seek position. | reimar | 2010-02-20 | 1 | -1/+1 |
* | | Merge svn changes up to r30643 | Uoti Urpala | 2010-03-10 | 35 | -121/+303 |
|\| |
|
| * | 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 |
| * |