| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2007-06-04 | 1 | -8/+8 |
* | Remove unused parameter for mp_msg | zuxy | 2007-06-03 | 1 | -1/+1 |
* | Make realloc_struct inline as other functions defined in demuxer.h | zuxy | 2007-06-02 | 1 | -1/+1 |
* | prog_id is an uint16_t; reported by Mario Rossi (mariofurire googlemail com) | nicodvb | 2007-06-02 | 1 | -1/+1 |
* | Use play duration instead of send duration to calculate the length | zuxy | 2007-05-30 | 1 | -1/+1 |
* | Get rid of __attribute__((__packed__)) in Matroska demuxer | reimar | 2007-05-28 | 1 | -122/+43 |
* | 10l: r23399 broke mov/mp4 demuxing | cehoyos | 2007-05-28 | 1 | -0/+8 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 | 4 | -13/+1 |
* | Set i_bps for ASF video streams according to extended stream properties | zuxy | 2007-05-22 | 3 | -2/+7 |
* | cosmetics: fix indentation for previous commit | corey | 2007-05-18 | 1 | -1/+1 |
* | PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt gets | corey | 2007-05-18 | 1 | -0/+1 |
* | Reuse AV_RL macros in ogg demuxer instead of its own overcomplicated implemen... | reimar | 2007-05-17 | 1 | -49/+4 |
* | Make use of new AV_RL64 | reimar | 2007-05-17 | 1 | -1/+1 |
* | Remove useless setting of dp->len, it is already set to that value by | reimar | 2007-05-17 | 1 | -1/+0 |
* | Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv). | corey | 2007-05-17 | 1 | -0/+1 |
* | Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders can | corey | 2007-05-17 | 1 | -0/+1 |
* | Fix double free() in demux_asf.c | uau | 2007-05-14 | 1 | -3/+1 |
* | add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronte... | compn | 2007-05-10 | 1 | -0/+1 |
* | Fix indentation broken in r23287 | reimar | 2007-05-10 | 1 | -4/+4 |
* | Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkv | reimar | 2007-05-10 | 2 | -0/+2 |
* | Avoid code duplication in mkv demuxer for standard fourcc/extradata handling | reimar | 2007-05-10 | 1 | -29/+23 |
* | Ignore comments where no '=' follows the comment name (otherwise | reimar | 2007-05-09 | 1 | -1/+2 |
* | For DVR-MS: | nicodvb | 2007-05-07 | 3 | -37/+277 |
* | Fix compilation after FFmpeg r8921 | cehoyos | 2007-05-07 | 1 | -1/+1 |
* | Fix NULL pointer dereference in demux_mkv that happens when | eugeni | 2007-05-01 | 1 | -2/+2 |
* | Simplify preprocessor directives: There is a general variable for | diego | 2007-04-26 | 2 | -3/+3 |
* | Add general variables for either static or shared FFmpeg libraries. | diego | 2007-04-26 | 1 | -2/+0 |
* | Add CXX include flags to dependency file generation CFLAGS to generate correct | diego | 2007-04-26 | 1 | -0/+2 |
* | cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables. | diego | 2007-04-25 | 1 | -4/+4 |
* | Declarations and code should not be mixed. | diego | 2007-04-25 | 3 | -6/+5 |
* | Add support for Bethesda Software VID video. | diego | 2007-04-25 | 1 | -0/+1 |
* | compilation fix, manually include help_mp.h | ods15 | 2007-04-24 | 1 | -0/+2 |
* | Cosmetics: remove duplicate space in ifdef | reimar | 2007-04-22 | 1 | -2/+2 |
* | demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SO | nicodvb | 2007-04-22 | 1 | -0/+2 |
* | with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li... | nicodvb | 2007-04-20 | 6 | -1/+16 |
* | Ignore mp4a audio tag, it is meaningless since we get it for all mp4 files | reimar | 2007-04-16 | 1 | -0/+3 |
* | Use lavf_preferred mechanism to replace more extension-based detection hacks | reimar | 2007-04-14 | 2 | -4/+2 |
* | Add lavf_preferred demuxer for lavf formats we want to be probed | reimar | 2007-04-14 | 4 | -5/+42 |
* | added :interleaving2, a better method to determine which stream whouls be flu... | nicodvb | 2007-04-08 | 1 | -0/+14 |
* | in mpegfile_write_header(only for mpeg1/2) don't overwrite the values of bufs... | nicodvb | 2007-04-08 | 1 | -10/+0 |
* | reindentation | nicodvb | 2007-04-08 | 1 | -2/+2 |
* | in the system header set audio_locked/video_locked only for dvd and vcd | nicodvb | 2007-04-08 | 1 | -0/+4 |
* | small syntax fix: muxrate is expressed in units of 400 bits/second, not 50 by... | nicodvb | 2007-04-08 | 1 | -1/+1 |
* | Start to separate bad-autodetection hacks from other stuff in extension-based | reimar | 2007-04-07 | 1 | -0/+5 |
* | .dxa files should be handled by libavformat. | diego | 2007-04-07 | 1 | -0/+1 |
* | support for C93 video | diego | 2007-04-07 | 1 | -0/+1 |
* | 10l, the scr must be reset before overwriting the first pack with the correct... | nicodvb | 2007-04-07 | 1 | -0/+3 |
* | support for THP ADPCM audio | diego | 2007-04-07 | 1 | -0/+1 |
* | reversed r22879 until I discover why it's giving so many sync problems; I'll ... | nicodvb | 2007-04-07 | 1 | -3/+24 |
* | BMP support for mf:// | reimar | 2007-04-06 | 1 | -0/+2 |
* | Use teardownMediaSession() instead of teardownMediaSubsession() | cehoyos | 2007-04-03 | 1 | -6/+1 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 | 1 | -1/+1 |
* | removed init_apts and init_vpts; added :adelay in addition to :vdelay | nicodvb | 2007-04-01 | 1 | -6/+14 |
* | cosmetics: removed trailing spaces | nicodvb | 2007-04-01 | 1 | -4/+4 |
* | Add support for the THP game format. | diego | 2007-04-01 | 1 | -0/+1 |
* | in flush_buffers() removed code that required the presence of an amount of au... | nicodvb | 2007-04-01 | 1 | -24/+3 |
* | Support h264 over rtsp | cehoyos | 2007-04-01 | 3 | -0/+113 |
* | Cosmetics: Move variable declaration and initialization up. | cehoyos | 2007-04-01 | 1 | -1/+2 |
* | Handle X-QT extradata in a slightly more correct way | cehoyos | 2007-03-26 | 1 | -6/+2 |
* | Fix filepos calculation | cehoyos | 2007-03-22 | 1 | -1/+1 |
* | Every X-QT stream needs video frame rate (not just avc, mpeg4 and svq3) | cehoyos | 2007-03-22 | 1 | -1/+1 |
* | Move libav* include CFLAGS to mpcommon.mak instead of duplicating them. | diego | 2007-03-18 | 1 | -4/+0 |
* | Move setting CXXFLAGS to configure. | diego | 2007-03-18 | 1 | -2/+0 |
* | add fourcc for dxa files, approved by diego | compn | 2007-03-17 | 1 | -0/+1 |
* | Matroska seeking fixes | uau | 2007-03-16 | 1 | -12/+22 |
* | Use explicit path for headers from the loader/ directory. | diego | 2007-03-15 | 3 | -5/+3 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 55 | -56/+56 |
* | Add live555 include flags to CXXFLAGS only. | diego | 2007-03-15 | 1 | -1/+1 |
* | Check for eof in loop searching for data chunk. | reimar | 2007-03-15 | 1 | -1/+1 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 | 1 | -46/+45 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 | 1 | -18/+16 |
* | cosmetics: renamed variable amr as headersize, more meaningful; patch by Carl... | nicodvb | 2007-03-12 | 1 | -4/+4 |
* | Source files should not contain non-ASCII characters. | diego | 2007-03-12 | 2 | -2/+2 |
* | Move the sh_audio->delay field to mpctx->delay. | uau | 2007-03-11 | 2 | -2/+0 |
* | remove some lines which should have never been in demux_nut.c, broke CPU | ods15 | 2007-03-09 | 1 | -3/+0 |
* | Fix audio samplerates below 7000 Hz. | uau | 2007-03-07 | 1 | -1/+1 |
* | support for AMR; it works inserting in the first byte of the demux_packet | nicodvb | 2007-03-06 | 2 | -2/+17 |
* | removed unused definition of insertRTPData(); it's not only unused, | nicodvb | 2007-03-05 | 2 | -32/+0 |
* | Audio should now work fine, so remove the ENABLE_AUDIO ifdef | reimar | 2007-03-05 | 1 | -5/+0 |
* | Implement percent-based seeking | reimar | 2007-03-05 | 1 | -0/+5 |
* | Fix seeking for avisynth audio. | reimar | 2007-03-05 | 1 | -6/+14 |
* | Fix DEMUXER_CTRL_GET_PERCENT_POS with -novideo | reimar | 2007-03-05 | 1 | -1/+3 |
* | remove pointless cast to int | reimar | 2007-03-05 | 1 | -1/+1 |
* | Remove subcp_open/subcp_close from mkv demuxer, they are useless since a long... | reimar | 2007-03-05 | 1 | -7/+0 |
* | when seeking consider stream->start_pos instead of 0 as initial position; pat... | nicodvb | 2007-03-04 | 1 | -2/+4 |
* | Remove variable that is unnecessary after last patch | reimar | 2007-03-04 | 1 | -2/+1 |
* | Remove hack that sets demuxer->video->pts after seeking, it seems no longer n... | reimar | 2007-03-04 | 1 | -1/+0 |
* | Set pts also for audio packets | reimar | 2007-03-04 | 1 | -0/+1 |
* | Already frameno == num_frames means we reached EOF. | reimar | 2007-03-04 | 1 | -1/+1 |
* | Fix crash with avisynth audio-only files and t |