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