]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-10-06 superdumpSynchronise presets with recent subme/brdo/bidir_refine...
2008-10-06 diegoRemove obsolete liba52 wrapper code.
2008-10-05 stefanoMake less verbose a sentence in the preset system docum...
2008-10-05 vitorCosmetics: rename mace3_decode_frame() to mace_decode_f...
2008-10-05 vitorAvoid code duplication between mace3_decode_frame(...
2008-10-05 stefanoRemove unused and invalid code from ffmpeg.c.
2008-10-05 vitorUse a for() instead of triplicating code.
2008-10-05 kostyaRegister RV-[34] block specific feature for long future...
2008-10-05 vitorFactorize duplicate table reading code.
2008-10-05 stefanoDocument the preset files system.
2008-10-04 bcoudurier10l, fix amrwb sample rate
2008-10-04 aurelmatroskaenc: correct muxing of ASS packets
2008-10-04 aurelmatroskaenc: use correct EBML ID for block duration
2008-10-04 aurelmatroskaenc: pass the packet size directly as parameter...
2008-10-04 aurelmatroskaenc: remove useless mkv_block_size() function
2008-10-04 michaelFavor even chunk sizes in ambiguous cases.
2008-10-04 michaelFactorize stream id parsing.
2008-10-04 reimarMake size variables in dyn_buf_write unsigned so gcc...
2008-10-04 diegoMerge variable declaration and export.
2008-10-04 gpoirierDeclare ff_pw_53 and ff_pw_18 as assembler constants.
2008-10-04 diegoFix 'make checkheaders', based on a patch by Diego...
2008-10-04 conradMove VP3 loop filter to DSPContext
2008-10-04 lu_zeroMark the ff_find_best_tables symbol static to msmpeg4...
2008-10-04 lu_zeroMark ff_div6 and ff_rem6 static inh264.c . Patch by...
2008-10-04 lu_zeroMark list heads static. Patch by Diego Pettenò
2008-10-04 lu_zeroMark print_all_lib_versions() static in cmdutils.c...
2008-10-04 lu_zeroMark ffplay internal variables static. Patch by Diego...
2008-10-04 rbultjeReindent after r15544.
2008-10-04 rbultjeImplement RDTDemuxContext, which contains RDT-specific...
2008-10-04 rbultjeMake RTPDemuxContext opaque in rtsp.c, renaming it...
2008-10-04 rbultjeRemove access into RTPDemuxContext in rtsp.c, which...
2008-10-04 rbultjeChange function prototype of RTPDynamicPayloadHandler...
2008-10-04 rbultjeRename RTP payload contexts to PayloadContext, suggeste...
2008-10-04 michael100l forgot return type.
2008-10-04 michaelFix indention of NAL type enum.
2008-10-03 michaelff_parse_close() is not the correct function for H264Co...
2008-10-03 bcoudurierset sample rate for amr to allow stream copy since...
2008-10-03 diegoFFmpeg is not made for bats: Fix 22050Hz vs. 22050kHz...
2008-10-03 michaelMove nal unit types enum and EXTENDED_SAR #define from...
2008-10-03 diegoRemove offset_t typedef and use int64_t directly instead.
2008-10-03 diegoStop Sun Studio from issuing a warning during configure...
2008-10-03 diegoMake sure strcasecmp() is declared.
2008-10-02 aurelatrac3dec: cosmetics: indentation
2008-10-02 aurelmatroskadec: cosmetics: indentation
2008-10-02 aurelmatroskadec: don't merge packets which have no timestamp
2008-10-02 gpoirierUse __typeof__ instead of GCC-specific typeof keyword.
2008-10-02 gpoirierfix warning reported by Intel C compiler:
2008-10-02 gpoirierIntel C compiler warns on this assignment in this if...
2008-10-02 gpoirierRemove duplicate "double" qualifier for *matrix.
2008-10-02 gpoirierx264 has removed the b-rdo and bime options, and instea...
2008-10-02 ramiroMinGW runtime 3.15 has a wrapper for usleep().
2008-10-02 ramiroSpecify minimum version for some MinGW packages.
2008-10-02 reimarUse M_PI from libavutil/mathematics.h instead of defini...
2008-10-02 reimarMake 8svx codec context table pointer const to match...
2008-10-02 diegospelling cosmetics
2008-10-02 benoitUse enum typers instead of int.
2008-10-02 reimarRemove useless cyuv_decode_end function
2008-10-02 reimarAdd (additional) const to many global tables.
2008-10-02 reimarUse "static const" instead of "const static"
2008-10-02 diegocosmetics: Change comment style for consistency.
2008-10-02 diegoUpdate copyright years.
2008-10-02 diegoGlobally set LC_ALL=C to prevent locale issues from...
2008-10-02 benoitRename some variables and add some comments to try...
2008-10-02 cehoyosAllow using DECLARE_ALIGNED with Sun cc.
2008-10-02 cehoyosRename copy_picture to ff_copy_picture.
2008-10-01 cehoyosFix memleak for currupt input.
2008-10-01 bcouduriercosmetics, remove useless spaces
2008-10-01 conradCosmetics: reindent
2008-10-01 conradUnneeded else
2008-10-01 conradUnneeded braces
2008-10-01 conradReturn if unpacking motion vectors for a keyframe
2008-10-01 conradCosmetics: indentation
2008-10-01 conradVisible width/height fields were added in Theora 3.2
2008-10-01 conradfilter_limit_values only needs 7 bits, make its tables...
2008-10-01 benoitFix indentation.
2008-10-01 rbultjeUse parse_packet vfunc in RTPDynamicProtocolHandler...
2008-10-01 rbultjeThis patch refactors RDT packet header parsing so that...
2008-10-01 benoitRemove useless context variable.
2008-10-01 benoitMerge declaration and assignment.
2008-10-01 benoitInterleaved forward/backward channels processing in...
2008-09-30 conradCosmetics: indentation
2008-09-30 conradMerge (vp3|theora)_calculate_pixel_addresses
2008-09-30 conradMissed hunks of last commit
2008-09-30 conradRemove unused vp3 debugging info
2008-09-30 benoitMove iv_decode_frame function to remove a forward decla...
2008-09-30 benoitRemove useless lines.
2008-09-30 benoitReindent whole file.
2008-09-30 rbultjeReindent after previous patches.
2008-09-30 rbultjeImplement a RTSPTransport field, which allows proper...
2008-09-30 rbultjeRemove access to rdt_data struct in functions called...
2008-09-30 rbultjeSend improper UDP SETUP request, which is what Realmedi...
2008-09-30 rbultjeRename RTSPProtocol to RTSPLowerTransport, so that...
2008-09-30 benoitIndent.
2008-09-30 benoitSimplify iv_free_func().
2008-09-30 benoitMove allocated buffer out of YUV buffer structure.
2008-09-30 benoitRemove useless initializations.
2008-09-30 benoitCheck allocations on init.
2008-09-30 benoitRemove useless test.
2008-09-30 benoitCosmetics
2008-09-30 benoituse uint8_t instead of unsigned char
next