| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 take audio length into account w... | reimar | 2007-03-04 | 1 | -2/+5 |
* | Support more avisynth audio sample types (untested) | reimar | 2007-03-04 | 1 | -2/+13 |
* | Remove useless void * casts | reimar | 2007-03-04 | 1 | -8/+8 |
* | Do not read more audio samples than available | reimar | 2007-03-04 | 1 | -1/+4 |
* | Fix pakcet -> packet typo in output | reimar | 2007-03-04 | 1 | -1/+1 |
* | Set format tag for float samples correctly (currently useless) | reimar | 2007-03-04 | 1 | -1/+2 |
* | Move/simplify some variable declarations | reimar | 2007-03-04 | 1 | -5/+2 |
* | Demuxers have no business setting o_bps | reimar | 2007-03-04 | 1 | -1/+0 |
* | First half-working avisynth audio support | reimar | 2007-03-04 | 1 | -4/+15 |
* | Fix wrong setting of samplesize (must be bytes per sample, not bits) | reimar | 2007-03-04 | 1 | -1/+2 |
* | ENABLE_AUDIO now selects only between -nosound and -aid 0 as default, can be ... | reimar | 2007-03-04 | 1 | -10/+4 |
* | Enable aid/vid stream selection, although it is quite useless currently. | reimar | 2007-03-04 | 1 | -4/+7 |
* | Fix type and usage of avs_get_audio function | reimar | 2007-03-04 | 1 | -3/+2 |
* | warn users about drm files, patch by zuxy meng | compn | 2007-03-03 | 1 | -0/+46 |
* | Replace MIN with FFMIN | reimar | 2007-03-01 | 1 | -4/+0 |
* | Use libavutil's av_clip* instead of unreadable MIN/MAX chaos. | reimar | 2007-03-01 | 2 | -17/+7 |
* | test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy Meng | nicodvb | 2007-02-28 | 1 | -1/+2 |
* | implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_P... | nicodvb | 2007-02-27 | 1 | -1/+21 |
* | assign missing frametime as 1.0/fps; patch by Carl Eigen Hoyos | nicodvb | 2007-02-27 | 1 | -0/+1 |
* | 1000l, removed code that messed with the internals of demux_packet_t (but the... | nicodvb | 2007-02-27 | 1 | -2/+1 |
* | removed duplicated code in demux_seek(); stream_seek() already aligns to STRE... | nicodvb | 2007-02-27 | 2 | -11/+0 |
* | 100000l: average != semidistance, fixed seeking to the middle position; patch... | nicodvb | 2007-02-27 | 1 | -1/+1 |
* | copy the content of QDM2 atom as extradata for ffqdm2 playback; patch by Carl... | nicodvb | 2007-02-26 | 1 | -0/+19 |
* | 2 less variables | nicodvb | 2007-02-25 | 1 | -1/+0 |
* | cosmetics: reformatted | nicodvb | 2007-02-25 | 1 | -65/+65 |
* | removed unused variables | nicodvb | 2007-02-25 | 1 | -1/+1 |
* | simplified parse_mpeg12_video() | nicodvb | 2007-02-25 | 1 | -82/+72 |
* | member real_framerate is completely useless | nicodvb | 2007-02-25 | 1 | -2/+1 |
* | cosmetics: reindented | nicodvb | 2007-02-25 | 1 | -10/+8 |
* | removed commented/useless code from parse_mpeg12_video() | nicodvb | 2007-02-25 | 1 | -4/+0 |
* | 10l, avoid crash on invalid subtitle id | reimar | 2007-02-24 | 1 | -2/+4 |
* | cosmetics: typo fixes, usefuLL --> useful and aswell --> as well | diego | 2007-02-22 | 1 | -2/+2 |
* | cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion. | diego | 2007-02-21 | 1 | -1/+1 |
|