2008-05-31 |
Peter Ross | Compiling ffmpeg.c fails when when the .ffm demuxer... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Michael Niedermayer | unused |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Michael Niedermayer | As *_static are not deallocated anymore except on progr... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Michael Niedermayer | unused |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Michael Niedermayer | Remove non C code. |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Michael Niedermayer | Move *_static to bitstream.c which is the only file... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Michael Niedermayer | Change init_vlc_rl() so it does not use *alloc_static... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Michael Niedermayer | Change init_2d_vlc_rl() to not use *alloc_static(). |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Michael Niedermayer | Remove incorrect usage of av_free_static(), ffmpeg... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Michael Niedermayer | Remove constant argument. |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Michael Niedermayer | Switch to INIT_VLC_USE_NEW_STATIC. |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Michael Niedermayer | Little helper macro to make the use of INIT_VLC_USE_NEW... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Michael Niedermayer | Make init_vlc* support proper static tables instead... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Vitor Sessak | Revert r13499, log: |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Baptiste Coudurier | 2nd try fix got_key_frame when video+audio |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Ramiro Polla | raw mlp demuxer |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Quoc Cuong... | Detect "tif" suffix as TIFF. |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Diego Biurrun | cosmetics: Remove useless backslashes. |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Diego Biurrun | Implement a proper configure test for AltiVec vector... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Diego Biurrun | Simplify altivec.h test. |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Diego Biurrun | 10l: Add useless backslashes in AltiVec CFLAGS test. |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Baptiste Coudurier | fix got_key_frame when stream is audio |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Baptiste Coudurier | set got_key_frame when packet is video, fix first video... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Baptiste Coudurier | update regressions tests, should be stable now |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Baptiste Coudurier | sleep seems needed to wait for feed to be setup |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Baptiste Coudurier | log error when writing frame to output |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Baptiste Coudurier | wake up connections to stop waiting when feed is being... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Baptiste Coudurier | fix timestamps rescaling, index in source format might... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Baptiste Coudurier | take over ffserver maintenance |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Baptiste Coudurier | log some errors |
commit | commitdiff | tree | snapshot |
2008-05-30 |
Baptiste Coudurier | set is_streamed before writing data to output file |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Carl Eugen... | Warn about unimplemented H264 feature. |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Baptiste Coudurier | cosmetics, reindent |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Baptiste Coudurier | cosmetics, move declaration where it is used, remove... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Baptiste Coudurier | cosmetics, space before and after parenthesis, weird... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Pascal Massimino | in TRUNCATED mode, use residual fragments in ParseContext |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Baptiste Coudurier | use av_parse_video_frame_rate |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Reimar Döffinger | Check av_new_stream return value, fixes CID75 RUN2 |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Michael Niedermayer | ENOMEM is better, yes ... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Reimar Döffinger | Check av_new_stream return value, fixes CID79 RUN2 |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Reimar Döffinger | Check for av_new_stream failure, fixes CID76 RUN2 |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Diego Biurrun | Remove unnecessary #include. |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Erik Hovland | Remove unnecessary header #includes. |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Diego Biurrun | Some (Solaris) gcc versions apparently output a comment... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Stefano Sabatini | Add ASUS V1/V2 decoder codec long names. |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Anssi Hannula | When shared libraries are built, make the pkg-config... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Joakim Plate | Check return of url_fseek in mpeg timestamp reading... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Stefano Sabatini | Simplify show_banner() so that it does not require... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Baptiste Coudurier | reindent |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Baptiste Coudurier | check that redirect is set, fixes CID13 RUN2 |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Baptiste Coudurier | reindent |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Baptiste Coudurier | check that stream is set, fixes CID13 RUN2 |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Baptiste Coudurier | check if stream has been set, fixes CID15 RUN2 |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Baptiste Coudurier | init h, fixes CID54 RUN2 |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Baptiste Coudurier | warn if pts is not set, prevent writing negative/weird... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Baptiste Coudurier | reindent |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Baptiste Coudurier | this should be valid for audio too |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Baptiste Coudurier | check if extradata comes from mp4 and assume bitsteam... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Baptiste Coudurier | set avctx time_base in dv decoder |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Anssi Hannula | Define private libraries as 'Libs:' when only static... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | ILP64 fix |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | memleak / CID124 RUN2 |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Baptiste Coudurier | use av_fifo_generic_write, old func is deprecated |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Vitor Sessak | Rename variable |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | Dead code removal, fixes CID59 RUN2. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Vitor Sessak | More intermediate vars removal |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | Removing dead code, fixes CID4 RUN2. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Vitor Sessak | Remove unused var |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Vitor Sessak | Remove useless intermediate var |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Vitor Sessak | Remove dec1() function |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | remove != 0 |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | Do a little more checking. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | Do not read from after the table, fixes CID108 RUN2. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Vitor Sessak | Use ff_acelp_weighted_vector_sum() instead of reimpleme... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Vitor Sessak | Make lpc coefficients 16 bit wide |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Vitor Sessak | Simplify implementation and use of dec2() |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Baptiste Coudurier | remove dummy coded frame, no muxer should use it anyway |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Diego Biurrun | Add a note about everybody's favorite recurring gcc... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | Prevent 128*1<<trellis from becoming 0 and creating... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Stefano Sabatini | Slightly clarify bitstream filter help output. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | Remove coded_frame==NULL checks for video encoders. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | set coded_frame |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | Update regression checksums after dts calculation fix... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Diego Biurrun | Add command line option to set the value of bindir. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Diego Biurrun | cosmetics: spelling typo fixes |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | Null pointer check / CID26. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | Fix return type of ff_init_me(). |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | useless |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | minor simplification |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | redundant |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | Fixes NULL pointer dereference CID66 |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | Tell the user if a AVI is non interleaved. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Michael Niedermayer | Check dia size a little more. Fixes CID80. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Diego Biurrun | Remove unused variable 'prefix' from config.mak. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Baptiste Coudurier | use internal video frame number |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Baptiste Coudurier | cosmetics |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Baptiste Coudurier | simplify, use pointer to codec context in struct instea... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Baptiste Coudurier | simplify, use pointer to codec context in struct instea... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Michael Niedermayer | Arrays where one element too small, fixes CID114. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Michael Niedermayer | redundant check-- |
commit | commitdiff | tree | snapshot |
next |