Michael Niedermayer
|
657ced8cdb
make new_service() update existing info sanely
|
17 years ago |
Michael Niedermayer
|
0618bb1c5b
remove fake service/provider names used for PAT
|
17 years ago |
Benoit Fouet
|
a45ec41409
Indentation
|
17 years ago |
Michael Niedermayer
|
b91811af83
get rid of if(1)
|
17 years ago |
Michael Niedermayer
|
9deb6d71b8
get rid of one layer of callback obfuscation
|
17 years ago |
Michael Niedermayer
|
b229219417
kill completely idiotic code which hides all but 2 streams
|
17 years ago |
Michael Niedermayer
|
165f503a27
correct implementation of "try with auto_guess if first detection fails"
|
17 years ago |
Michael Niedermayer
|
d287b04b6d
revert r4802 (try with auto_guess if first detection fails)
|
17 years ago |
Michael Niedermayer
|
38c48be213
split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty hack
|
17 years ago |
Glenn A. Serre
|
828bb5f1f6
variable initialization (because of a gcc warning)
|
17 years ago |
Aurelien Jacobs
|
57004ff1d7
add an enum for need_parsing
|
17 years ago |
Panagiotis Issaris
|
750f0e1f8b
Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()
|
17 years ago |
François Revol
|
8fa36ae09d
This fixes error handling for BeOS, removing the need for some ifdefs.
|
17 years ago |
Nico Sabbi
|
cf10ee184f
demux VC1 in mpegts
|
17 years ago |
Michel Bardiaux
|
f0ee3ea619
Add some context to av_log calls.
|
18 years ago |
Daniel Kristjansson
|
e995cfca28
mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristjansson / danielk mrl.nyu edu
|
18 years ago |
Daniel Kristjansson
|
2ddb79befd
"converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu edu
|
18 years ago |
Måns Rullgård
|
1ed1a122a7
make some symbols static
|
18 years ago |
Aurelien Jacobs
|
7fbde3431a
replace coder/decoder file description in libavformat by muxer/demuxer
|
18 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Nico Sabbi
|
ec6913d267
scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the default value)
|
18 years ago |
Måns Rullgård
|
ff70e60176
allow individual selection of muxers and demuxers
|
18 years ago |
Måns Rullgård
|
d2a067d1d9
give AVInput/OutputFormat structs consistent names
|
18 years ago |
Nico Sabbi
|
2eb1a65d91
Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).
|
18 years ago |
Stefan Huehner
|
7b49ce2e34
Add const to (mostly) char* and make some functions static, which aren't used
|
18 years ago |
Måns Rullgård
|
9d9b432ae9
This patch simply adds demuxing support for AC-3 streams in DVB TS
|
18 years ago |
Måns Rullgård
|
00a6b92bdd
fix memory leak on mpegts close
|
18 years ago |
Michael Niedermayer
|
43a80ccee5
generic crc calculation code
|
18 years ago |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 years ago |
Nico Sabbi
|
27c748b576
try with auto_guess if first detection fails
|
19 years ago |
Nico Sabbi
|
5d4d67e0ff
added support for DVHS (192) packet size
|
19 years ago |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 years ago |
Diego Biurrun
|
a9e3509529
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
|
19 years ago |
Måns Rullgård
|
79396ac685
Kill some compiler warnings. Compiled code verified identical after changes.
|
19 years ago |
Michael Niedermayer
|
01f4895c68
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
|
19 years ago |
Michael Niedermayer
|
c6ec28b18c
DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)
|
19 years ago |
Michael Niedermayer
|
2692067a45
AVPacket.pos
|
19 years ago |
Wolfram Gloger
|
415264045f
Correct number of bits for PTS.
|
19 years ago |
Michael Niedermayer
|
c0df9d75bd
switch to native time bases
|
19 years ago |
Wolfram Gloger
|
27bb1ed348
Writing to freed memory in write_section_data() patch by (Wolfram Gloger <wmglo dent dot med dot uni-muenchen de>)
|
19 years ago |
Michael Niedermayer
|
3ba1438dec
use native timebase for seeking
|
20 years ago |
Michael Niedermayer
|
23c9925329
libdts support by (Benjamin Zores <ben at geexbox dot org>)
|
20 years ago |
Michael Niedermayer
|
e05655fbbd
fix playback of http://www.zonque.org/test-long.ps
|
20 years ago |
Michael Niedermayer
|
cdd5034f89
store index for seeking in the native timebase of each stream
|
20 years ago |
Michael Niedermayer
|
9ee91c2f53
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
|
20 years ago |
Wolfram Gloger
|
550f0a9b07
Off-by-two in mpegts.c patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)
|
20 years ago |
Wolfram Gloger
|
6fb316d563
Support raw mpegts streams from dvr patch by (wmglo at dent dot med dot uni-muenchen dot de)
|
20 years ago |
Gildas Bazin
|
2092bd7531
avsync patch by (Gildas Bazin <gbazin at altern dot org>)
|
20 years ago |
Gildas Bazin
|
ec7d0d2e9e
memleak patch by (Gildas Bazin <gbazin at altern dot org>)
|
21 years ago |
Michael Niedermayer
|
a0b8f70c29
better get_packet_size and probe
|
21 years ago |