summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Register RV-[34] block specific feature for long future loop filterKostya Shishkov2008-10-05
* Factorize duplicate table reading code.Vitor Sessak2008-10-05
* Document the preset files system.Stefano Sabatini2008-10-05
* 10l, fix amrwb sample rateBaptiste Coudurier2008-10-04
* matroskaenc: correct muxing of ASS packetsAurelien Jacobs2008-10-04
* matroskaenc: use correct EBML ID for block durationAurelien Jacobs2008-10-04
* matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size()Aurelien Jacobs2008-10-04
* matroskaenc: remove useless mkv_block_size() functionAurelien Jacobs2008-10-04
* Favor even chunk sizes in ambiguous cases.Michael Niedermayer2008-10-04
* Factorize stream id parsing.Michael Niedermayer2008-10-04
* Make size variables in dyn_buf_write unsigned so gcc will not optimize theReimar Döffinger2008-10-04
* Remove b5Dither, g5Dither and r5Dither from libswscale.Carl Eugen Hoyos2008-10-04
* Merge variable declaration and export.Diego Biurrun2008-10-04
* Declare ff_pw_53 and ff_pw_18 as assembler constants.Diego Pettenò2008-10-04
* Remove g6Dither from libswscale.Carl Eugen Hoyos2008-10-04
* Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ...Diego Biurrun2008-10-04
* Move VP3 loop filter to DSPContextDavid Conrad2008-10-04
* Remove MPlayer-specific MP_WORDSIZE hack.Diego Biurrun2008-10-04
* Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego PettenòDiego Pettenò2008-10-04
* Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego PettenòDiego Pettenò2008-10-04
* Mark list heads static. Patch by Diego PettenòDiego Pettenò2008-10-04
* Mark print_all_lib_versions() static in cmdutils.c . Patch by Diego PettenòDiego Pettenò2008-10-04
* Mark ffplay internal variables static. Patch by Diego PettenòDiego Pettenò2008-10-04
* Reindent after r15544.Ronald S. Bultje2008-10-04
* Implement RDTDemuxContext, which contains RDT-specific data (similar toRonald S. Bultje2008-10-04
* Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport)Ronald S. Bultje2008-10-04
* Remove access into RTPDemuxContext in rtsp.c, which allows making it opaqueRonald S. Bultje2008-10-04
* Change function prototype of RTPDynamicPayloadHandler.parse_packet() toRonald S. Bultje2008-10-04
* Rename RTP payload contexts to PayloadContext, suggested by Luca inRonald S. Bultje2008-10-04
* 100l forgot return type.Michael Niedermayer2008-10-04
* Fix indention of NAL type enum.Michael Niedermayer2008-10-04
* ff_parse_close() is not the correct function for H264Context.Michael Niedermayer2008-10-03
* set sample rate for amr to allow stream copy since no decoder is present,Baptiste Coudurier2008-10-03
* FFmpeg is not made for bats: Fix 22050Hz vs. 22050kHz typo.Diego Biurrun2008-10-03
* Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.Michael Niedermayer2008-10-03
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Stop Sun Studio from issuing a warning during configure when passedDiego Pettenò2008-10-03
* Make sure strcasecmp() is declared.Diego Pettenò2008-10-03
* atrac3dec: cosmetics: indentationAurelien Jacobs2008-10-02
* matroskadec: cosmetics: indentationAurelien Jacobs2008-10-02
* matroskadec: don't merge packets which have no timestampAurelien Jacobs2008-10-02
* Use __typeof__ instead of GCC-specific typeof keyword.Diego Pettenò2008-10-02
* fix warning reported by Intel C compiler:Diego Pettenò2008-10-02
* Intel C compiler warns on this assignment in this if(), probablyDiego Pettenò2008-10-02
* Remove duplicate "const" qualifier for *matrix.Diego Pettenò2008-10-02
* x264 has removed the b-rdo and bime options, and instead integratedJason Garrett-Glaser2008-10-02
* MinGW runtime 3.15 has a wrapper for usleep().Ramiro Polla2008-10-02
* Specify minimum version for some MinGW packages.Ramiro Polla2008-10-02
* Use M_PI from libavutil/mathematics.h instead of defining PI ourselvesReimar Döffinger2008-10-02
* Make 8svx codec context table pointer const to match the type of theReimar Döffinger2008-10-02