summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* matroskaenc: use correct EBML ID for block durationAurelien Jacobs2008-10-04
| | | | Originally committed as revision 15560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size()Aurelien Jacobs2008-10-04
| | | | Originally committed as revision 15559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc: remove useless mkv_block_size() functionAurelien Jacobs2008-10-04
| | | | Originally committed as revision 15558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Favor even chunk sizes in ambiguous cases.Michael Niedermayer2008-10-04
| | | | | | Fixes transcode_069_produces_uneven_chunk_size.avi. Originally committed as revision 15557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize stream id parsing.Michael Niedermayer2008-10-04
| | | | Originally committed as revision 15556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make size variables in dyn_buf_write unsigned so gcc will not optimize theReimar Döffinger2008-10-04
| | | | | | check away (due to assuming signed overflows do not happen). Originally committed as revision 15555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove b5Dither, g5Dither and r5Dither from libswscale.Carl Eugen Hoyos2008-10-04
| | | | Originally committed as revision 27718 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Merge variable declaration and export.Diego Biurrun2008-10-04
| | | | Originally committed as revision 15554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare ff_pw_53 and ff_pw_18 as assembler constants.Diego Pettenò2008-10-04
| | | | | | Patch by Diego 'Flameeyes' Petten Originally committed as revision 15553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove g6Dither from libswscale.Carl Eugen Hoyos2008-10-04
| | | | Originally committed as revision 27715 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ↵Diego Biurrun2008-10-04
| | | | | | com. Originally committed as revision 15552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move VP3 loop filter to DSPContextDavid Conrad2008-10-04
| | | | Originally committed as revision 15551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove MPlayer-specific MP_WORDSIZE hack.Diego Biurrun2008-10-04
| | | | Originally committed as revision 27698 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego PettenòDiego Pettenò2008-10-04
| | | | Originally committed as revision 15550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego PettenòDiego Pettenò2008-10-04
| | | | Originally committed as revision 15549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark list heads static. Patch by Diego PettenòDiego Pettenò2008-10-04
| | | | Originally committed as revision 15548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark print_all_lib_versions() static in cmdutils.c . Patch by Diego PettenòDiego Pettenò2008-10-04
| | | | Originally committed as revision 15547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark ffplay internal variables static. Patch by Diego PettenòDiego Pettenò2008-10-04
| | | | Originally committed as revision 15546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r15544.Ronald S. Bultje2008-10-04
| | | | Originally committed as revision 15545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement RDTDemuxContext, which contains RDT-specific data (similar toRonald S. Bultje2008-10-04
| | | | | | | RTPDemuxContext for RTP) for these streams where the transport protocol is RDT (as served by Realmedia servers). Originally committed as revision 15544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport)Ronald S. Bultje2008-10-04
| | | | | | | and making its type a void pointer. See discussion in "RDT/Realmedia patches #2" thread on ML. Originally committed as revision 15543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove access into RTPDemuxContext in rtsp.c, which allows making it opaqueRonald S. Bultje2008-10-04
| | | | | | | (and thus preparing for the introduction of RDTDemuxContext) in a next patch. See discussion in "RDT/Realmedia patches #2" thread on ML. Originally committed as revision 15542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change function prototype of RTPDynamicPayloadHandler.parse_packet() toRonald S. Bultje2008-10-04
| | | | | | | | | 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. Originally committed as revision 15541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename RTP payload contexts to PayloadContext, suggested by Luca inRonald S. Bultje2008-10-04
| | | | | | "RDT/Realmedia patches #2" thread on ML. Originally committed as revision 15540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l forgot return type.Michael Niedermayer2008-10-04
| | | | Originally committed as revision 15539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix indention of NAL type enum.Michael Niedermayer2008-10-04
| | | | Originally committed as revision 15538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_parse_close() is not the correct function for H264Context.Michael Niedermayer2008-10-03
| | | | Originally committed as revision 15537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set sample rate for amr to allow stream copy since no decoder is present,Baptiste Coudurier2008-10-03
| | | | | | 3gp does not store sample rate in stsd in fact. Fixes #674. Originally committed as revision 15536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFmpeg is not made for bats: Fix 22050Hz vs. 22050kHz typo.Diego Biurrun2008-10-03
| | | | Originally committed as revision 15535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.Michael Niedermayer2008-10-03
| | | | Originally committed as revision 15534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
| | | | | | | 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. Originally committed as revision 15533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Stop Sun Studio from issuing a warning during configure when passedDiego Pettenò2008-10-03
| | | | | | | the --version option. patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com Originally committed as revision 15532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure strcasecmp() is declared.Diego Pettenò2008-10-03
| | | | | | | | 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 Originally committed as revision 15531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* atrac3dec: cosmetics: indentationAurelien Jacobs2008-10-02
| | | | Originally committed as revision 15530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: cosmetics: indentationAurelien Jacobs2008-10-02
| | | | Originally committed as revision 15529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: don't merge packets which have no timestampAurelien Jacobs2008-10-02
| | | | Originally committed as revision 15528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use __typeof__ instead of GCC-specific typeof keyword.Diego Pettenò2008-10-02
| | | | | | | | | | 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% Originally committed as revision 15527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix warning reported by Intel C compiler:Diego Pettenò2008-10-02
| | | | | | | | | | | | 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% Originally committed as revision 15526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Intel C compiler warns on this assignment in this if(), probablyDiego Pettenò2008-10-02
| | | | | | | | | 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% Originally committed as revision 15525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicate "const" qualifier for *matrix.Diego Pettenò2008-10-02
| | | | | | | This silences out a warning when compiling with Intel C Compiler. Patch by Diego 'Flameeyes' Pettenò %flameeyes A gmail P com% Originally committed as revision 15524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x264 has removed the b-rdo and bime options, and instead integratedJason Garrett-Glaser2008-10-02
| | | | | | | | 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% Originally committed as revision 15523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MinGW runtime 3.15 has a wrapper for usleep().Ramiro Polla2008-10-02
| | | | Originally committed as revision 15522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Specify minimum version for some MinGW packages.Ramiro Polla2008-10-02
| | | | Originally committed as revision 15521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use M_PI from libavutil/mathematics.h instead of defining PI ourselvesReimar Döffinger2008-10-02
| | | | | | in libavcodec/apiexample.c. Originally committed as revision 15520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make 8svx codec context table pointer const to match the type of theReimar Döffinger2008-10-02
| | | | | | array. Originally committed as revision 15519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmeticsDiego Biurrun2008-10-02
| | | | Originally committed as revision 15518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use enum typers instead of int.Diego Pettenò2008-10-02
| | | | | | Patch by Diego 'Flameeyes' Pettenò: flameeyes gmail Originally committed as revision 15517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless cyuv_decode_end functionReimar Döffinger2008-10-02
| | | | Originally committed as revision 15516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add (additional) const to many global tables.Reimar Döffinger2008-10-02
| | | | Originally committed as revision 15515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use "static const" instead of "const static"Reimar Döffinger2008-10-02
| | | | Originally committed as revision 15514 to svn://svn.ffmpeg.org/ffmpeg/trunk