summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cosmetics: rename mace3_decode_frame() to mace_decode_frame()Vitor Sessak2008-10-051-3/+3
* Avoid code duplication between mace3_decode_frame() and mace6_decode_frame()Vitor Sessak2008-10-051-41/+19
* Remove unused and invalid code from ffmpeg.c.Stefano Sabatini2008-10-051-13/+0
* Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.Diego Biurrun2008-10-051-3/+2
* Use a for() instead of triplicating code.Vitor Sessak2008-10-051-32/+30
* Register RV-[34] block specific feature for long future loop filterKostya Shishkov2008-10-051-0/+3
* Factorize duplicate table reading code.Vitor Sessak2008-10-051-15/+17
* Document the preset files system.Stefano Sabatini2008-10-051-0/+34
* 10l, fix amrwb sample rateBaptiste Coudurier2008-10-041-1/+3
* matroskaenc: correct muxing of ASS packetsAurelien Jacobs2008-10-041-0/+61
* matroskaenc: use correct EBML ID for block durationAurelien Jacobs2008-10-041-1/+1
* matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size()Aurelien Jacobs2008-10-041-3/+3
* matroskaenc: remove useless mkv_block_size() functionAurelien Jacobs2008-10-041-8/+2
* Favor even chunk sizes in ambiguous cases.Michael Niedermayer2008-10-041-0/+5
* Factorize stream id parsing.Michael Niedermayer2008-10-041-12/+11
* Make size variables in dyn_buf_write unsigned so gcc will not optimize theReimar Döffinger2008-10-041-1/+1
* Remove b5Dither, g5Dither and r5Dither from libswscale.Carl Eugen Hoyos2008-10-044-58/+48
* Merge variable declaration and export.Diego Biurrun2008-10-041-2/+1
* Declare ff_pw_53 and ff_pw_18 as assembler constants.Diego Pettenò2008-10-041-2/+2
* Remove g6Dither from libswscale.Carl Eugen Hoyos2008-10-044-14/+12
* Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ...Diego Biurrun2008-10-045-1/+12
* Move VP3 loop filter to DSPContextDavid Conrad2008-10-044-43/+46
* Remove MPlayer-specific MP_WORDSIZE hack.Diego Biurrun2008-10-041-5/+0
* Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego PettenòDiego Pettenò2008-10-041-2/+2
* Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego PettenòDiego Pettenò2008-10-042-9/+6
* Mark list heads static. Patch by Diego PettenòDiego Pettenò2008-10-043-3/+3
* Mark print_all_lib_versions() static in cmdutils.c . Patch by Diego PettenòDiego Pettenò2008-10-041-1/+1
* Mark ffplay internal variables static. Patch by Diego PettenòDiego Pettenò2008-10-041-2/+2
* Reindent after r15544.Ronald S. Bultje2008-10-041-2/+4
* Implement RDTDemuxContext, which contains RDT-specific data (similar toRonald S. Bultje2008-10-043-14/+59
* Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport)Ronald S. Bultje2008-10-041-18/+18
* Remove access into RTPDemuxContext in rtsp.c, which allows making it opaqueRonald S. Bultje2008-10-044-5/+18
* Change function prototype of RTPDynamicPayloadHandler.parse_packet() toRonald S. Bultje2008-10-044-12/+15
* Rename RTP payload contexts to PayloadContext, suggested by Luca inRonald S. Bultje2008-10-044-29/+25
* 100l forgot return type.Michael Niedermayer2008-10-041-1/+1
* Fix indention of NAL type enum.Michael Niedermayer2008-10-041-14/+14
* ff_parse_close() is not the correct function for H264Context.Michael Niedermayer2008-10-031-1/+9
* set sample rate for amr to allow stream copy since no decoder is present,Baptiste Coudurier2008-10-031-0/+3
* FFmpeg is not made for bats: Fix 22050Hz vs. 22050kHz typo.Diego Biurrun2008-10-031-1/+1
* Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.Michael Niedermayer2008-10-032-20/+20
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-0336-208/+204
* Stop Sun Studio from issuing a warning during configure when passedDiego Pettenò2008-10-031-1/+1
* Make sure strcasecmp() is declared.Diego Pettenò2008-10-031-0/+1
* atrac3dec: cosmetics: indentationAurelien Jacobs2008-10-021-3/+3
* matroskadec: cosmetics: indentationAurelien Jacobs2008-10-021-1/+1
* matroskadec: don't merge packets which have no timestampAurelien Jacobs2008-10-021-0/+1
* Use __typeof__ instead of GCC-specific typeof keyword.Diego Pettenò2008-10-021-2/+2
* fix warning reported by Intel C compiler:Diego Pettenò2008-10-021-4/+6
* Intel C compiler warns on this assignment in this if(), probablyDiego Pettenò2008-10-021-1/+2
* Remove duplicate "const" qualifier for *matrix.Diego Pettenò2008-10-021-1/+1
OpenPOWER on IntegriCloud