- 04 Oct, 2008 23 commits
-
-
aurel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15560 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
aurel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15559 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
aurel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15558 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
Fixes transcode_069_produces_uneven_chunk_size.avi. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15557 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15556 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
reimar authored
check away (due to assuming signed overflows do not happen). git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15555 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15554 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
Patch by Diego 'Flameeyes' Petten git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15553 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15552 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
conrad authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15551 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
lu_zero authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15550 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
lu_zero authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15549 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
lu_zero authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15548 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
lu_zero authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15547 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
lu_zero authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15546 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15545 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
RTPDemuxContext for RTP) for these streams where the transport protocol is RDT (as served by Realmedia servers). git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15544 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
and making its type a void pointer. See discussion in "RDT/Realmedia patches #2" thread on ML. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15543 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
(and thus preparing for the introduction of RDTDemuxContext) in a next patch. See discussion in "RDT/Realmedia patches #2" thread on ML. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15542 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
not use RTPDemuxContext, but rather take a pointer to the payload context directly. This allows using payload handlers regardless over the transport over which they were sent, and prepares for the introduction of a future RDTDemuxContext. See discussion in "RDT/Realmedia patches #2" thread on ML. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15541 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
"RDT/Realmedia patches #2" thread on ML. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15540 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15539 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15538 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 03 Oct, 2008 7 commits
-
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15537 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
bcoudurier authored
3gp does not store sample rate in stsd in fact. Fixes #674. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15536 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15535 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15534 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
The name offset_t is easily confused with the standard off_t type and *_t is POSIX reserved namespace if any POSIX header is included. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15533 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
the --version option. patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15532 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
On recent glibc versions strings.h is not included by default, so the compiler will issue a warning for implicit declaration of strcasecmp(). patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15531 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 02 Oct, 2008 10 commits
-
-
aurel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15530 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
aurel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15529 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
aurel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15528 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
The typeof keyword is disabled by default when building with -std=c99 as it's a GNU extension. ICC supports the __typeof__ keyword as well as typeof. Patch by Diego 'Flameeyes' Pettenò %flameeyes A gmail P com% git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15527 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
libavcodec/h264_parser.c(77): warning #589: transfer of control bypasses initialization of: variable "v" (declared at line 58) goto found; This new form also improves readability. Patch by Diego 'Flameeyes' Pettenò %flameeyes A gmail P com% git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15526 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
because it's being assigned as a constant. To avoid a spurious warning, split it into two instructions, which should also make it more logical once the FIXME is resolved. patch by Diego 'Flameeyes' Pettenò %flameeyes A gmail P com% git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15525 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
This silences out a warning when compiling with Intel C Compiler. Patch by Diego 'Flameeyes' Pettenò %flameeyes A gmail P com% git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15524 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
them into the subme number to attempt to reduce the number of unnecessary options. subme now scales up to 9. Patch by Jason Garett-Glaser %darkshikari A gmail P com% git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15523 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
ramiro authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15522 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
ramiro authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15521 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-