platform/upstream/libav.git
2009-04-14 Diego Biurrunwhitespace cosmetics: Break some overly long lines.
2009-04-14 Cédric SchieliDo not use abgrToA for both luma and alpha channel...
2009-04-14 Ronald S. BultjeIncrease the SDP buffer size (again!) and also increase...
2009-04-14 Cédric SchieliAlso copy pixel_aspect when copying the picref in avfil...
2009-04-14 Alex ConverseMark src constant in copy_block*().
2009-04-14 Justin RugglesSupport audio sample formats than S16 when encoding...
2009-04-14 Baptiste Coudurierset pkt duration for last smaller frame, should fix...
2009-04-14 Baptiste Coudurierfix indentation
2009-04-14 Baptiste Coudurieravoid strcmp NULL, fix segv on mingw
2009-04-13 Ramiro Pollawin32, dos: Work around a bug in the GNU toolchain.
2009-04-13 Baptiste Coudurierfix indentation
2009-04-13 Stefano SabatiniFix skip_put_bits() buf_ptr increment.
2009-04-13 Bobby BinghamSkip loop iterations which are no-ops due to data1...
2009-04-13 Stefano SabatiniRename pbBufPtr() to put_bits_ptr().
2009-04-13 Stefano SabatiniDo not use full include path for get_bits.h, since...
2009-04-13 Jai Menonflacenc : do not #include libavutil/lls.h since lpc...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-13 Jai Menonalacenc : cosmetics : remove misleading comment
2009-04-13 Baptiste Coudurierseek inside buffer when offset is exactly at the end...
2009-04-13 Baptiste Couduriermove audio buffers declarations and free them in av_exit
2009-04-13 Baptiste Couduriermove freeing code before exiting because of signal
2009-04-13 Baptiste Coudurierfree options contexts in av_exit, valgrind should be...
2009-04-13 Baptiste CoudurierSet frame defaults in try_decode_frame.
2009-04-13 Baptiste Coudurierfix indentation
2009-04-13 Baptiste Coudurierfix indentation and remove whitespace after return
2009-04-13 Baptiste Coudurierreindent
2009-04-13 Baptiste CoudurierInit state to -1 in h264 parser.
2009-04-12 Diego BiurrunMove addition of MMX-OBJS to OBJS into common.mak inste...
2009-04-12 Diego BiurrunMove addition of MMX-OBJS to OBJS into common.mak inste...
2009-04-12 Diego Biurrunwhitespace cosmetics: Reindent a few lines and break...
2009-04-12 Reynaldo H... Fix wrong size computation for buffer. Patch is part of
2009-04-12 Diego BiurrunRemove gcc_fixes.h. It only contains workarounds for...
2009-04-12 Diego BiurrunRemove AltiVec optimizations for Snow. They are hinderi...
2009-04-12 Michael NiedermayerFix 2 access units in a packet mp4s.
2009-04-12 Michael NiedermayerGet rid of the non sensical idea of using the current...
2009-04-12 Michael NiedermayerFactorize field_end() out.
2009-04-12 Michael NiedermayerAssert that the first list1 entry is a reference frame.
2009-04-12 Reimar DöffingerAdd a av_fast_malloc function and replace several uses...
2009-04-12 Reimar DöffingerUse void * instead of uint8_t * for the destination...
2009-04-12 Reimar Döffingerav_destruct_packet_nofree deprecation explained in...
2009-04-12 Reimar DöffingerUse AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in...
2009-04-12 Stefano SabatiniDocument pbBufPtr().
2009-04-12 Baptiste Coudurierremove useless wrapper
2009-04-12 Reimar DöffingerMove ea demuxer messages that are irrelevant to ordinar...
2009-04-12 Baptiste Coudurierremove useless wrapper
2009-04-12 Reimar DöffingerSlightly improve/correct description of wc3_pal_lookup
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-04-12 Michael NiedermayerDisable metadata reading. Yes, I would like to know...
2009-04-12 Justin RugglesAdd names for 5.0 and 5.1 back speaker channel layouts.
2009-04-12 Baptiste Coudurierreplace DEBUG_SI with DEBUG and use dprintf
2009-04-12 Baptiste CoudurierSet stream type to ac3 if registration descriptor is...
2009-04-12 Baptiste Couduriersimplify registration descriptor parsing with bytestrea...
2009-04-12 Björn AxelssonOk, ts demuxer is more complicated than I thought
2009-04-12 Baptiste Coudurierfix end of buffer check, fix hang_read_header.h264.ts
2009-04-12 Baptiste Coudurierfix 6 channels raw pcm demuxing, raw pcm now demux...
2009-04-11 Reimar DöffingerSimplify packet duplication code in ff_interleave_add_p...
2009-04-11 Thilo BorgmannFix initialization of avpkt in output_packet().
2009-04-11 Reimar DöffingerFix "unrecognized WC3 chunk" debug output which was...
2009-04-11 John FletcherFix documentation for avcodec_encode_audio(), in the...
2009-04-11 Stefano SabatiniDocument the 'size' parameter of set_put_bits_buffer_si...
2009-04-11 Stefano SabatiniDocument ff_put_string().
2009-04-11 Reimar Döffingerwc3movie: return partial packets if not all data can...
2009-04-11 Reimar DöffingerExplain the purpose of the wc3_pal_lookup and the formu...
2009-04-11 Reimar DöffingerUse get_le32/get_be32 in wc3movie demuxer instead of...
2009-04-11 Stefano SabatiniReplace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.
2009-04-11 Stefano SabatiniRename the 'put_zero' parameter of ff_put_string() to
2009-04-11 Stefano SabatiniAdd documentation for skip_put_bytes().
2009-04-11 Stefano SabatiniDoxygenate ff_copy_bits().
2009-04-11 Stefano SabatiniFactorize declaration for the two variants of put_bits().
2009-04-11 Michael NiedermayerTwo INIT_VLC_USE_STATIC cases Carl missed.
2009-04-11 Michael Niedermayerget rid of INIT_VLC_USE_STATIC in h261.
2009-04-11 Michael NiedermayerGet rid of INIT_VLC_USE_STATIC in rv10/rv20.
2009-04-11 Michael NiedermayerGet rid of INIT_VLC_USE_STATIC in 4xm.
2009-04-11 Michael NiedermayerGet rid of INIT_VLC_USE_STATIC in asv1.
2009-04-11 Michael NiedermayerGet rid of INIT_VLC_USE_STATIC in msmpeg4
2009-04-11 Stefano SabatiniClarify documentation for put_bits_count().
2009-04-11 Reimar DöffingerGet rid of av_destruct_packet_nofree and use NULL instead.
2009-04-11 Carl Eugen... Use INIT_VLC_USE_STATIC and not its value "1".
2009-04-11 Reimar DöffingerReindent
2009-04-11 Reimar DöffingerMake electronicarts demuxer return partial frames,...
2009-04-10 Stefano SabatiniDocument align_put_bits().
2009-04-10 Stefano SabatiniDoxygenate flush_put_bits() documentation.
2009-04-10 Stefano SabatiniDoxygenate put_bits_count() documentation.
2009-04-10 Carl Eugen... Fix comment: gcc 2.95.3 binaries decode ac3 fine if...
2009-04-10 Stefano SabatiniDoxygenate init_put_bits().
2009-04-10 Diego Biurruncosmetics: Rename prn variable to prng (Pseudo Random...
2009-04-10 Thilo BorgmannAdd support to CorePNG P-frames.
2009-04-10 Diego BiurrunReplace rand() usage by av_lfg_get().
2009-04-10 Diego Biurruncosmetics: Align output columns.
2009-04-10 Reimar DöffingerLoop up to MAX_THREADS instead of h->s.avctx->thread_co...
2009-04-10 Thilo BorgmannUse the new avcodec_decode_* API.
2009-04-10 Aurelien Jacobsremove useless duplication of what av_new_stream()...
2009-04-10 Thilo BorgmannAdd 'PNG1' to PNG fourcc codes.
2009-04-10 Thilo BorgmannUse the new avcodec_decode_* API.
2009-04-10 Diego BiurrunRemove unused variables along with the related warnings.
2009-04-10 Reimar DöffingerAdd forgotten void return type to ff_h264_free_context
2009-04-10 Diego BiurrunFix sigill on non-MMX2 CPUs.
2009-04-10 Thilo BorgmannUse the new avcodec_decode_* API.
2009-04-10 Thilo BorgmannMake try_decode_frame() use the new avcodec_decode_...
2009-04-10 Reimar DöffingerMake sure error resilience does not try to use unavaila...
next